@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&subset=cyrillic&display=swap);





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: #57468b !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: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0f7dbf !important;
  border-color: #0f7dbf !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #094f78 !important;
  border-color: #094f78 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #094f78 !important;
  border-color: #094f78 !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !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: #2d2447;
  color: #2d2447;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #083f60;
  color: #083f60;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0f7dbf;
  border-color: #0f7dbf;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7dbf !important;
  border-color: #0f7dbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.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: 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: #57468b !important;
}
.text-secondary {
  color: #0f7dbf !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !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: #2d2447 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #083f60 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !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: #57468b;
}
.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: #57468b;
  border-color: #57468b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #57468b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9a8cc5;
}
.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_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: #57468b;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #57468b !important;
  -webkit-box-shadow: 0 6px 16px 0 #57468b !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #0f7dbf !important;
  -webkit-box-shadow: 0 6px 16px 0 #0f7dbf !important;
  background-color: #0f7dbf !important;
  border-color: #0f7dbf !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: #57468b;
  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: #57468b;
  border-bottom-color: #57468b;
}
.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: #57468b !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: #0f7dbf !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='%2357468b' %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-uElKurLU4a .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-uElKurLU4a .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uElKurLU4a .nav-item:focus,
.cid-uElKurLU4a .nav-link:focus {
  outline: none;
}
.cid-uElKurLU4a .text-white:hover,
.cid-uElKurLU4a .text-white:active,
.cid-uElKurLU4a .text-white:focus {
  color: white!important;
}
.cid-uElKurLU4a .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: #ffffff;
}
.cid-uElKurLU4a .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uElKurLU4a .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uElKurLU4a .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uElKurLU4a .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uElKurLU4a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uElKurLU4a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uElKurLU4a .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-uElKurLU4a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uElKurLU4a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uElKurLU4a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uElKurLU4a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uElKurLU4a .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-uElKurLU4a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uElKurLU4a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uElKurLU4a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uElKurLU4a .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uElKurLU4a .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uElKurLU4a .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uElKurLU4a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uElKurLU4a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uElKurLU4a .section {
  position: relative;
  overflow: visible!important;
}
.cid-uElKurLU4a .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uElKurLU4a .dropdown-item:hover {
  color: black!important;
}
.cid-uElKurLU4a .dropdown-menu {
  background-color: white!important;
}
.cid-uElKurLU4a .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uElKurLU4a .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-uElKurLU4a .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uElKurLU4a .nav-item .nav-link {
    position: relative;
  }
}
.cid-uElKurLU4a .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-uElKurLU4a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uElKurLU4a .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uElKurLU4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uElKurLU4a .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-uElKurLU4a .collapsed {
  flex-direction: row!important;
}
.cid-uElKurLU4a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uElKurLU4a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uElKurLU4a .navbar-caption {
  font-weight: 600!important;
}
.cid-uElKurLU4a .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-uElKurLU4a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uElKurLU4a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uElKurLU4a .dropdown-item.active,
.cid-uElKurLU4a .dropdown-item:active {
  background-color: transparent;
}
.cid-uElKurLU4a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uElKurLU4a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uElKurLU4a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uElKurLU4a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uElKurLU4a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uElKurLU4a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uElKurLU4a .navbar-buttons {
  text-align: center;
}
.cid-uElKurLU4a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #343351;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uElKurLU4a .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uElKurLU4a .nav-link {
  font-weight: 600!important;
}
.cid-uElKurLU4a a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uElKurLU4a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uElKurLU4a .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-uElKurLU4a .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uElKurLU4a .navbar {
    height: 77px;
  }
  .cid-uElKurLU4a .navbar.opened {
    height: auto;
  }
  .cid-uElKurLU4a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rleMsGxdOA {
  padding-top: 270px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/sugarmommydsf-1235x663.jpg");
}
.cid-rleMsGxdOA H1 {
  text-align: center;
}
.cid-rleMsGxdOA .mbr-text,
.cid-rleMsGxdOA .mbr-section-btn {
  text-align: center;
}
.cid-rx3DuVTvT8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-rx3DuVTvT8 .mbr-text {
  color: #716c80;
}
/* Removed .card-img span styles as HTML uses img elements */
.cid-rx3DuVTvT8 p {
  margin: 0;
}
.cid-rx3DuVTvT8 .card-img .img1 {
  background-color: #57468b;
}
.cid-rx3DuVTvT8 .cardcolor:hover {
  background-color: #e1e8ff;
}
.cid-rx3DuVTvT8 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rx3DuVTvT8 .card {
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rx3DuVTvT8 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-rx3DuVTvT8 .card-title,
.cid-rx3DuVTvT8 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rx3DuVTvT8 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rx3DuVTvT8 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rx3DuVTvT8 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rx3DuVTvT8 .card:hover {
    box-shadow: none;
    transform: none;
  }
  /* Removed .card-img span responsive styles */
  .cid-rx3DuVTvT8 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-uEt8ExnV9O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEt8ExnV9O img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEt8ExnV9O H1 {
  color: #57468b;
}
.cid-uEt8ExnV9O .mbr-text,
.cid-uEt8ExnV9O .mbr-section-btn {
  color: #716c80;
}
.cid-uEt8ExnV9O H3 {
  color: #716c80;
}
.cid-uEt8ExnV9O .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEt8ExnV9O .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uEt8ExnV9O .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uEt8ExnV9O .link:hover {
  color: #57468b !important;
}
.cid-uEt8ExnV9O .link:hover .link-ico {
  color: #57468b !important;
  padding-left: 10px;
}
.cid-uEt8ExnV9O DIV {
  color: #57468b;
}
.cid-rlfbP7o1vY {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-rlfbP7o1vY h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rlfbP7o1vY .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rlfbP7o1vY .mbr-section-subtitle {
  color: #767676;
}
.cid-rlfbP7o1vY .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rlfbP7o1vY ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rlfbP7o1vY .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rlfbP7o1vY .progress1 path {
  stroke: #57468b;
}
.cid-rlfbP7o1vY .progress2 path {
  stroke: #5580ff;
}
.cid-rlfbP7o1vY .progress3 path {
  stroke: #ff8a73;
}
.cid-rlfbP7o1vY .progress4 path {
  stroke: #86affe;
}
.cid-rlfbP7o1vY H4 {
  color: #57468b;
}
.cid-rlfbP7o1vY card-text {
  color: #ff3366;
}
.cid-rlfbP7o1vY .card-text {
  color: #716c80;
}
.cid-rlfbP7o1vY .number {
  color: #716c80;
}
.cid-uEt9HUM7FB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEt9HUM7FB H1 {
  color: #57468b;
}
.cid-uEt9HUM7FB .mbr-text,
.cid-uEt9HUM7FB .mbr-section-btn {
  color: #716c80;
}
.cid-uEt9HUM7FB img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uEt9HUM7FB .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uEt9HUM7FB img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uECXeDlWOL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uECXeDlWOL h3 {
  text-align: center;
}
.cid-uECXeDlWOL .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-uECXeDlWOL .mbr-content-text {
  color: #716c80;
}
.cid-uECXeDlWOL .card {
  word-wrap: break-word;
}
.cid-uECXeDlWOL .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-uECXeDlWOL H4 {
  font-weight: 500;
}
.cid-uECXeDlWOL .mbr-section-title {
  color: #57468b;
}
.cid-uECXeDlWOL .count1 {
  color: #57468b;
}
.cid-uECXeDlWOL .title1 {
  color: #343351;
}
.cid-uECXeDlWOL .count2 {
  color: #57468b;
}
.cid-uECXeDlWOL .title2 {
  color: #232323;
}
.cid-uECXeDlWOL .count3 {
  color: #57468b;
}
.cid-uECXeDlWOL .title3 {
  color: #343351;
}
.cid-uECXeDlWOL .count4 {
  color: #57468b;
}
.cid-uECXeDlWOL .title4 {
  color: #343351;
}
.cid-uECXeDlWOL .card-img {
  width: auto;
}
.cid-uECZrRXFF7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uECZrRXFF7 H1 {
  color: #57468b;
}
.cid-uECZrRXFF7 .mbr-text,
.cid-uECZrRXFF7 .mbr-section-btn {
  color: #232323;
}
.cid-uECZrRXFF7 H3 {
  color: #716c80;
}
.cid-uECZpCLJKQ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uECZpCLJKQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-uECZpCLJKQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uECZpCLJKQ .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid lightgray;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-uECZpCLJKQ .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uECZpCLJKQ p {
  padding-left: 2rem;
}
.cid-uECZpCLJKQ .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-uECZpCLJKQ .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uECZpCLJKQ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-uECZpCLJKQ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-uECZpCLJKQ P {
  color: #716c80;
}
.cid-uECZpCLJKQ H2 {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uECZpCLJKQ .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-uECZpCLJKQ .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uECZpCLJKQ p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uECZpCLJKQ .mbr-text,
  .cid-uECZpCLJKQ .nav-link {
    text-align: center;
  }
  .cid-uECZpCLJKQ .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uECZpCLJKQ .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-uECZpCLJKQ p {
    padding-left: 0rem;
  }
}
.cid-uEyh1jr9d3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEyh1jr9d3 .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-uEyh1jr9d3 #e1_circle,
.cid-uEyh1jr9d3 #e3_circle,
.cid-uEyh1jr9d3 #e4_circle,
.cid-uEyh1jr9d3 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uEyh1jr9d3 #e6_circle {
  fill: #bfceff !important;
}
.cid-uEyh1jr9d3 .mbr-text {
  color: #716c80;
}
.cid-uEyh1jr9d3 h4 {
  margin: 0;
}
@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-uEyh1jr9d3 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-uEyh1jr9d3 .card-img .img1 {
  background-color: #bfceff;
}
.cid-uEyh1jr9d3 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uEyh1jr9d3 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uEyh1jr9d3 .rev {
  animation: rev 4s linear infinite;
}
.cid-uEyh1jr9d3 .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-uEyh1jr9d3 .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-uEyh1jr9d3 .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-uEyh1jr9d3 .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-uEyh1jr9d3 .card-title,
.cid-uEyh1jr9d3 .card-img {
  color: #57468b;
}
.cid-uEyh1jr9d3 img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-uEyh1jr9d3 svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-uEyh1jr9d3 img {
    margin-top: 1rem;
  }
  .cid-uEyh1jr9d3 svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-uEyh1jr9d3 .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uEyh1jr9d3 svg {
    bottom: -3rem !important;
  }
  .cid-uEyh1jr9d3 .round1 {
    display: none;
  }
}
.cid-uEyh1jr9d3 .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-uEyh1jr9d3 .card-img {
  width: auto;
}
.cid-uEyh2EurzE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEyh2EurzE .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-uEyh2EurzE #e1_circle,
.cid-uEyh2EurzE #e3_circle,
.cid-uEyh2EurzE #e4_circle,
.cid-uEyh2EurzE #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uEyh2EurzE #e6_circle {
  fill: #bfceff !important;
}
.cid-uEyh2EurzE .mbr-text {
  color: #716c80;
}
.cid-uEyh2EurzE h4 {
  margin: 0;
}
@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-uEyh2EurzE .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-uEyh2EurzE .card-img .img1 {
  background-color: #bfceff;
}
.cid-uEyh2EurzE .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uEyh2EurzE .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uEyh2EurzE .rev {
  animation: rev 4s linear infinite;
}
.cid-uEyh2EurzE .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-uEyh2EurzE .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-uEyh2EurzE .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-uEyh2EurzE .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-uEyh2EurzE .card-title,
.cid-uEyh2EurzE .card-img {
  color: #57468b;
}
.cid-uEyh2EurzE img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-uEyh2EurzE svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-uEyh2EurzE img {
    margin-top: 1rem;
  }
  .cid-uEyh2EurzE svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-uEyh2EurzE .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uEyh2EurzE svg {
    bottom: -3rem !important;
  }
  .cid-uEyh2EurzE .round1 {
    display: none;
  }
}
.cid-uEyh2EurzE .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-uEyh2EurzE .card-img {
  width: auto;
}
.cid-uED5OED6UX {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uED5OED6UX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uED5OED6UX H1 {
  color: #57468b;
}
.cid-uED5OED6UX .mbr-text,
.cid-uED5OED6UX .mbr-section-btn {
  color: #716c80;
}
.cid-uED5OED6UX H3 {
  color: #716c80;
}
.cid-uED5OED6UX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uED5OED6UX .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uED5OED6UX .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uED5OED6UX .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uED5OED6UX .btn-info-outline:hover {
  background-color: transparent!important;
  color: #57468b !important;
  box-shadow: none!important;
}
.cid-uED5OED6UX .btn-info-outline:active,
.cid-uED5OED6UX .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uED5OED6UX DIV {
  color: #57468b;
}
.cid-uEDbr9XE01 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-uEDbr9XE01 H1 {
  color: #57468b;
}
.cid-uEDbr9XE01 .mbr-text,
.cid-uEDbr9XE01 .mbr-section-btn {
  color: #716c80;
}
.cid-uEDbr9XE01 H3 {
  color: #716c80;
}
.cid-uECTgw5XUo {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
}
.cid-uECTgw5XUo h4 {
  margin-bottom: 0;
}
.cid-uECTgw5XUo p {
  color: #767676;
}
.cid-uECTgw5XUo .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uECTgw5XUo .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uECTgw5XUo .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uECTgw5XUo .btn-info-outline:hover {
  background-color: transparent!important;
  color: #57468b !important;
  box-shadow: none!important;
}
.cid-uECTgw5XUo .btn-info-outline:active,
.cid-uECTgw5XUo .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uECTgw5XUo .card-box {
  padding-top: 2rem;
}
.cid-uECTgw5XUo .card-wrapper {
  height: 100%;
}
.cid-uECTgw5XUo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uECTgw5XUo img {
  border-radius: 8px;
}
.cid-uECTgw5XUo .card-title {
  color: #57468b;
}
.cid-uECTgw5XUo .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uECTgw5XUo DIV {
  color: #57468b;
}
.cid-uECTgw5XUo .card-img {
  width: auto;
}
.cid-uECTfzityk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-uECTfzityk h4 {
  margin-bottom: 0;
}
.cid-uECTfzityk p {
  color: #767676;
}
.cid-uECTfzityk .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uECTfzityk .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uECTfzityk .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uECTfzityk .btn-info-outline:hover {
  background-color: transparent!important;
  color: #57468b !important;
  box-shadow: none!important;
}
.cid-uECTfzityk .btn-info-outline:active,
.cid-uECTfzityk .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uECTfzityk .card-box {
  padding-top: 2rem;
}
.cid-uECTfzityk .card-wrapper {
  height: 100%;
}
.cid-uECTfzityk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uECTfzityk img {
  border-radius: 8px;
}
.cid-uECTfzityk .card-title {
  color: #57468b;
}
.cid-uECTfzityk .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uECTfzityk DIV {
  color: #57468b;
}
.cid-uECTfzityk .card-img {
  width: auto;
}
.cid-rlfakgRAMH {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rlfakgRAMH 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-rlfakgRAMH .mbr-text,
.cid-rlfakgRAMH .mbr-section-btn {
  color: #232323;
}
.cid-rlfakgRAMH #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rlfakgRAMH #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rlfakgRAMH H1 {
  color: #57468b;
}
.cid-rlfakgRAMH 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-rlfakgRAMH .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-rlfakgRAMH .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rlfakgRAMH img {
    width: 100%;
  }
}
.cid-uExeFD7XeA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uExeFD7XeA img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uExeFD7XeA H1 {
  color: #57468b;
  text-align: center;
}
.cid-uExeFD7XeA .mbr-text,
.cid-uExeFD7XeA .mbr-section-btn {
  color: #716c80;
}
.cid-uExeFD7XeA H3 {
  color: #716c80;
}
.cid-uExeFD7XeA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uExeFD7XeA .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uExeFD7XeA .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uExeFD7XeA .link:hover {
  color: #57468b !important;
}
.cid-uExeFD7XeA .link:hover .link-ico {
  color: #57468b !important;
  padding-left: 10px;
}
.cid-uExeFD7XeA DIV {
  color: #57468b;
}
.cid-uExenS0S7L {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uExenS0S7L h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uExenS0S7L .card-box {
  padding-top: 3rem;
}
.cid-uExenS0S7L .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-uExenS0S7L .btn-md {
  padding: 1rem;
}
.cid-uExenS0S7L .btn-primary-outline,
.cid-uExenS0S7L .btn-secondary-outline,
.cid-uExenS0S7L .btn-info-outline,
.cid-uExenS0S7L .btn-success-outline,
.cid-uExenS0S7L .btn-warning-outline,
.cid-uExenS0S7L .btn-danger-outline,
.cid-uExenS0S7L .btn-black-outline,
.cid-uExenS0S7L .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uExenS0S7L .btn-primary-outline span,
.cid-uExenS0S7L .btn-secondary-outline span,
.cid-uExenS0S7L .btn-info-outline span,
.cid-uExenS0S7L .btn-success-outline span,
.cid-uExenS0S7L .btn-warning-outline span,
.cid-uExenS0S7L .btn-danger-outline span,
.cid-uExenS0S7L .btn-black-outline span,
.cid-uExenS0S7L .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uExenS0S7L .btn-primary-outline:hover span,
.cid-uExenS0S7L .btn-secondary-outline:hover span,
.cid-uExenS0S7L .btn-info-outline:hover span,
.cid-uExenS0S7L .btn-success-outline:hover span,
.cid-uExenS0S7L .btn-warning-outline:hover span,
.cid-uExenS0S7L .btn-danger-outline:hover span,
.cid-uExenS0S7L .btn-black-outline:hover span,
.cid-uExenS0S7L .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uExenS0S7L .btn-primary-outline:hover,
.cid-uExenS0S7L .btn-secondary-outline:hover,
.cid-uExenS0S7L .btn-info-outline:hover,
.cid-uExenS0S7L .btn-success-outline:hover,
.cid-uExenS0S7L .btn-warning-outline:hover,
.cid-uExenS0S7L .btn-danger-outline:hover,
.cid-uExenS0S7L .btn-black-outline:hover,
.cid-uExenS0S7L .btn-white-outline:hover {
  background-color: transparent!important;
  color: #57468b !important;
  box-shadow: none!important;
}
.cid-uExenS0S7L .btn-primary-outline:active,
.cid-uExenS0S7L .btn-secondary-outline:active,
.cid-uExenS0S7L .btn-info-outline:active,
.cid-uExenS0S7L .btn-success-outline:active,
.cid-uExenS0S7L .btn-warning-outline:active,
.cid-uExenS0S7L .btn-danger-outline:active,
.cid-uExenS0S7L .btn-black-outline:active,
.cid-uExenS0S7L .btn-white-outline:active,
.cid-uExenS0S7L .btn-primary-outline:focus,
.cid-uExenS0S7L .btn-secondary-outline:focus,
.cid-uExenS0S7L .btn-info-outline:focus,
.cid-uExenS0S7L .btn-success-outline:focus,
.cid-uExenS0S7L .btn-warning-outline:focus,
.cid-uExenS0S7L .btn-danger-outline:focus,
.cid-uExenS0S7L .btn-black-outline:focus,
.cid-uExenS0S7L .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uExenS0S7L .btn-primary-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-secondary-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-info-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-success-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-warning-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-danger-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-black-outline .mbr-iconfont,
.cid-uExenS0S7L .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uExenS0S7L .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-uExenS0S7L .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uExenS0S7L .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uExenS0S7L .link-wrap:hover {
  color: #57468b !important;
}
.cid-uExenS0S7L .link-wrap:hover:hover .link-ico {
  color: #57468b !important;
}
.cid-uExenS0S7L .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uExenS0S7L img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
}
.cid-uExenS0S7L .card-title {
  color: #57468b;
  text-align: center;
}
.cid-uExenS0S7L .row {
  justify-content: center;
}
.cid-uExenS0S7L .main-title {
  text-align: center;
  color: #57468b;
}
.cid-uExenS0S7L P {
  text-align: center;
}
.cid-uExenS0S7L .mbr-text,
.cid-uExenS0S7L .link {
  text-align: center;
  color: #716c80;
}
.cid-uExenS0S7L DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uExenS0S7L .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uExenS0S7L .card-img {
  width: auto;
}
.cid-rlfbCDCzHR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlfbCDCzHR H1 {
  color: #57468b;
  text-align: center;
}
.cid-rlfbCDCzHR .mbr-text,
.cid-rlfbCDCzHR .mbr-section-btn {
  color: #716c80;
}
.cid-rlfbCDCzHR H3 {
  color: #716c80;
}
.cid-uEyJT3cnlF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEyJT3cnlF .mbr-text {
  color: #716c80;
  line-height: 2;
}
.cid-uEyJT3cnlF .price-text {
  line-height: 1.5;
  color: #716c80;
}
.cid-uEyJT3cnlF .card-title {
  line-height: 1.5;
  color: #57468b;
  padding-top: 2rem;
}
.cid-uEyJT3cnlF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uEyJT3cnlF .card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  transition: all 0.3s;
  padding: 3rem 1.5rem !important;
}
.cid-uEyJT3cnlF .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uEyJT3cnlF .align-right,
  .cid-uEyJT3cnlF .align-left {
    text-align: center;
  }
  .cid-uEyJT3cnlF .card-title {
    padding-top: 0rem;
  }
  .cid-uEyJT3cnlF .price {
    margin-bottom: 0;
  }
  .cid-uEyJT3cnlF .card {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0!important;
  }
  .cid-uEyJT3cnlF .card .card-img {
    margin-bottom: 0rem;
  }
  .cid-uEyJT3cnlF .card:hover {
    transform: none;
  }
  .cid-uEyJT3cnlF .card-img {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cid-uEyJT3cnlF .card:hover {
    box-shadow: none;
  }
}
.cid-uEyJT3cnlF .btn {
  padding: 0.8rem 1.8rem;
  margin: 0!important;
  margin-top: 0.5rem;
}
.cid-uEyJT3cnlF .price {
  color: #57468b;
}
.cid-uEyJT3cnlF .card-title B {
  color: #57468b;
}
.cid-uEx58NhWzk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEx58NhWzk .mbr-text {
  color: #716c80;
  line-height: 2;
}
.cid-uEx58NhWzk .price-text {
  line-height: 1.5;
  color: #716c80;
}
.cid-uEx58NhWzk .card-title {
  line-height: 1.5;
  color: #57468b;
  padding-top: 2rem;
}
.cid-uEx58NhWzk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uEx58NhWzk .card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  transition: all 0.3s;
  padding: 3rem 1.5rem !important;
}
.cid-uEx58NhWzk .card:hover {
  box-shadow: 0 10px 55px 5px rgba(20, 156, 237, 0.35);
}
.cid-uEx58NhWzk .nav-tabs {
  margin: auto;
  border: none;
}
.cid-uEx58NhWzk .nav-tabs .nav-item {
  margin: 0;
}
.cid-uEx58NhWzk .nav-tabs .nav-item .btn {
  color: #716c80 !important;
  transition: all 0.3s;
  background-color: transparent !important;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
  box-shadow: none !important;
  z-index: 1;
}
@media (min-width: 768px) {
  .cid-uEx58NhWzk .nav-tabs .nav-item .btn {
    margin: 0px !important;
    border-color: transparent !important;
  }
  .cid-uEx58NhWzk .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    border: inherit;
    border-color: #ff8a73;
    border-radius: inherit;
    animation: none;
    z-index: -1;
  }
  .cid-uEx58NhWzk .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    transition: transform 0.3s, background-color 0.2s;
  }
  .cid-uEx58NhWzk .nav-tabs .nav-item .btn.active:before {
    background-color: #ff8a73 !important;
  }
}
@media (max-width: 767px) {
  .cid-uEx58NhWzk .nav-tabs .nav-item .btn {
    border-color: #ff8a73 !important;
  }
}
.cid-uEx58NhWzk .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #ff8a73 !important;
  box-shadow: none !important;
}
.cid-uEx58NhWzk .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .cid-uEx58NhWzk .nav-tabs .nav-item .btn.active {
    background-color: #ff8a73 !important;
  }
}
@media (min-width: 768px) {
  .cid-uEx58NhWzk .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-uEx58NhWzk .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-uEx58NhWzk .nav-tabs .nav-item:first-child > .btn:before {
    transform: translateX(50%);
  }
  .cid-uEx58NhWzk .nav-tabs .nav-item:last-child > .btn:before {
    transform: translateX(-50%);
  }
  .cid-uEx58NhWzk .nav-tabs .nav-item:first-child > .btn.active:before {
    transform: translateX(0);
  }
  .cid-uEx58NhWzk .nav-tabs .nav-item:last-child > .btn.active:before {
    transform: translateX(0);
  }
}
@media (max-width: 992px) {
  .cid-uEx58NhWzk .align-right,
  .cid-uEx58NhWzk .align-left {
    text-align: center;
  }
  .cid-uEx58NhWzk .card-title {
    padding-top: 0rem;
  }
  .cid-uEx58NhWzk .price {
    margin-bottom: 0;
  }
  .cid-uEx58NhWzk .card {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0 !important;
  }
  .cid-uEx58NhWzk .card .card-img {
    margin-bottom: 0rem;
  }
  .cid-uEx58NhWzk .card:hover {
    transform: none;
  }
  .cid-uEx58NhWzk .card-img {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cid-uEx58NhWzk .card:hover {
    box-shadow: none;
  }
}
.cid-uEx58NhWzk .card-box .btn {
  padding: 0.8rem 1.8rem;
  margin: 0 !important;
  margin-top: 0.5rem;
}
.cid-uEx58NhWzk .price {
  color: #57468b;
}
.cid-uEDM66lBIa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEDM66lBIa H1 {
  color: #57468b;
}
.cid-uEDM66lBIa .mbr-text,
.cid-uEDM66lBIa .mbr-section-btn {
  color: #716c80;
}
.cid-uEDM66lBIa H3 {
  color: #716c80;
}
.cid-uEDMFg8jJb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEDMFg8jJb p {
  line-height: 1.6;
}
.cid-uEDMFg8jJb .card-box {
  width: -webkit-fill-available;
}
.cid-uEDMFg8jJb .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uEDMFg8jJb .card-img .img1 {
  color: #57468b !important;
}
.cid-uEDMFg8jJb .card-img .img2 {
  color: #5580ff !important;
}
.cid-uEDMFg8jJb .card-img .img3 {
  color: #ff8a73 !important;
}
.cid-uEDMFg8jJb .card-img .img4 {
  color: #ff8a73 !important;
}
.cid-uEDMFg8jJb .card-img .img5 {
  color: #bfceff !important;
}
.cid-uEDMFg8jJb .card-img .img6 {
  color: #57468b !important;
}
.cid-uEDMFg8jJb .mbr-iconfont {
  font-size: 2rem !important;
}
.cid-uEDMFg8jJb .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-uEDMFg8jJb .card {
  height: 100%;
  margin: auto;
}
.cid-uEDMFg8jJb img {
  width: 100%;
  heigth: auto;
}
.cid-uEDMFg8jJb .card-title1 {
  color: #57468b;
  text-align: right;
}
.cid-uEDMFg8jJb .mbr-text1 {
  color: #716c80;
}
.cid-uEDMFg8jJb .card-title2 {
  color: #57468b;
}
.cid-uEDMFg8jJb .mbr-text2 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uEDMFg8jJb .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uEDMFg8jJb .card-img {
    order: 1;
  }
  .cid-uEDMFg8jJb .card-box {
    order: 2;
  }
}
.cid-uEDMFg8jJb .card-img {
  width: auto;
}
.cid-uEDMzBJWGz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEDMzBJWGz .nav-tabs .nav-item.open .nav-link:focus,
.cid-uEDMzBJWGz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uEDMzBJWGz .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uEDMzBJWGz .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uEDMzBJWGz .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #0f7dbf;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-uEDMzBJWGz .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #57468b;
}
.cid-uEDMzBJWGz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #57468b;
  border-color: #57468b;
}
.cid-uEDMzBJWGz .nav-tabs .nav-link.active:hover {
  background-color: #57468b;
}
.cid-uEDMzBJWGz P {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uEDMzBJWGz .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uEDMzBJWGz .mbr-text,
  .cid-uEDMzBJWGz .nav-link {
    text-align: center;
  }
}
.cid-uEDPRt9sEq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEDPRt9sEq H1 {
  color: #57468b;
}
.cid-uEDPRt9sEq .mbr-text,
.cid-uEDPRt9sEq .mbr-section-btn {
  color: #716c80;
  text-align: left;
}
.cid-uEDPRt9sEq H3 {
  color: #716c80;
}
.cid-uExrklJKC3 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uExrklJKC3 .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uExrklJKC3 #e1_circle,
.cid-uExrklJKC3 #e3_circle,
.cid-uExrklJKC3 #e4_circle,
.cid-uExrklJKC3 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uExrklJKC3 #e6_circle {
  fill: #bfceff !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-uExrklJKC3 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uExrklJKC3 .rev {
  animation: rev 4s linear infinite;
}
.cid-uExrklJKC3 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uExrklJKC3 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uExrklJKC3 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uExrklJKC3 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uExrklJKC3 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uExrklJKC3 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uExrklJKC3 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uExrklJKC3 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uExrklJKC3 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uExrklJKC3 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uExrklJKC3 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uExrklJKC3 H1 {
  color: #57468b;
}
.cid-uExrklJKC3 .mbr-text,
.cid-uExrklJKC3 .mbr-section-btn {
  color: #716c80;
}
.cid-uExrklJKC3 H3 {
  color: #716c80;
}
.cid-uExrklJKC3 img {
  height: 100%;
  margin: 0 auto;
}
.cid-rlqERWQ3Jn {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rlqERWQ3Jn .card-header {
  background: transparent;
}
.cid-rlqERWQ3Jn .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rlqERWQ3Jn .panel-group {
  border-top: 1px solid #efefef;
}
.cid-rlqERWQ3Jn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rlqERWQ3Jn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rlqERWQ3Jn .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-rlqERWQ3Jn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rlqERWQ3Jn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rlqERWQ3Jn .card .panel-body {
  color: #767676;
}
.cid-rlqERWQ3Jn h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-rlqERWQ3Jn H4 {
  color: #57468b;
}
.cid-rlqERWQ3Jn H2 {
  color: #57468b;
}
.cid-uJ4MOCi5CF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #57468b;
}
.cid-uJ4MOCi5CF ul {
  padding: 0;
  margin: 0;
}
.cid-uJ4MOCi5CF ul li {
  list-style: none;
}
.cid-uJ4MOCi5CF ul li h4 {
  margin: 0;
}
.cid-uJ4MOCi5CF ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uJ4MOCi5CF .item {
  color: #cacaca;
}
.cid-uJ4MOCi5CF .col-title {
  color: #e6eaf1;
}
.cid-uJ4MOCi5CF .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-uJ4MOCi5CF .col-title1 {
  margin-bottom: 40px;
}
.cid-uJ4MOCi5CF .form-group,
.cid-uJ4MOCi5CF .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uJ4MOCi5CF .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-uJ4MOCi5CF .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uJ4MOCi5CF .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-uJ4MOCi5CF .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-uJ4MOCi5CF .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-uJ4MOCi5CF .col + .mbr-section-btn .btn,
.cid-uJ4MOCi5CF .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-uJ4MOCi5CF .col + .mbr-section-btn .btn.display-4,
.cid-uJ4MOCi5CF .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-uJ4MOCi5CF .col + .mbr-section-btn .btn:hover,
.cid-uJ4MOCi5CF .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-uJ4MOCi5CF .dragArea > *:nth-last-child(2).col,
.cid-uJ4MOCi5CF .dragArea > *:nth-last-child(2).col-auto,
.cid-uJ4MOCi5CF .col + .mbr-section-btn,
.cid-uJ4MOCi5CF .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-uJ4MOCi5CF .form1 {
  margin-top: 30px;
}
.cid-uJ4MOCi5CF .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uJ4MOCi5CF .md-pb {
    margin-bottom: 30px;
  }
}
.cid-rlfau44JVQ {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #57468b;
  margin-top: 0;
}

.cid-rlfaAhJGJJ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #57468b;
  margin-top: 0;
}

.cid-rlfaAhJGJJ .mbr-white {
  color: #ffffff !important;
}

.cid-rlfaAhJGJJ .text-white {
  color: #ffffff !important;
}

.cid-rlfaAhJGJJ .col-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.cid-rlfaAhJGJJ .item {
  color: #ffffff;
  margin-bottom: 10px;
}

.cid-rlfaAhJGJJ .item a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cid-rlfaAhJGJJ .item a:hover {
  color: #ff6b6b;
  text-decoration: underline;
}

/* Image display optimization */
.card-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.card-img img:hover {
  transform: scale(1.05);
}

/* Ensure images load properly */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Fix for missing images */
img[src=""], img:not([src]), img[src="#"] {
  display: none;
}

/* Card layout improvements */
.cid-rx3DuVTvT8 .card {
  flex-direction: column;
  height: auto;
  min-height: 400px;
  margin-bottom: 30px;
}

.cid-rx3DuVTvT8 .card-img {
  order: 1;
  flex: 0 0 auto;
}

.cid-rx3DuVTvT8 .card-box {
  order: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uElKurLU4a .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-uElKurLU4a .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uElKurLU4a .nav-item:focus,
.cid-uElKurLU4a .nav-link:focus {
  outline: none;
}
.cid-uElKurLU4a .text-white:hover,
.cid-uElKurLU4a .text-white:active,
.cid-uElKurLU4a .text-white:focus {
  color: white!important;
}
.cid-uElKurLU4a .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: #ffffff;
}
.cid-uElKurLU4a .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uElKurLU4a .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uElKurLU4a .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uElKurLU4a .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uElKurLU4a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uElKurLU4a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uElKurLU4a .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-uElKurLU4a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uElKurLU4a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uElKurLU4a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uElKurLU4a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uElKurLU4a .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-uElKurLU4a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uElKurLU4a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uElKurLU4a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uElKurLU4a .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uElKurLU4a .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uElKurLU4a .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uElKurLU4a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uElKurLU4a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uElKurLU4a .section {
  position: relative;
  overflow: visible!important;
}
.cid-uElKurLU4a .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uElKurLU4a .dropdown-item:hover {
  color: black!important;
}
.cid-uElKurLU4a .dropdown-menu {
  background-color: white!important;
}
.cid-uElKurLU4a .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uElKurLU4a .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-uElKurLU4a .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uElKurLU4a .nav-item .nav-link {
    position: relative;
  }
}
.cid-uElKurLU4a .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-uElKurLU4a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uElKurLU4a .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uElKurLU4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uElKurLU4a .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-uElKurLU4a .collapsed {
  flex-direction: row!important;
}
.cid-uElKurLU4a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uElKurLU4a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uElKurLU4a .navbar-caption {
  font-weight: 600!important;
}
.cid-uElKurLU4a .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-uElKurLU4a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uElKurLU4a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uElKurLU4a .dropdown-item.active,
.cid-uElKurLU4a .dropdown-item:active {
  background-color: transparent;
}
.cid-uElKurLU4a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uElKurLU4a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uElKurLU4a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uElKurLU4a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uElKurLU4a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uElKurLU4a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uElKurLU4a .navbar-buttons {
  text-align: center;
}
.cid-uElKurLU4a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #343351;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uElKurLU4a .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uElKurLU4a .nav-link {
  font-weight: 600!important;
}
.cid-uElKurLU4a a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uElKurLU4a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uElKurLU4a .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-uElKurLU4a .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uElKurLU4a .navbar {
    height: 77px;
  }
  .cid-uElKurLU4a .navbar.opened {
    height: auto;
  }
  .cid-uElKurLU4a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEEvUkFHxa {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEEvUkFHxa .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uEEvUkFHxa #e1_circle,
.cid-uEEvUkFHxa #e3_circle,
.cid-uEEvUkFHxa #e4_circle,
.cid-uEEvUkFHxa #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uEEvUkFHxa #e6_circle {
  fill: #bfceff !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-uEEvUkFHxa .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uEEvUkFHxa .rev {
  animation: rev 4s linear infinite;
}
.cid-uEEvUkFHxa .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uEEvUkFHxa .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uEEvUkFHxa .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uEEvUkFHxa .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uEEvUkFHxa .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uEEvUkFHxa .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uEEvUkFHxa .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uEEvUkFHxa .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uEEvUkFHxa .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uEEvUkFHxa .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uEEvUkFHxa .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uEEvUkFHxa H1 {
  color: #57468b;
}
.cid-uEEvUkFHxa .mbr-text,
.cid-uEEvUkFHxa .mbr-section-btn {
  color: #716c80;
}
.cid-uEEvUkFHxa H3 {
  color: #716c80;
}
.cid-uEEvUkFHxa img {
  height: 100%;
  margin: 0 auto;
}
.cid-uEEw6uESbx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEEw6uESbx img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEEw6uESbx H1 {
  color: #57468b;
}
.cid-uEEw6uESbx .mbr-text,
.cid-uEEw6uESbx .mbr-section-btn {
  color: #716c80;
}
.cid-uEEw6uESbx H3 {
  color: #716c80;
}
.cid-uEEw6uESbx .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEEw6uESbx .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uEEw6uESbx .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uEEw6uESbx .link:hover {
  color: #57468b !important;
}
.cid-uEEw6uESbx .link:hover .link-ico {
  color: #57468b !important;
  padding-left: 10px;
}
.cid-uEEw6uESbx DIV {
  color: #57468b;
}
.cid-uEEvZTOnqF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEEvZTOnqF p {
  line-height: 1.6;
}
.cid-uEEvZTOnqF .card-box {
  width: -webkit-fill-available;
}
.cid-uEEvZTOnqF .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uEEvZTOnqF .card-img .img1 {
  color: #57468b !important;
}
.cid-uEEvZTOnqF .card-img .img2 {
  color: #5580ff !important;
}
.cid-uEEvZTOnqF .card-img .img3 {
  color: #ff8a73 !important;
}
.cid-uEEvZTOnqF .card-img .img4 {
  color: #ff8a73 !important;
}
.cid-uEEvZTOnqF .card-img .img5 {
  color: #bfceff !important;
}
.cid-uEEvZTOnqF .card-img .img6 {
  color: #57468b !important;
}
.cid-uEEvZTOnqF .mbr-iconfont {
  font-size: 2rem !important;
}
.cid-uEEvZTOnqF .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-uEEvZTOnqF .card {
  height: 100%;
  margin: auto;
}
.cid-uEEvZTOnqF img {
  width: 100%;
  heigth: auto;
}
.cid-uEEvZTOnqF .card-title1 {
  color: #57468b;
}
.cid-uEEvZTOnqF .mbr-text1 {
  color: #716c80;
}
.cid-uEEvZTOnqF .card-title2 {
  color: #57468b;
}
.cid-uEEvZTOnqF .mbr-text2 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uEEvZTOnqF .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uEEvZTOnqF .card-img {
    order: 1;
  }
  .cid-uEEvZTOnqF .card-box {
    order: 2;
  }
}
.cid-uEEvZTOnqF .card-img {
  width: auto;
}
.cid-uEEw1AEiUf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e1e8ff;
}
.cid-uEEw1AEiUf h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uEEw1AEiUf .card-box {
  padding-top: 3rem;
}
.cid-uEEw1AEiUf .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-uEEw1AEiUf .btn-md {
  padding: 1rem;
}
.cid-uEEw1AEiUf .btn-primary-outline,
.cid-uEEw1AEiUf .btn-secondary-outline,
.cid-uEEw1AEiUf .btn-info-outline,
.cid-uEEw1AEiUf .btn-success-outline,
.cid-uEEw1AEiUf .btn-warning-outline,
.cid-uEEw1AEiUf .btn-danger-outline,
.cid-uEEw1AEiUf .btn-black-outline,
.cid-uEEw1AEiUf .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uEEw1AEiUf .btn-primary-outline span,
.cid-uEEw1AEiUf .btn-secondary-outline span,
.cid-uEEw1AEiUf .btn-info-outline span,
.cid-uEEw1AEiUf .btn-success-outline span,
.cid-uEEw1AEiUf .btn-warning-outline span,
.cid-uEEw1AEiUf .btn-danger-outline span,
.cid-uEEw1AEiUf .btn-black-outline span,
.cid-uEEw1AEiUf .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uEEw1AEiUf .btn-primary-outline:hover span,
.cid-uEEw1AEiUf .btn-secondary-outline:hover span,
.cid-uEEw1AEiUf .btn-info-outline:hover span,
.cid-uEEw1AEiUf .btn-success-outline:hover span,
.cid-uEEw1AEiUf .btn-warning-outline:hover span,
.cid-uEEw1AEiUf .btn-danger-outline:hover span,
.cid-uEEw1AEiUf .btn-black-outline:hover span,
.cid-uEEw1AEiUf .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uEEw1AEiUf .btn-primary-outline:hover,
.cid-uEEw1AEiUf .btn-secondary-outline:hover,
.cid-uEEw1AEiUf .btn-info-outline:hover,
.cid-uEEw1AEiUf .btn-success-outline:hover,
.cid-uEEw1AEiUf .btn-warning-outline:hover,
.cid-uEEw1AEiUf .btn-danger-outline:hover,
.cid-uEEw1AEiUf .btn-black-outline:hover,
.cid-uEEw1AEiUf .btn-white-outline:hover {
  background-color: transparent!important;
  color: #57468b !important;
  box-shadow: none!important;
}
.cid-uEEw1AEiUf .btn-primary-outline:active,
.cid-uEEw1AEiUf .btn-secondary-outline:active,
.cid-uEEw1AEiUf .btn-info-outline:active,
.cid-uEEw1AEiUf .btn-success-outline:active,
.cid-uEEw1AEiUf .btn-warning-outline:active,
.cid-uEEw1AEiUf .btn-danger-outline:active,
.cid-uEEw1AEiUf .btn-black-outline:active,
.cid-uEEw1AEiUf .btn-white-outline:active,
.cid-uEEw1AEiUf .btn-primary-outline:focus,
.cid-uEEw1AEiUf .btn-secondary-outline:focus,
.cid-uEEw1AEiUf .btn-info-outline:focus,
.cid-uEEw1AEiUf .btn-success-outline:focus,
.cid-uEEw1AEiUf .btn-warning-outline:focus,
.cid-uEEw1AEiUf .btn-danger-outline:focus,
.cid-uEEw1AEiUf .btn-black-outline:focus,
.cid-uEEw1AEiUf .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uEEw1AEiUf .btn-primary-outline .mbr-iconfont,
.cid-uEEw1AEiUf .btn-secondary-outline .mbr-iconfont,
.cid-uEEw1AEiUf .btn-info-outline .mbr-iconfont,
.cid-uEEw1AEiUf .btn-success-outline .mbr-iconfont,
.cid-uEEw1AEiUf .btn-warning-outline .mbr-iconfont,
.cid-uEEw1AEiUf .btn-danger-outline .mbr-iconfont,
.cid-uEEw1AEiUf .btn-black-outline .mbr-iconfont,
.cid-uEEw1AEiUf .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uEEw1AEiUf .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-uEEw1AEiUf .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uEEw1AEiUf .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uEEw1AEiUf .link-wrap:hover {
  color: #57468b !important;
}
.cid-uEEw1AEiUf .link-wrap:hover:hover .link-ico {
  color: #57468b !important;
}
.cid-uEEw1AEiUf .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uEEw1AEiUf img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
}
.cid-uEEw1AEiUf .card-title {
  color: #57468b;
  text-align: center;
}
.cid-uEEw1AEiUf .row {
  justify-content: center;
}
.cid-uEEw1AEiUf .main-title {
  text-align: center;
  color: #57468b;
}
.cid-uEEw1AEiUf P {
  text-align: center;
}
.cid-uEEw1AEiUf .mbr-text,
.cid-uEEw1AEiUf .link {
  text-align: center;
  color: #716c80;
}
.cid-uEEw1AEiUf DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uEEw1AEiUf .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uEEw1AEiUf .card-img {
  width: auto;
}
.cid-uEEvY3rNN5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEEvY3rNN5 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-uEEvY3rNN5 .mbr-text,
.cid-uEEvY3rNN5 .mbr-section-btn {
  color: #716c80;
}
.cid-uEEvY3rNN5 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-uEEvY3rNN5 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-uEEvY3rNN5 H1 {
  color: #57468b;
}
.cid-uEEvY3rNN5 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-uEEvY3rNN5 .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-uEEvY3rNN5 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-uEEvY3rNN5 img {
    width: 100%;
  }
}
.cid-uEEKYE1rpM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #e1e8ff;
}
.cid-uEEKYE1rpM H1 {
  color: #57468b;
}
.cid-uEEKYE1rpM .mbr-text,
.cid-uEEKYE1rpM .mbr-section-btn {
  color: #716c80;
}
.cid-uEEKYE1rpM H3 {
  color: #716c80;
}
.cid-uEEwm0dgX5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-uEEwm0dgX5 h5,
.cid-uEEwm0dgX5 h4,
.cid-uEEwm0dgX5 p {
  margin-bottom: 0;
}
.cid-uEEwm0dgX5 p {
  color: #767676;
}
.cid-uEEwm0dgX5 .card-img {
  padding: 0;
  width: auto;
}
.cid-uEEwm0dgX5 .mbr-section-btn {
  margin: 0;
}
.cid-uEEwm0dgX5 .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-uEEwm0dgX5 .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uEEwm0dgX5 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uEEwm0dgX5 .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEEwm0dgX5 .card-box {
    padding: 2rem 0 0;
  }
  .cid-uEEwm0dgX5 .card-wrapper {
    display: block !important;
  }
}
.cid-uEEwm0dgX5 .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uEEwm0dgX5 .card-title,
.cid-uEEwm0dgX5 .main-title {
  color: #57468b;
}
.cid-uEJcRsrV2m {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #57468b;
}
.cid-uEJcRsrV2m li {
  list-style: none;
}
.cid-uEJcRsrV2m .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-uEJcRsrV2m .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-uEJcRsrV2m h4 {
  margin: 0;
}
.cid-uEJcRsrV2m .item {
  color: #57468b;
}
.cid-uEJcRsrV2m ul {
  padding: 0;
  margin: 0;
}
.cid-uEJcRsrV2m .col-title {
  color: #57468b;
}
.cid-uEJcRsrV2m .col-title1 {
  color: #ffffff;
}
.cid-uEJcRsrV2m .col-title2 {
  color: #ffffff;
}
.cid-uEJcRsrV2m .col-title3 {
  color: #ffffff;
}
.cid-uEJcRsrV2m .col-title4 {
  color: #ffffff;
}
.cid-uEJcRsrV2m .item1 {
  color: #efefef;
}
.cid-uEJcRsrV2m .item2 {
  color: #efefef;
}
.cid-uEJcRsrV2m .item3 {
  color: #efefef;
}
.cid-uEJcRsrV2m .item4 {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-uEJcRsrV2m .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rlfau44JVQ {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #57468b;
  margin-top: 0;
}

.cid-rlfaAhJGJJ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #57468b;
  margin-top: 0;
}

.cid-rlfaAhJGJJ .mbr-white {
  color: #ffffff !important;
}

.cid-rlfaAhJGJJ .text-white {
  color: #ffffff !important;
}

.cid-rlfaAhJGJJ .col-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.cid-rlfaAhJGJJ .item {
  color: #ffffff;
  margin-bottom: 10px;
}

.cid-rlfaAhJGJJ .item a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cid-rlfaAhJGJJ .item a:hover {
  color: #ff6b6b;
  text-decoration: underline;
}

/* Image display optimization */
.card-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.card-img img:hover {
  transform: scale(1.05);
}

/* Ensure images load properly */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Fix for missing images */
img[src=""], img:not([src]), img[src="#"] {
  display: none;
}

/* Card layout improvements */
.cid-rx3DuVTvT8 .card {
  flex-direction: column;
  height: auto;
  min-height: 400px;
  margin-bottom: 30px;
}

.cid-rx3DuVTvT8 .card-img {
  order: 1;
  flex: 0 0 auto;
}

.cid-rx3DuVTvT8 .card-box {
  order: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uEEQqvxEwO .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-uEEQqvxEwO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uEEQqvxEwO .nav-item:focus,
.cid-uEEQqvxEwO .nav-link:focus {
  outline: none;
}
.cid-uEEQqvxEwO .text-white:hover,
.cid-uEEQqvxEwO .text-white:active,
.cid-uEEQqvxEwO .text-white:focus {
  color: white!important;
}
.cid-uEEQqvxEwO .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: #ffffff;
}
.cid-uEEQqvxEwO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uEEQqvxEwO .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uEEQqvxEwO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uEEQqvxEwO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uEEQqvxEwO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEEQqvxEwO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEEQqvxEwO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEEQqvxEwO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEEQqvxEwO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEEQqvxEwO .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-uEEQqvxEwO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEEQqvxEwO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uEEQqvxEwO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uEEQqvxEwO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEEQqvxEwO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEEQqvxEwO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEEQqvxEwO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEEQqvxEwO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEEQqvxEwO .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-uEEQqvxEwO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEEQqvxEwO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEEQqvxEwO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEEQqvxEwO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEEQqvxEwO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uEEQqvxEwO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uEEQqvxEwO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uEEQqvxEwO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uEEQqvxEwO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uEEQqvxEwO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uEEQqvxEwO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uEEQqvxEwO .dropdown-item:hover {
  color: black!important;
}
.cid-uEEQqvxEwO .dropdown-menu {
  background-color: white!important;
}
.cid-uEEQqvxEwO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uEEQqvxEwO .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-uEEQqvxEwO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uEEQqvxEwO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uEEQqvxEwO .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-uEEQqvxEwO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEEQqvxEwO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uEEQqvxEwO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEEQqvxEwO .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-uEEQqvxEwO .collapsed {
  flex-direction: row!important;
}
.cid-uEEQqvxEwO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEEQqvxEwO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEEQqvxEwO .navbar-caption {
  font-weight: 600!important;
}
.cid-uEEQqvxEwO .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-uEEQqvxEwO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEEQqvxEwO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEEQqvxEwO .dropdown-item.active,
.cid-uEEQqvxEwO .dropdown-item:active {
  background-color: transparent;
}
.cid-uEEQqvxEwO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEEQqvxEwO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEEQqvxEwO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEEQqvxEwO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEEQqvxEwO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEEQqvxEwO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEEQqvxEwO .navbar-buttons {
  text-align: center;
}
.cid-uEEQqvxEwO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEEQqvxEwO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #343351;
}
.cid-uEEQqvxEwO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uEEQqvxEwO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uEEQqvxEwO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uEEQqvxEwO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uEEQqvxEwO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uEEQqvxEwO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uEEQqvxEwO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uEEQqvxEwO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uEEQqvxEwO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uEEQqvxEwO .nav-link {
  font-weight: 600!important;
}
.cid-uEEQqvxEwO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uEEQqvxEwO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uEEQqvxEwO .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-uEEQqvxEwO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEEQqvxEwO .navbar {
    height: 77px;
  }
  .cid-uEEQqvxEwO .navbar.opened {
    height: auto;
  }
  .cid-uEEQqvxEwO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEEQqtgUIB {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEEQqtgUIB .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uEEQqtgUIB #e1_circle,
.cid-uEEQqtgUIB #e3_circle,
.cid-uEEQqtgUIB #e4_circle,
.cid-uEEQqtgUIB #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uEEQqtgUIB #e6_circle {
  fill: #bfceff !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-uEEQqtgUIB .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uEEQqtgUIB .rev {
  animation: rev 4s linear infinite;
}
.cid-uEEQqtgUIB .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uEEQqtgUIB .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uEEQqtgUIB .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uEEQqtgUIB .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uEEQqtgUIB .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uEEQqtgUIB .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uEEQqtgUIB .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uEEQqtgUIB .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uEEQqtgUIB .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uEEQqtgUIB .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uEEQqtgUIB .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uEEQqtgUIB H1 {
  color: #57468b;
}
.cid-uEEQqtgUIB .mbr-text,
.cid-uEEQqtgUIB .mbr-section-btn {
  color: #716c80;
}
.cid-uEEQqtgUIB H3 {
  color: #716c80;
}
.cid-uEEQqtgUIB img {
  height: 100%;
  margin: 0 auto;
}
.cid-uEEQqtLPKj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEEQqtLPKj img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEEQqtLPKj H1 {
  color: #57468b;
}
.cid-uEEQqtLPKj .mbr-text,
.cid-uEEQqtLPKj .mbr-section-btn {
  color: #716c80;
}
.cid-uEEQqtLPKj H3 {
  color: #716c80;
}
.cid-uEEQqtLPKj .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEEQqtLPKj .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uEEQqtLPKj .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uEEQqtLPKj .link:hover {
  color: #57468b !important;
}
.cid-uEEQqtLPKj .link:hover .link-ico {
  color: #57468b !important;
  padding-left: 10px;
}
.cid-uEEQqtLPKj DIV {
  color: #57468b;
}
.cid-uEISGzmaMu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e1e8ff;
}
.cid-uEISGzmaMu h5,
.cid-uEISGzmaMu h4,
.cid-uEISGzmaMu p {
  margin-bottom: 0;
}
.cid-uEISGzmaMu p {
  color: #767676;
}
.cid-uEISGzmaMu .card-img {
  padding: 0;
  width: auto;
}
.cid-uEISGzmaMu .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEISGzmaMu .card-box {
    padding: 2rem 0 0;
  }
  .cid-uEISGzmaMu .card-wrapper {
    display: block !important;
  }
}
.cid-uEISGzmaMu .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uEISGzmaMu img {
  border-radius: 8px;
}
.cid-uEISGzmaMu .card-title,
.cid-uEISGzmaMu .main-title {
  color: #57468b;
}
.cid-uEISDM4jjF {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEISDM4jjF .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-uEISDM4jjF #e1_circle,
.cid-uEISDM4jjF #e3_circle,
.cid-uEISDM4jjF #e4_circle,
.cid-uEISDM4jjF #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uEISDM4jjF #e6_circle {
  fill: #bfceff !important;
}
.cid-uEISDM4jjF .mbr-text {
  color: #716c80;
}
.cid-uEISDM4jjF h4 {
  margin: 0;
}
@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-uEISDM4jjF .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-uEISDM4jjF .card-img .img1 {
  background-color: #bfceff;
}
.cid-uEISDM4jjF .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uEISDM4jjF .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uEISDM4jjF .rev {
  animation: rev 4s linear infinite;
}
.cid-uEISDM4jjF .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-uEISDM4jjF .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-uEISDM4jjF .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-uEISDM4jjF .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-uEISDM4jjF .card-title,
.cid-uEISDM4jjF .card-img {
  color: #57468b;
}
.cid-uEISDM4jjF img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-uEISDM4jjF svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-uEISDM4jjF img {
    margin-top: 1rem;
  }
  .cid-uEISDM4jjF svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-uEISDM4jjF .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uEISDM4jjF svg {
    bottom: -3rem !important;
  }
  .cid-uEISDM4jjF .round1 {
    display: none;
  }
}
.cid-uEISDM4jjF .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-uEISDM4jjF .card-img {
  width: auto;
}
.cid-uEIU6GIY7i {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEIU6GIY7i .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-uEIU6GIY7i #e1_circle,
.cid-uEIU6GIY7i #e3_circle,
.cid-uEIU6GIY7i #e4_circle,
.cid-uEIU6GIY7i #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uEIU6GIY7i #e6_circle {
  fill: #bfceff !important;
}
.cid-uEIU6GIY7i .mbr-text {
  color: #716c80;
}
.cid-uEIU6GIY7i h4 {
  margin: 0;
}
@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-uEIU6GIY7i .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-uEIU6GIY7i .card-img .img1 {
  background-color: #bfceff;
}
.cid-uEIU6GIY7i .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uEIU6GIY7i .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uEIU6GIY7i .rev {
  animation: rev 4s linear infinite;
}
.cid-uEIU6GIY7i .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-uEIU6GIY7i .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-uEIU6GIY7i .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-uEIU6GIY7i .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-uEIU6GIY7i .card-title,
.cid-uEIU6GIY7i .card-img {
  color: #57468b;
}
.cid-uEIU6GIY7i img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-uEIU6GIY7i svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-uEIU6GIY7i img {
    margin-top: 1rem;
  }
  .cid-uEIU6GIY7i svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-uEIU6GIY7i .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uEIU6GIY7i svg {
    bottom: -3rem !important;
  }
  .cid-uEIU6GIY7i .round1 {
    display: none;
  }
}
.cid-uEIU6GIY7i .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-uEIU6GIY7i .card-img {
  width: auto;
}
.cid-uEIUDFAFvW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEIUDFAFvW H1 {
  color: #57468b;
}
.cid-uEIUDFAFvW .mbr-text,
.cid-uEIUDFAFvW .mbr-section-btn {
  color: #716c80;
}
.cid-uEIUDFAFvW H3 {
  color: #716c80;
}
.cid-uEEQquyfwa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEEQquyfwa p {
  line-height: 1.6;
}
.cid-uEEQquyfwa .card-box {
  width: -webkit-fill-available;
}
.cid-uEEQquyfwa .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uEEQquyfwa .card-img .img1 {
  color: #57468b !important;
}
.cid-uEEQquyfwa .card-img .img2 {
  color: #5580ff !important;
}
.cid-uEEQquyfwa .card-img .img3 {
  color: #ff8a73 !important;
}
.cid-uEEQquyfwa .card-img .img4 {
  color: #ff8a73 !important;
}
.cid-uEEQquyfwa .card-img .img5 {
  color: #bfceff !important;
}
.cid-uEEQquyfwa .card-img .img6 {
  color: #57468b !important;
}
.cid-uEEQquyfwa .mbr-iconfont {
  font-size: 2rem !important;
}
.cid-uEEQquyfwa .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-uEEQquyfwa .card {
  height: 100%;
  margin: auto;
}
.cid-uEEQquyfwa img {
  width: 100%;
  heigth: auto;
}
.cid-uEEQquyfwa .card-title1 {
  color: #57468b;
}
.cid-uEEQquyfwa .mbr-text1 {
  color: #716c80;
}
.cid-uEEQquyfwa .card-title2 {
  color: #57468b;
}
.cid-uEEQquyfwa .mbr-text2 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-uEEQquyfwa .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uEEQquyfwa .card-img {
    order: 1;
  }
  .cid-uEEQquyfwa .card-box {
    order: 2;
  }
}
.cid-uEEQquyfwa .card-img {
  width: auto;
}
.cid-uEIVvFH6AG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEIVvFH6AG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEIVvFH6AG H1 {
  color: #57468b;
  text-align: center;
}
.cid-uEIVvFH6AG .mbr-text,
.cid-uEIVvFH6AG .mbr-section-btn {
  color: #716c80;
}
.cid-uEIVvFH6AG H3 {
  color: #716c80;
}
.cid-uEIVvFH6AG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEIVvFH6AG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uEIVvFH6AG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uEIVvFH6AG .link:hover {
  color: #57468b !important;
}
.cid-uEIVvFH6AG .link:hover .link-ico {
  color: #57468b !important;
  padding-left: 10px;
}
.cid-uEIVvFH6AG DIV {
  color: #57468b;
}
.cid-uEIVtSigTH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEIVtSigTH .mbr-section-subtitle {
  color: #716c80;
}
.cid-uEIVtSigTH .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEIVtSigTH .mbr-text {
  color: #767676;
}
.cid-uEIVtSigTH .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-uEIVtSigTH .mbr-author-name {
  color: #57468b;
}
.cid-uEIVtSigTH .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uEIVtSigTH .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uEIVtSigTH .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-uEIVtSigTH .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uEIVtSigTH .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uEIVtSigTH .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-uEIVtSigTH .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uEIVtSigTH .mbr-iconfont-social {
  font-size: 18px;
}
.cid-uEIVtSigTH .icon1 {
  color: #ff8a73;
}
.cid-uEIVtSigTH .icon2 {
  color: #57468b;
}
.cid-uEIVtSigTH .icon3 {
  color: #5580ff;
}
.cid-uEIVtSigTH .social-list a:focus {
  text-decoration: none;
}
.cid-uEIVtSigTH H2 {
  color: #57468b;
}
.cid-uEIYGKPwjj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEIYGKPwjj h5,
.cid-uEIYGKPwjj h4,
.cid-uEIYGKPwjj p {
  margin-bottom: 0;
}
.cid-uEIYGKPwjj p {
  color: #767676;
}
.cid-uEIYGKPwjj .card-img {
  padding: 0;
  width: auto;
}
.cid-uEIYGKPwjj .mbr-section-btn {
  margin: 0;
}
.cid-uEIYGKPwjj .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-uEIYGKPwjj .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uEIYGKPwjj .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uEIYGKPwjj .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEIYGKPwjj .card-box {
    padding: 2rem 0 0;
  }
  .cid-uEIYGKPwjj .card-wrapper {
    display: block !important;
  }
}
.cid-uEIYGKPwjj .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-uEIYGKPwjj .card-title,
.cid-uEIYGKPwjj .main-title {
  color: #57468b;
}
.cid-uEJcY5Mk5T {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #57468b;
}
.cid-uEJcY5Mk5T li {
  list-style: none;
}
.cid-uEJcY5Mk5T .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-uEJcY5Mk5T .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-uEJcY5Mk5T h4 {
  margin: 0;
}
.cid-uEJcY5Mk5T .item {
  color: #57468b;
}
.cid-uEJcY5Mk5T ul {
  padding: 0;
  margin: 0;
}
.cid-uEJcY5Mk5T .col-title {
  color: #57468b;
}
.cid-uEJcY5Mk5T .col-title1 {
  color: #ffffff;
}
.cid-uEJcY5Mk5T .col-title2 {
  color: #ffffff;
}
.cid-uEJcY5Mk5T .col-title3 {
  color: #ffffff;
}
.cid-uEJcY5Mk5T .col-title4 {
  color: #ffffff;
}
.cid-uEJcY5Mk5T .item1 {
  color: #efefef;
}
.cid-uEJcY5Mk5T .item2 {
  color: #efefef;
}
.cid-uEJcY5Mk5T .item3 {
  color: #efefef;
}
.cid-uEJcY5Mk5T .item4 {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-uEJcY5Mk5T .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uEEQqCivzp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uElKurLU4a .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-uElKurLU4a .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uElKurLU4a .nav-item:focus,
.cid-uElKurLU4a .nav-link:focus {
  outline: none;
}
.cid-uElKurLU4a .text-white:hover,
.cid-uElKurLU4a .text-white:active,
.cid-uElKurLU4a .text-white:focus {
  color: white!important;
}
.cid-uElKurLU4a .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: #ffffff;
}
.cid-uElKurLU4a .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uElKurLU4a .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uElKurLU4a .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uElKurLU4a .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uElKurLU4a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uElKurLU4a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uElKurLU4a .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-uElKurLU4a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uElKurLU4a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uElKurLU4a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uElKurLU4a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uElKurLU4a .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-uElKurLU4a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uElKurLU4a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uElKurLU4a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uElKurLU4a .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uElKurLU4a .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uElKurLU4a .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uElKurLU4a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uElKurLU4a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uElKurLU4a .section {
  position: relative;
  overflow: visible!important;
}
.cid-uElKurLU4a .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uElKurLU4a .dropdown-item:hover {
  color: black!important;
}
.cid-uElKurLU4a .dropdown-menu {
  background-color: white!important;
}
.cid-uElKurLU4a .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uElKurLU4a .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-uElKurLU4a .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uElKurLU4a .nav-item .nav-link {
    position: relative;
  }
}
.cid-uElKurLU4a .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-uElKurLU4a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uElKurLU4a .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uElKurLU4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uElKurLU4a .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-uElKurLU4a .collapsed {
  flex-direction: row!important;
}
.cid-uElKurLU4a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uElKurLU4a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uElKurLU4a .navbar-caption {
  font-weight: 600!important;
}
.cid-uElKurLU4a .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-uElKurLU4a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uElKurLU4a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uElKurLU4a .dropdown-item.active,
.cid-uElKurLU4a .dropdown-item:active {
  background-color: transparent;
}
.cid-uElKurLU4a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uElKurLU4a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uElKurLU4a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uElKurLU4a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uElKurLU4a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uElKurLU4a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uElKurLU4a .navbar-buttons {
  text-align: center;
}
.cid-uElKurLU4a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #343351;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uElKurLU4a .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uElKurLU4a .nav-link {
  font-weight: 600!important;
}
.cid-uElKurLU4a a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uElKurLU4a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uElKurLU4a .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-uElKurLU4a .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uElKurLU4a .navbar {
    height: 77px;
  }
  .cid-uElKurLU4a .navbar.opened {
    height: auto;
  }
  .cid-uElKurLU4a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEJ6zBUlHi {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uEJ6zBUlHi .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uEJ6zBUlHi #e1_circle,
.cid-uEJ6zBUlHi #e3_circle,
.cid-uEJ6zBUlHi #e4_circle,
.cid-uEJ6zBUlHi #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uEJ6zBUlHi #e6_circle {
  fill: #bfceff !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-uEJ6zBUlHi .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uEJ6zBUlHi .rev {
  animation: rev 4s linear infinite;
}
.cid-uEJ6zBUlHi .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uEJ6zBUlHi .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uEJ6zBUlHi .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uEJ6zBUlHi .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uEJ6zBUlHi .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uEJ6zBUlHi .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uEJ6zBUlHi .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uEJ6zBUlHi .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uEJ6zBUlHi .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uEJ6zBUlHi .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uEJ6zBUlHi .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uEJ6zBUlHi H1 {
  color: #57468b;
}
.cid-uEJ6zBUlHi .mbr-text,
.cid-uEJ6zBUlHi .mbr-section-btn {
  color: #716c80;
}
.cid-uEJ6zBUlHi H3 {
  color: #716c80;
}
.cid-uEJ6zBUlHi img {
  height: 100%;
  margin: 0 auto;
}
.cid-uEJ6Cpy7vj {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEJ6Cpy7vj H1 {
  color: #57468b;
}
.cid-uEJ6Cpy7vj .mbr-text,
.cid-uEJ6Cpy7vj .mbr-section-btn {
  color: #716c80;
}
.cid-uEJ6Cpy7vj H3 {
  color: #716c80;
}
.cid-uEJ6Es0ciy {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEJ6Es0ciy img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEJ6Es0ciy H1 {
  color: #57468b;
}
.cid-uEJ6Es0ciy .mbr-text,
.cid-uEJ6Es0ciy .mbr-section-btn {
  color: #716c80;
}
.cid-uEJ6Es0ciy H3 {
  color: #716c80;
}
.cid-uEJ6Es0ciy .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEJ6Es0ciy .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uEJ6Es0ciy .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uEJ6Es0ciy .link:hover {
  color: #57468b !important;
}
.cid-uEJ6Es0ciy .link:hover .link-ico {
  color: #57468b !important;
  padding-left: 10px;
}
.cid-uEJ6Es0ciy DIV {
  color: #57468b;
}
.cid-uEJ6G2wTYa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEJ6G2wTYa .nav-tabs .nav-item.open .nav-link:focus,
.cid-uEJ6G2wTYa .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uEJ6G2wTYa .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-uEJ6G2wTYa .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uEJ6G2wTYa .first {
  margin-left: -24px;
}
.cid-uEJ6G2wTYa .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uEJ6G2wTYa .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-uEJ6G2wTYa .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-uEJ6G2wTYa P {
  color: #716c80;
}
.cid-uEJ6G2wTYa H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uEJ6G2wTYa .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uEJ6G2wTYa .mbr-text,
  .cid-uEJ6G2wTYa .nav-link {
    text-align: center;
  }
}
.cid-uEJ6DCW0pd {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uEJ6DCW0pd img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEJ6DCW0pd H1 {
  color: #57468b;
}
.cid-uEJ6DCW0pd .mbr-text,
.cid-uEJ6DCW0pd .mbr-section-btn {
  color: #716c80;
}
.cid-uEJ6DCW0pd H3 {
  color: #716c80;
}
.cid-uEJ6DCW0pd .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEJ6DCW0pd .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uEJ6DCW0pd .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uEJ6DCW0pd .link:hover {
  color: #57468b !important;
}
.cid-uEJ6DCW0pd .link:hover .link-ico {
  color: #57468b !important;
  padding-left: 10px;
}
.cid-uEJ6DCW0pd DIV {
  color: #57468b;
}
.cid-uEJafDyKA3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEJafDyKA3 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEJafDyKA3 H1 {
  color: #57468b;
}
.cid-uEJafDyKA3 .mbr-text,
.cid-uEJafDyKA3 .mbr-section-btn {
  color: #716c80;
}
.cid-uEJafDyKA3 H3 {
  color: #716c80;
}
.cid-uEJafDyKA3 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEJafDyKA3 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uEJafDyKA3 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uEJafDyKA3 .link:hover {
  color: #57468b !important;
}
.cid-uEJafDyKA3 .link:hover .link-ico {
  color: #57468b !important;
  padding-left: 10px;
}
.cid-uEJafDyKA3 DIV {
  color: #57468b;
}
.cid-uEJaQwmSYV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEJaQwmSYV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uEJaQwmSYV H1 {
  color: #57468b;
}
.cid-uEJaQwmSYV .mbr-text,
.cid-uEJaQwmSYV .mbr-section-btn {
  color: #716c80;
}
.cid-uEJaQwmSYV H3 {
  color: #716c80;
}
.cid-uEJaQwmSYV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uEJaQwmSYV .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uEJaQwmSYV .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uEJaQwmSYV .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uEJaQwmSYV .btn-info-outline:hover {
  background-color: transparent!important;
  color: #57468b !important;
  box-shadow: none!important;
}
.cid-uEJaQwmSYV .btn-info-outline:active,
.cid-uEJaQwmSYV .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uEJaQwmSYV DIV {
  color: #57468b;
}
.cid-uEJbgdKfro {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uEJbgdKfro H1 {
  color: #57468b;
}
.cid-uEJbgdKfro .mbr-text,
.cid-uEJbgdKfro .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-uEJbgdKfro img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-uEJbgdKfro img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uEJbgdKfro H3 {
  color: #716c80;
}
.cid-uEJcA5B8Vc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #57468b;
}
.cid-uEJcA5B8Vc li {
  list-style: none;
}
.cid-uEJcA5B8Vc .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-uEJcA5B8Vc .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-uEJcA5B8Vc h4 {
  margin: 0;
}
.cid-uEJcA5B8Vc .item {
  color: #57468b;
}
.cid-uEJcA5B8Vc ul {
  padding: 0;
  margin: 0;
}
.cid-uEJcA5B8Vc .col-title {
  color: #57468b;
}
.cid-uEJcA5B8Vc .col-title1 {
  color: #ffffff;
}
.cid-uEJcA5B8Vc .col-title2 {
  color: #ffffff;
}
.cid-uEJcA5B8Vc .col-title3 {
  color: #ffffff;
}
.cid-uEJcA5B8Vc .col-title4 {
  color: #ffffff;
}
.cid-uEJcA5B8Vc .item1 {
  color: #efefef;
}
.cid-uEJcA5B8Vc .item2 {
  color: #efefef;
}
.cid-uEJcA5B8Vc .item3 {
  color: #efefef;
}
.cid-uEJcA5B8Vc .item4 {
  color: #efefef;
}
@media (max-width: 768px) {
  .cid-uEJcA5B8Vc .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rlfau44JVQ {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #57468b;
  margin-top: 0;
}

.cid-rlfaAhJGJJ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #57468b;
  margin-top: 0;
}

.cid-rlfaAhJGJJ .mbr-white {
  color: #ffffff !important;
}

.cid-rlfaAhJGJJ .text-white {
  color: #ffffff !important;
}

.cid-rlfaAhJGJJ .col-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.cid-rlfaAhJGJJ .item {
  color: #ffffff;
  margin-bottom: 10px;
}

.cid-rlfaAhJGJJ .item a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cid-rlfaAhJGJJ .item a:hover {
  color: #ff6b6b;
  text-decoration: underline;
}

/* Image display optimization */
.card-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.card-img img:hover {
  transform: scale(1.05);
}

/* Ensure images load properly */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Fix for missing images */
img[src=""], img:not([src]), img[src="#"] {
  display: none;
}

/* Card layout improvements */
.cid-rx3DuVTvT8 .card {
  flex-direction: column;
  height: auto;
  min-height: 400px;
  margin-bottom: 30px;
}

.cid-rx3DuVTvT8 .card-img {
  order: 1;
  flex: 0 0 auto;
}

.cid-rx3DuVTvT8 .card-box {
  order: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uElKurLU4a .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-uElKurLU4a .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uElKurLU4a .nav-item:focus,
.cid-uElKurLU4a .nav-link:focus {
  outline: none;
}
.cid-uElKurLU4a .text-white:hover,
.cid-uElKurLU4a .text-white:active,
.cid-uElKurLU4a .text-white:focus {
  color: white!important;
}
.cid-uElKurLU4a .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: #ffffff;
}
.cid-uElKurLU4a .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uElKurLU4a .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uElKurLU4a .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uElKurLU4a .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uElKurLU4a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uElKurLU4a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uElKurLU4a .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-uElKurLU4a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uElKurLU4a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uElKurLU4a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uElKurLU4a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uElKurLU4a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uElKurLU4a .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-uElKurLU4a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uElKurLU4a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uElKurLU4a .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uElKurLU4a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uElKurLU4a .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uElKurLU4a .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uElKurLU4a .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uElKurLU4a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uElKurLU4a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uElKurLU4a .section {
  position: relative;
  overflow: visible!important;
}
.cid-uElKurLU4a .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uElKurLU4a .dropdown-item:hover {
  color: black!important;
}
.cid-uElKurLU4a .dropdown-menu {
  background-color: white!important;
}
.cid-uElKurLU4a .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uElKurLU4a .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-uElKurLU4a .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uElKurLU4a .nav-item .nav-link {
    position: relative;
  }
}
.cid-uElKurLU4a .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-uElKurLU4a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uElKurLU4a .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uElKurLU4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uElKurLU4a .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-uElKurLU4a .collapsed {
  flex-direction: row!important;
}
.cid-uElKurLU4a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uElKurLU4a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uElKurLU4a .navbar-caption {
  font-weight: 600!important;
}
.cid-uElKurLU4a .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-uElKurLU4a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uElKurLU4a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uElKurLU4a .dropdown-item.active,
.cid-uElKurLU4a .dropdown-item:active {
  background-color: transparent;
}
.cid-uElKurLU4a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uElKurLU4a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uElKurLU4a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uElKurLU4a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uElKurLU4a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uElKurLU4a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uElKurLU4a .navbar-buttons {
  text-align: center;
}
.cid-uElKurLU4a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #343351;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uElKurLU4a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uElKurLU4a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uElKurLU4a .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uElKurLU4a .nav-link {
  font-weight: 600!important;
}
.cid-uElKurLU4a a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uElKurLU4a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uElKurLU4a .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-uElKurLU4a .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uElKurLU4a .navbar {
    height: 77px;
  }
  .cid-uElKurLU4a .navbar.opened {
    height: auto;
  }
  .cid-uElKurLU4a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ4PWEz79D {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJ4PWEz79D H1 {
  color: #57468b;
}
.cid-uJ4PWEz79D .mbr-text,
.cid-uJ4PWEz79D .mbr-section-btn {
  color: #716c80;
}
.cid-uJ4PWEz79D H3 {
  color: #716c80;
}
.cid-uJ4PZyRZpk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-uJ4PZyRZpk h4 {
  margin-bottom: 0;
}
.cid-uJ4PZyRZpk p {
  color: #767676;
}
.cid-uJ4PZyRZpk .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uJ4PZyRZpk .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uJ4PZyRZpk .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uJ4PZyRZpk .btn-info-outline:hover {
  background-color: transparent!important;
  color: #57468b !important;
  box-shadow: none!important;
}
.cid-uJ4PZyRZpk .btn-info-outline:active,
.cid-uJ4PZyRZpk .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uJ4PZyRZpk .card-box {
  padding-top: 2rem;
}
.cid-uJ4PZyRZpk .card-wrapper {
  height: 100%;
}
.cid-uJ4PZyRZpk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uJ4PZyRZpk img {
  border-radius: 8px;
}
.cid-uJ4PZyRZpk .card-title {
  color: #57468b;
}
.cid-uJ4PZyRZpk .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uJ4PZyRZpk DIV {
  color: #57468b;
}
.cid-uJ4PZyRZpk .card-img {
  width: auto;
}
.cid-rlfau44JVQ {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #57468b;
  margin-top: 0;
}

.cid-rlfaAhJGJJ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #57468b;
  margin-top: 0;
}

.cid-rlfaAhJGJJ .mbr-white {
  color: #ffffff !important;
}

.cid-rlfaAhJGJJ .text-white {
  color: #ffffff !important;
}

.cid-rlfaAhJGJJ .col-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.cid-rlfaAhJGJJ .item {
  color: #ffffff;
  margin-bottom: 10px;
}

.cid-rlfaAhJGJJ .item a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cid-rlfaAhJGJJ .item a:hover {
  color: #ff6b6b;
  text-decoration: underline;
}

/* Image display optimization */
.card-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.card-img img:hover {
  transform: scale(1.05);
}

/* Ensure images load properly */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Fix for missing images */
img[src=""], img:not([src]), img[src="#"] {
  display: none;
}

/* Card layout improvements */
.cid-rx3DuVTvT8 .card {
  flex-direction: column;
  height: auto;
  min-height: 400px;
  margin-bottom: 30px;
}

.cid-rx3DuVTvT8 .card-img {
  order: 1;
  flex: 0 0 auto;
}

.cid-rx3DuVTvT8 .card-box {
  order: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uJ4Sx7yTmH .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-uJ4Sx7yTmH .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uJ4Sx7yTmH .nav-item:focus,
.cid-uJ4Sx7yTmH .nav-link:focus {
  outline: none;
}
.cid-uJ4Sx7yTmH .text-white:hover,
.cid-uJ4Sx7yTmH .text-white:active,
.cid-uJ4Sx7yTmH .text-white:focus {
  color: white!important;
}
.cid-uJ4Sx7yTmH .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: #ffffff;
}
.cid-uJ4Sx7yTmH .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uJ4Sx7yTmH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uJ4Sx7yTmH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uJ4Sx7yTmH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uJ4Sx7yTmH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ4Sx7yTmH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJ4Sx7yTmH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJ4Sx7yTmH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ4Sx7yTmH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ4Sx7yTmH .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-uJ4Sx7yTmH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ4Sx7yTmH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uJ4Sx7yTmH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uJ4Sx7yTmH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ4Sx7yTmH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ4Sx7yTmH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJ4Sx7yTmH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ4Sx7yTmH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ4Sx7yTmH .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-uJ4Sx7yTmH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uJ4Sx7yTmH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ4Sx7yTmH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ4Sx7yTmH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJ4Sx7yTmH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJ4Sx7yTmH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uJ4Sx7yTmH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uJ4Sx7yTmH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uJ4Sx7yTmH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJ4Sx7yTmH .section {
  position: relative;
  overflow: visible!important;
}
.cid-uJ4Sx7yTmH .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uJ4Sx7yTmH .dropdown-item:hover {
  color: black!important;
}
.cid-uJ4Sx7yTmH .dropdown-menu {
  background-color: white!important;
}
.cid-uJ4Sx7yTmH .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uJ4Sx7yTmH .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-uJ4Sx7yTmH .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uJ4Sx7yTmH .nav-item .nav-link {
    position: relative;
  }
}
.cid-uJ4Sx7yTmH .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-uJ4Sx7yTmH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ4Sx7yTmH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uJ4Sx7yTmH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJ4Sx7yTmH .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-uJ4Sx7yTmH .collapsed {
  flex-direction: row!important;
}
.cid-uJ4Sx7yTmH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ4Sx7yTmH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ4Sx7yTmH .navbar-caption {
  font-weight: 600!important;
}
.cid-uJ4Sx7yTmH .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-uJ4Sx7yTmH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ4Sx7yTmH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ4Sx7yTmH .dropdown-item.active,
.cid-uJ4Sx7yTmH .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ4Sx7yTmH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ4Sx7yTmH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ4Sx7yTmH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ4Sx7yTmH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJ4Sx7yTmH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJ4Sx7yTmH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uJ4Sx7yTmH .navbar-buttons {
  text-align: center;
}
.cid-uJ4Sx7yTmH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJ4Sx7yTmH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #343351;
}
.cid-uJ4Sx7yTmH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJ4Sx7yTmH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJ4Sx7yTmH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJ4Sx7yTmH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJ4Sx7yTmH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJ4Sx7yTmH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJ4Sx7yTmH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJ4Sx7yTmH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJ4Sx7yTmH .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uJ4Sx7yTmH .nav-link {
  font-weight: 600!important;
}
.cid-uJ4Sx7yTmH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJ4Sx7yTmH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uJ4Sx7yTmH .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-uJ4Sx7yTmH .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ4Sx7yTmH .navbar {
    height: 77px;
  }
  .cid-uJ4Sx7yTmH .navbar.opened {
    height: auto;
  }
  .cid-uJ4Sx7yTmH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ4Sx8MgtH {
  padding-top: 270px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/sugarmommydsf-1235x663.jpg");
}
.cid-uJ4Sx8MgtH H1 {
  text-align: center;
}
.cid-uJ4Sx8MgtH .mbr-text,
.cid-uJ4Sx8MgtH .mbr-section-btn {
  text-align: center;
}
.cid-uJ4SxbmyQy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uJ4SxbmyQy img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uJ4SxbmyQy H1 {
  color: #57468b;
}
.cid-uJ4SxbmyQy .mbr-text,
.cid-uJ4SxbmyQy .mbr-section-btn {
  color: #716c80;
}
.cid-uJ4SxbmyQy H3 {
  color: #716c80;
}
.cid-uJ4SxbmyQy .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uJ4SxbmyQy .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uJ4SxbmyQy .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uJ4SxbmyQy .link:hover {
  color: #57468b !important;
}
.cid-uJ4SxbmyQy .link:hover .link-ico {
  color: #57468b !important;
  padding-left: 10px;
}
.cid-uJ4SxbmyQy DIV {
  color: #57468b;
}
.cid-uJ4SxdGqd5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uJ4SxdGqd5 H1 {
  color: #57468b;
}
.cid-uJ4SxdGqd5 .mbr-text,
.cid-uJ4SxdGqd5 .mbr-section-btn {
  color: #716c80;
}
.cid-uJ4SxdGqd5 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uJ4SxdGqd5 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uJ4SxdGqd5 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uJ4SxixB33 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-uJ4SxixB33 H1 {
  color: #57468b;
}
.cid-uJ4SxixB33 .mbr-text,
.cid-uJ4SxixB33 .mbr-section-btn {
  color: #716c80;
}
.cid-uJ4SxixB33 H3 {
  color: #716c80;
}
.cid-uJ4SxjdWIU {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
}
.cid-uJ4SxjdWIU h4 {
  margin-bottom: 0;
}
.cid-uJ4SxjdWIU p {
  color: #767676;
}
.cid-uJ4SxjdWIU .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uJ4SxjdWIU .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uJ4SxjdWIU .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uJ4SxjdWIU .btn-info-outline:hover {
  background-color: transparent!important;
  color: #57468b !important;
  box-shadow: none!important;
}
.cid-uJ4SxjdWIU .btn-info-outline:active,
.cid-uJ4SxjdWIU .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uJ4SxjdWIU .card-box {
  padding-top: 2rem;
}
.cid-uJ4SxjdWIU .card-wrapper {
  height: 100%;
}
.cid-uJ4SxjdWIU .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uJ4SxjdWIU img {
  border-radius: 8px;
}
.cid-uJ4SxjdWIU .card-title {
  color: #57468b;
}
.cid-uJ4SxjdWIU .main-title {
  color: #57468b;
  text-align: center;
}
.cid-uJ4SxjdWIU DIV {
  color: #57468b;
}
.cid-uJ4SxjdWIU .card-img {
  width: auto;
}
.cid-uJ4SxtJDcS {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uJ4SxtJDcS .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uJ4SxtJDcS #e1_circle,
.cid-uJ4SxtJDcS #e3_circle,
.cid-uJ4SxtJDcS #e4_circle,
.cid-uJ4SxtJDcS #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uJ4SxtJDcS #e6_circle {
  fill: #bfceff !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-uJ4SxtJDcS .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uJ4SxtJDcS .rev {
  animation: rev 4s linear infinite;
}
.cid-uJ4SxtJDcS .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uJ4SxtJDcS .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uJ4SxtJDcS .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uJ4SxtJDcS .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uJ4SxtJDcS .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uJ4SxtJDcS .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uJ4SxtJDcS .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uJ4SxtJDcS .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uJ4SxtJDcS .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uJ4SxtJDcS .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uJ4SxtJDcS .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uJ4SxtJDcS H1 {
  color: #57468b;
}
.cid-uJ4SxtJDcS .mbr-text,
.cid-uJ4SxtJDcS .mbr-section-btn {
  color: #716c80;
}
.cid-uJ4SxtJDcS H3 {
  color: #716c80;
}
.cid-uJ4SxtJDcS img {
  height: 100%;
  margin: 0 auto;
}
.cid-uJ4SxuToaS {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uJ4SxuToaS .card-header {
  background: transparent;
}
.cid-uJ4SxuToaS .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uJ4SxuToaS .panel-group {
  border-top: 1px solid #efefef;
}
.cid-uJ4SxuToaS .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uJ4SxuToaS .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uJ4SxuToaS .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-uJ4SxuToaS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uJ4SxuToaS .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uJ4SxuToaS .card .panel-body {
  color: #767676;
}
.cid-uJ4SxuToaS h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-uJ4SxuToaS H4 {
  color: #57468b;
}
.cid-uJ4SxuToaS H2 {
  color: #57468b;
}
.cid-uJ4SxwaBTk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #57468b;
}
.cid-uJ4SxwaBTk ul {
  padding: 0;
  margin: 0;
}
.cid-uJ4SxwaBTk ul li {
  list-style: none;
}
.cid-uJ4SxwaBTk ul li h4 {
  margin: 0;
}
.cid-uJ4SxwaBTk ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uJ4SxwaBTk .item {
  color: #ffffff;
}
.cid-uJ4SxwaBTk .col-title {
  color: #e6eaf1;
}
.cid-uJ4SxwaBTk .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-uJ4SxwaBTk .col-title1 {
  margin-bottom: 40px;
}
.cid-uJ4SxwaBTk .form-group,
.cid-uJ4SxwaBTk .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uJ4SxwaBTk .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-uJ4SxwaBTk .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uJ4SxwaBTk .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-uJ4SxwaBTk .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-uJ4SxwaBTk .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-uJ4SxwaBTk .col + .mbr-section-btn .btn,
.cid-uJ4SxwaBTk .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-uJ4SxwaBTk .col + .mbr-section-btn .btn.display-4,
.cid-uJ4SxwaBTk .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-uJ4SxwaBTk .col + .mbr-section-btn .btn:hover,
.cid-uJ4SxwaBTk .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-uJ4SxwaBTk .dragArea > *:nth-last-child(2).col,
.cid-uJ4SxwaBTk .dragArea > *:nth-last-child(2).col-auto,
.cid-uJ4SxwaBTk .col + .mbr-section-btn,
.cid-uJ4SxwaBTk .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-uJ4SxwaBTk .form1 {
  margin-top: 30px;
}
.cid-uJ4SxwaBTk .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uJ4SxwaBTk .md-pb {
    margin-bottom: 30px;
  }
}
.cid-uJ4SxxGfbo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
