body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Tajawal', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Tajawal', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Tajawal', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #33358c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #72dfe9 !important;
}
.bg-warning {
  background-color: #a8aaf1 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #33358c !important;
  border-color: #33358c !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #252767 !important;
  border-color: #252767 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
  color: #fafafa !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #ff6250 !important;
  border-color: #ff6250 !important;
}
.btn-info,
.btn-info:active {
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #46d5e2 !important;
  border-color: #46d5e2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #7c7fea !important;
  border-color: #7c7fea !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #fafafa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fafafa !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #33358c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #33358c !important;
  border-color: #33358c !important;
}
.btn-primary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #33358c;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #33358c;
  }
  .btn-primary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ff9083 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
}
.btn-secondary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ff9083;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #ff9083;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #72dfe9 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #72dfe9;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #72dfe9;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #40b0bf !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #40b0bf;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #40b0bf;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #a8aaf1 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #a8aaf1;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #a8aaf1;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ff9966 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ff9966;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #ff9966;
  }
  .btn-danger-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-black-outline {
  color: #333333!important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa!important;
  background-color: #333333;
  border-color: transparent;
}
.btn-white-outline {
  color: #fafafa!important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333!important;
  background-color: #fafafa;
  border-color: transparent;
}
.btn-white {
  color: #333333!important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.text-primary {
  color: #33358c !important;
}
.text-secondary {
  color: #ff9083 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #72dfe9 !important;
}
.text-warning {
  color: #a8aaf1 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #252767 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6250 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #338d99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #46d5e2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7c7fea !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff7733 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72dfe9;
}
.alert-warning {
  background-color: #a8aaf1;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #33358c;
  border-color: #33358c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #33358c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7375cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #33358c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #33358c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #33358c;
  border-bottom-color: #33358c;
}
.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: #33358c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff9083 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2333358c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sc4Vlxi7M5 {
  height: 0 !important;
}
.cid-sc4Vlxi7M5 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9083;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sc4Vlxi7M5 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sc4Vlxi7M5 .nav-item:focus,
.cid-sc4Vlxi7M5 .nav-link:focus {
  outline: none;
}
.cid-sc4Vlxi7M5 .text-white:hover,
.cid-sc4Vlxi7M5 .text-white:active,
.cid-sc4Vlxi7M5 .text-white:focus {
  color: white!important;
}
.cid-sc4Vlxi7M5 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-sc4Vlxi7M5 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sc4Vlxi7M5 .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-sc4Vlxi7M5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sc4Vlxi7M5 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sc4Vlxi7M5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sc4Vlxi7M5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sc4Vlxi7M5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sc4Vlxi7M5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sc4Vlxi7M5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sc4Vlxi7M5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sc4Vlxi7M5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sc4Vlxi7M5 .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-sc4Vlxi7M5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sc4Vlxi7M5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sc4Vlxi7M5 .section {
  position: relative;
  overflow: visible!important;
}
.cid-sc4Vlxi7M5 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sc4Vlxi7M5 .dropdown-item:hover {
  color: black!important;
}
.cid-sc4Vlxi7M5 .dropdown-menu {
  background-color: white!important;
}
.cid-sc4Vlxi7M5 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 190, 182, 0.35);
  display: block;
}
.cid-sc4Vlxi7M5 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9083;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sc4Vlxi7M5 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sc4Vlxi7M5 .nav-item {
    position: relative;
  }
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc4Vlxi7M5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sc4Vlxi7M5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .collapsed {
  flex-direction: row!important;
}
.cid-sc4Vlxi7M5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sc4Vlxi7M5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sc4Vlxi7M5 .navbar-caption {
  font-weight: 600!important;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sc4Vlxi7M5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sc4Vlxi7M5 .dropdown-item.active,
.cid-sc4Vlxi7M5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sc4Vlxi7M5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sc4Vlxi7M5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sc4Vlxi7M5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sc4Vlxi7M5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-sc4Vlxi7M5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sc4Vlxi7M5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sc4Vlxi7M5 .navbar-buttons {
  text-align: center;
}
.cid-sc4Vlxi7M5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sc4Vlxi7M5 .nav-link {
  font-weight: 600!important;
}
.cid-sc4Vlxi7M5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sc4Vlxi7M5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .icons-menu span {
  font-size: 26px;
  color: #33358c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sc4Vlxi7M5 .navbar {
    height: 77px;
  }
  .cid-sc4Vlxi7M5 .navbar.opened {
    height: auto;
  }
  .cid-sc4Vlxi7M5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sc4Wq0UjDK {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sc4Wq0UjDK .mbr-section-subtitle {
  color: #33358c;
  text-align: center;
}
.cid-sc4Wq0UjDK .mbr-text,
.cid-sc4Wq0UjDK .mbr-section-btn {
  color: #616161;
  text-align: center;
}
.cid-sc4Wq0UjDK .row {
  justify-content: space-between;
}
.cid-sc4Wq0UjDK img {
  border-radius: 8px;
}
.cid-sc4Wq0UjDK .mbr-section-title {
  text-align: center;
}
.cid-sz3R2cO7tE {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sz3R2cO7tE svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sz3R2cO7tE #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-sz3R2cO7tE img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 190, 182, 0.35);
}
@media (max-width: 576px) {
  .cid-sz3R2cO7tE img {
    width: 100%;
    left: 0;
  }
}
.cid-sz3R2cO7tE H1 {
  color: #33358c;
  text-align: right;
}
.cid-sz3R2cO7tE .mbr-text,
.cid-sz3R2cO7tE .mbr-section-btn {
  color: #716c80;
  text-align: right;
}
.cid-scaJyQ8Qx5 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-scaJyQ8Qx5 .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-scaJyQ8Qx5 .mbr-iconfont:hover {
  color: #777777;
}
.cid-scaJyQ8Qx5 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-scaJyQ8Qx5 a {
  font-weight: 600;
}
.cid-scaJyQ8Qx5 .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-scaJyQ8Qx5 .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-scaJyQ8Qx5 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-scaJyQ8Qx5 .card-wrapper {
  height: 100%;
}
.cid-scaJyQ8Qx5 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-scaJyQ8Qx5 .text {
  color: #767676;
}
.cid-scaJyQ8Qx5 .card-subtitle {
  color: #ff3366;
}
.cid-sc95kUSFsr {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sc95kUSFsr .text-content {
  padding-top: 60px;
  padding-bottom: 45px;
}
.cid-sc95kUSFsr .text-content .btn-bgr {
  z-index: 0;
}
.cid-sc95kUSFsr .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-sc95kUSFsr H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sc95kUSFsr P {
  color: #767676;
  text-align: center;
}
.cid-sc95kUSFsr H2 {
  color: #000000;
}
.cid-sc95kUSFsr .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sc95kUSFsr .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sc95kUSFsr .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  margin-left: auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sc95kUSFsr .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sc95kUSFsr .text-content {
    width: 100%;
  }
}
.cid-sc95kUSFsr .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sc95kUSFsr .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sc95kUSFsr .mbr-text {
    text-align: center;
  }
}
.cid-sc95kUSFsr .mbr-section-btn,
.cid-sc95kUSFsr .mbr-section-title {
  text-align: center;
}
.cid-sc95kUSFsr .mbr-section-subtitle {
  text-align: center;
}
.cid-scstLRt1ZC .stats-item:hover span {
  color: #232bc0;
}
.cid-scstLRt1ZC .stats-item {
  padding: 80px 20px;
}
.cid-scstLRt1ZC .stats-item:nth-child(2n) {
  background-color: #ffffff;
}
.cid-scstLRt1ZC .stats-item:nth-child(odd) {
  background-color: #efefef;
}
.cid-scstLRt1ZC .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-scstLRt1ZC .mbr-iconfont {
  font-size: 50px;
}
.cid-scstLRt1ZC .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-scstLRt1ZC .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-scstLRt1ZC .stats-item:first-child {
    background: #ffffff;
  }
  .cid-scstLRt1ZC .stats-item:nth-child(2n) {
    background: #efefef;
  }
  .cid-scstLRt1ZC .stats-item:nth-child(0n+3) {
    background: #efefef none repeat scroll 0 center;
  }
  .cid-scstLRt1ZC .stats-item:last-child {
    background: #ffffff;
  }
}
.cid-scstLRt1ZC .counter {
  text-align: center;
  color: #000000;
}
.cid-scstLRt1ZC .mbr-card-title,
.cid-scstLRt1ZC .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
.cid-sgGYrZK8Af {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-sgGYrZK8Af .mbr-section-title {
  color: #ffffff;
}
.cid-sgGYrZK8Af .mbr-text,
.cid-sgGYrZK8Af .mbr-section-btn {
  color: #ffffff;
}
.cid-sgGYrZK8Af .btn {
  color: white!important;
  border-color: white!important;
}
.cid-u3wl5MkeC4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u3wl5MkeC4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-u3wl5MkeC4 .text {
  padding: 0;
}
.cid-u3wl5MkeC4 section {
  position: relative;
}
.cid-u3wl5MkeC4 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-u3wl5MkeC4 .mbr-iconfont {
  padding: 0!important;
}
.cid-u3wl5MkeC4 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #22a5e5;
}
.cid-u3wl5MkeC4 .box {
  background-image: url("../../../assets/images/screenshot-2024-02-06-at-6.29.54pm-2000x1106.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3wl5MkeC4 .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u3wl5MkeC4 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u3wl5MkeC4 .icon-wrap span {
  padding-left: 8px;
}
.cid-u3wl5MkeC4 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-u3wl5MkeC4 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-u3wl5MkeC4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u3wl5MkeC4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u3wl5MkeC4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u3wl5MkeC4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u3wl5MkeC4 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3wl5MkeC4 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-u3wl5MkeC4 .box {
    height: 250px;
  }
  .cid-u3wl5MkeC4 .row {
    padding: 1rem!important;
  }
}
.cid-szzx1X66qx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-szzx1X66qx {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-szzx1X66qx .text {
  padding: 0;
}
.cid-szzx1X66qx section {
  position: relative;
}
.cid-szzx1X66qx h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-szzx1X66qx .mbr-iconfont {
  padding: 0!important;
}
.cid-szzx1X66qx .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #22a5e5;
}
.cid-szzx1X66qx .box {
  background-image: url("../../../assets/images/photo-video-1-2000x1094.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szzx1X66qx .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-szzx1X66qx .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-szzx1X66qx .icon-wrap span {
  padding-left: 8px;
}
.cid-szzx1X66qx .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-szzx1X66qx .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-szzx1X66qx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-szzx1X66qx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-szzx1X66qx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-szzx1X66qx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-szzx1X66qx a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-szzx1X66qx {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-szzx1X66qx .box {
    height: 250px;
  }
  .cid-szzx1X66qx .row {
    padding: 1rem!important;
  }
}
.cid-u123hTojwK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u123hTojwK {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-u123hTojwK .text {
  padding: 0;
}
.cid-u123hTojwK section {
  position: relative;
}
.cid-u123hTojwK h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-u123hTojwK .mbr-iconfont {
  padding: 0!important;
}
.cid-u123hTojwK .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #22a5e5;
}
.cid-u123hTojwK .box {
  background-image: url("../../../assets/images/photo-video-2-2000x1094.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u123hTojwK .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u123hTojwK .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u123hTojwK .icon-wrap span {
  padding-left: 8px;
}
.cid-u123hTojwK .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-u123hTojwK .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-u123hTojwK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u123hTojwK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u123hTojwK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u123hTojwK a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u123hTojwK a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u123hTojwK {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-u123hTojwK .box {
    height: 250px;
  }
  .cid-u123hTojwK .row {
    padding: 1rem!important;
  }
}
.cid-u122nTuxZ8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u122nTuxZ8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-u122nTuxZ8 .text {
  padding: 0;
}
.cid-u122nTuxZ8 section {
  position: relative;
}
.cid-u122nTuxZ8 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-u122nTuxZ8 .mbr-iconfont {
  padding: 0!important;
}
.cid-u122nTuxZ8 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #22a5e5;
}
.cid-u122nTuxZ8 .box {
  background-image: url("../../../assets/images/video-1685x948.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u122nTuxZ8 .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u122nTuxZ8 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u122nTuxZ8 .icon-wrap span {
  padding-left: 8px;
}
.cid-u122nTuxZ8 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-u122nTuxZ8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-u122nTuxZ8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u122nTuxZ8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u122nTuxZ8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u122nTuxZ8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u122nTuxZ8 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u122nTuxZ8 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-u122nTuxZ8 .box {
    height: 250px;
  }
  .cid-u122nTuxZ8 .row {
    padding: 1rem!important;
  }
}
.cid-scsxiJMa2c {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #b2ccd2;
}
.cid-scsxiJMa2c .mbr-text {
  color: #767676;
}
.cid-scsxiJMa2c .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(255, 190, 182, 0.35);
}
.cid-scsxiJMa2c .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-scsxiJMa2c .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-scsxiJMa2c .text-info:hover {
  color: inherit!important;
}
.cid-scsxiJMa2c .ico2 {
  color: #a8aaf1 !important;
  transition: all 0.6s;
}
.cid-scsxiJMa2c .card-box {
  padding: 0rem 1rem;
}
.cid-scsxiJMa2c .card-img {
  width: auto;
}
.cid-scsxiJMa2c .ico1 {
  font-size: 3rem !important;
}
.cid-scsxiJMa2c h3,
.cid-scsxiJMa2c h4 {
  padding: 0;
  margin: 0;
}
.cid-scsxiJMa2c .card-title,
.cid-scsxiJMa2c .card-img {
  color: #232323;
}
.cid-scsxiJMa2c H3 {
  color: #767676;
}
.cid-scsxiJMa2c H1 {
  color: #232323;
}
.cid-scsxiJMa2c .card-title {
  color: #a8aaf1;
}
.cid-scsyWAnb80 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-scsyWAnb80 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-scsyWAnb80 section {
  position: relative;
}
.cid-scsyWAnb80 h4 {
  margin: 0;
}
.cid-scsyWAnb80 a {
  font-weight: 300;
}
.cid-scsyWAnb80 .row {
  align-items: center;
}
.cid-scsyWAnb80 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-scsyWAnb80 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-scsyWAnb80 .img1 {
  color: #ffffff;
}
.cid-scsyWAnb80 .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-scsyWAnb80 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-scsyWAnb80 .align-left,
  .cid-scsyWAnb80 .align-right {
    text-align: center;
  }
  .cid-scsyWAnb80 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-scsyWAnb80 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-scsyWAnb80 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-scsyWAnb80 .item-title {
  color: #c1c1c1;
}
.cid-scsyWAnb80 H4 {
  color: #c1c1c1;
}
.cid-sc4Vlxi7M5 {
  height: 0 !important;
}
.cid-sc4Vlxi7M5 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9083;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sc4Vlxi7M5 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sc4Vlxi7M5 .nav-item:focus,
.cid-sc4Vlxi7M5 .nav-link:focus {
  outline: none;
}
.cid-sc4Vlxi7M5 .text-white:hover,
.cid-sc4Vlxi7M5 .text-white:active,
.cid-sc4Vlxi7M5 .text-white:focus {
  color: white!important;
}
.cid-sc4Vlxi7M5 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-sc4Vlxi7M5 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sc4Vlxi7M5 .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-sc4Vlxi7M5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sc4Vlxi7M5 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sc4Vlxi7M5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sc4Vlxi7M5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sc4Vlxi7M5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sc4Vlxi7M5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sc4Vlxi7M5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sc4Vlxi7M5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sc4Vlxi7M5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sc4Vlxi7M5 .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-sc4Vlxi7M5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sc4Vlxi7M5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sc4Vlxi7M5 .section {
  position: relative;
  overflow: visible!important;
}
.cid-sc4Vlxi7M5 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sc4Vlxi7M5 .dropdown-item:hover {
  color: black!important;
}
.cid-sc4Vlxi7M5 .dropdown-menu {
  background-color: white!important;
}
.cid-sc4Vlxi7M5 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 190, 182, 0.35);
  display: block;
}
.cid-sc4Vlxi7M5 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9083;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sc4Vlxi7M5 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sc4Vlxi7M5 .nav-item {
    position: relative;
  }
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc4Vlxi7M5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sc4Vlxi7M5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .collapsed {
  flex-direction: row!important;
}
.cid-sc4Vlxi7M5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sc4Vlxi7M5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sc4Vlxi7M5 .navbar-caption {
  font-weight: 600!important;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sc4Vlxi7M5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sc4Vlxi7M5 .dropdown-item.active,
.cid-sc4Vlxi7M5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sc4Vlxi7M5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sc4Vlxi7M5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sc4Vlxi7M5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sc4Vlxi7M5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-sc4Vlxi7M5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sc4Vlxi7M5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sc4Vlxi7M5 .navbar-buttons {
  text-align: center;
}
.cid-sc4Vlxi7M5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sc4Vlxi7M5 .nav-link {
  font-weight: 600!important;
}
.cid-sc4Vlxi7M5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sc4Vlxi7M5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .icons-menu span {
  font-size: 26px;
  color: #33358c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sc4Vlxi7M5 .navbar {
    height: 77px;
  }
  .cid-sc4Vlxi7M5 .navbar.opened {
    height: auto;
  }
  .cid-sc4Vlxi7M5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-m {
  /* Type valid CSS here */
}
#custom-html-m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-m p {
  font-size: 60px;
  color: #777;
}
.cid-scsyWAnb80 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-scsyWAnb80 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-scsyWAnb80 section {
  position: relative;
}
.cid-scsyWAnb80 h4 {
  margin: 0;
}
.cid-scsyWAnb80 a {
  font-weight: 300;
}
.cid-scsyWAnb80 .row {
  align-items: center;
}
.cid-scsyWAnb80 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-scsyWAnb80 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-scsyWAnb80 .img1 {
  color: #ffffff;
}
.cid-scsyWAnb80 .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-scsyWAnb80 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-scsyWAnb80 .align-left,
  .cid-scsyWAnb80 .align-right {
    text-align: center;
  }
  .cid-scsyWAnb80 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-scsyWAnb80 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-scsyWAnb80 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-scsyWAnb80 .item-title {
  color: #c1c1c1;
}
.cid-scsyWAnb80 H4 {
  color: #c1c1c1;
}
.cid-sc4Vlxi7M5 {
  height: 0 !important;
}
.cid-sc4Vlxi7M5 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9083;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sc4Vlxi7M5 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sc4Vlxi7M5 .nav-item:focus,
.cid-sc4Vlxi7M5 .nav-link:focus {
  outline: none;
}
.cid-sc4Vlxi7M5 .text-white:hover,
.cid-sc4Vlxi7M5 .text-white:active,
.cid-sc4Vlxi7M5 .text-white:focus {
  color: white!important;
}
.cid-sc4Vlxi7M5 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-sc4Vlxi7M5 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sc4Vlxi7M5 .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-sc4Vlxi7M5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sc4Vlxi7M5 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sc4Vlxi7M5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sc4Vlxi7M5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sc4Vlxi7M5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sc4Vlxi7M5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sc4Vlxi7M5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sc4Vlxi7M5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sc4Vlxi7M5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sc4Vlxi7M5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sc4Vlxi7M5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sc4Vlxi7M5 .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-sc4Vlxi7M5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sc4Vlxi7M5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sc4Vlxi7M5 .section {
  position: relative;
  overflow: visible!important;
}
.cid-sc4Vlxi7M5 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sc4Vlxi7M5 .dropdown-item:hover {
  color: black!important;
}
.cid-sc4Vlxi7M5 .dropdown-menu {
  background-color: white!important;
}
.cid-sc4Vlxi7M5 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 190, 182, 0.35);
  display: block;
}
.cid-sc4Vlxi7M5 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9083;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sc4Vlxi7M5 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sc4Vlxi7M5 .nav-item {
    position: relative;
  }
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc4Vlxi7M5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sc4Vlxi7M5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .collapsed {
  flex-direction: row!important;
}
.cid-sc4Vlxi7M5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sc4Vlxi7M5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sc4Vlxi7M5 .navbar-caption {
  font-weight: 600!important;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sc4Vlxi7M5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sc4Vlxi7M5 .dropdown-item.active,
.cid-sc4Vlxi7M5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sc4Vlxi7M5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sc4Vlxi7M5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sc4Vlxi7M5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sc4Vlxi7M5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-sc4Vlxi7M5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sc4Vlxi7M5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sc4Vlxi7M5 .navbar-buttons {
  text-align: center;
}
.cid-sc4Vlxi7M5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc4Vlxi7M5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc4Vlxi7M5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc4Vlxi7M5 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sc4Vlxi7M5 .nav-link {
  font-weight: 600!important;
}
.cid-sc4Vlxi7M5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sc4Vlxi7M5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sc4Vlxi7M5 .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-sc4Vlxi7M5 .icons-menu span {
  font-size: 26px;
  color: #33358c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sc4Vlxi7M5 .navbar {
    height: 77px;
  }
  .cid-sc4Vlxi7M5 .navbar.opened {
    height: auto;
  }
  .cid-sc4Vlxi7M5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-p {
  /* Type valid CSS here */
}
#custom-html-p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-p p {
  font-size: 60px;
  color: #777;
}
.cid-syZzteEZ83 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #b2ccd2;
}
.cid-syZzteEZ83 .mbr-text {
  color: #767676;
}
.cid-syZzteEZ83 .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(255, 190, 182, 0.35);
}
.cid-syZzteEZ83 .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-syZzteEZ83 .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-syZzteEZ83 .text-info:hover {
  color: inherit!important;
}
.cid-syZzteEZ83 .ico2 {
  color: #a8aaf1 !important;
  transition: all 0.6s;
}
.cid-syZzteEZ83 .card-box {
  padding: 0rem 1rem;
}
.cid-syZzteEZ83 .card-img {
  width: auto;
}
.cid-syZzteEZ83 .ico1 {
  font-size: 3rem !important;
}
.cid-syZzteEZ83 h3,
.cid-syZzteEZ83 h4 {
  padding: 0;
  margin: 0;
}
.cid-syZzteEZ83 .card-title,
.cid-syZzteEZ83 .card-img {
  color: #232323;
}
.cid-syZzteEZ83 H3 {
  color: #767676;
}
.cid-syZzteEZ83 H1 {
  color: #232323;
}
.cid-syZzteEZ83 .card-title {
  color: #a8aaf1;
}
.cid-scsyWAnb80 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-scsyWAnb80 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-scsyWAnb80 section {
  position: relative;
}
.cid-scsyWAnb80 h4 {
  margin: 0;
}
.cid-scsyWAnb80 a {
  font-weight: 300;
}
.cid-scsyWAnb80 .row {
  align-items: center;
}
.cid-scsyWAnb80 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-scsyWAnb80 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-scsyWAnb80 .img1 {
  color: #ffffff;
}
.cid-scsyWAnb80 .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-scsyWAnb80 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-scsyWAnb80 .align-left,
  .cid-scsyWAnb80 .align-right {
    text-align: center;
  }
  .cid-scsyWAnb80 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-scsyWAnb80 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-scsyWAnb80 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-scsyWAnb80 .item-title {
  color: #c1c1c1;
}
.cid-scsyWAnb80 H4 {
  color: #c1c1c1;
}
.cid-sz3Y1Vpux0 {
  height: 0 !important;
}
.cid-sz3Y1Vpux0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9083;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sz3Y1Vpux0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sz3Y1Vpux0 .nav-item:focus,
.cid-sz3Y1Vpux0 .nav-link:focus {
  outline: none;
}
.cid-sz3Y1Vpux0 .text-white:hover,
.cid-sz3Y1Vpux0 .text-white:active,
.cid-sz3Y1Vpux0 .text-white:focus {
  color: white!important;
}
.cid-sz3Y1Vpux0 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-sz3Y1Vpux0 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sz3Y1Vpux0 .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-sz3Y1Vpux0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sz3Y1Vpux0 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sz3Y1Vpux0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz3Y1Vpux0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sz3Y1Vpux0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sz3Y1Vpux0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz3Y1Vpux0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz3Y1Vpux0 .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-sz3Y1Vpux0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz3Y1Vpux0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sz3Y1Vpux0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sz3Y1Vpux0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz3Y1Vpux0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz3Y1Vpux0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sz3Y1Vpux0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz3Y1Vpux0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz3Y1Vpux0 .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-sz3Y1Vpux0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sz3Y1Vpux0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz3Y1Vpux0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz3Y1Vpux0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sz3Y1Vpux0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sz3Y1Vpux0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sz3Y1Vpux0 .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-sz3Y1Vpux0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sz3Y1Vpux0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sz3Y1Vpux0 .section {
  position: relative;
  overflow: visible!important;
}
.cid-sz3Y1Vpux0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sz3Y1Vpux0 .dropdown-item:hover {
  color: black!important;
}
.cid-sz3Y1Vpux0 .dropdown-menu {
  background-color: white!important;
}
.cid-sz3Y1Vpux0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 190, 182, 0.35);
  display: block;
}
.cid-sz3Y1Vpux0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9083;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sz3Y1Vpux0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sz3Y1Vpux0 .nav-item {
    position: relative;
  }
}
.cid-sz3Y1Vpux0 .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-sz3Y1Vpux0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz3Y1Vpux0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sz3Y1Vpux0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sz3Y1Vpux0 .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-sz3Y1Vpux0 .collapsed {
  flex-direction: row!important;
}
.cid-sz3Y1Vpux0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz3Y1Vpux0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz3Y1Vpux0 .navbar-caption {
  font-weight: 600!important;
}
.cid-sz3Y1Vpux0 .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-sz3Y1Vpux0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz3Y1Vpux0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz3Y1Vpux0 .dropdown-item.active,
.cid-sz3Y1Vpux0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sz3Y1Vpux0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz3Y1Vpux0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz3Y1Vpux0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz3Y1Vpux0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-sz3Y1Vpux0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz3Y1Vpux0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sz3Y1Vpux0 .navbar-buttons {
  text-align: center;
}
.cid-sz3Y1Vpux0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sz3Y1Vpux0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-sz3Y1Vpux0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sz3Y1Vpux0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sz3Y1Vpux0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sz3Y1Vpux0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sz3Y1Vpux0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz3Y1Vpux0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sz3Y1Vpux0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sz3Y1Vpux0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz3Y1Vpux0 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sz3Y1Vpux0 .nav-link {
  font-weight: 600!important;
}
.cid-sz3Y1Vpux0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz3Y1Vpux0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sz3Y1Vpux0 .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-sz3Y1Vpux0 .icons-menu span {
  font-size: 26px;
  color: #33358c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sz3Y1Vpux0 .navbar {
    height: 77px;
  }
  .cid-sz3Y1Vpux0 .navbar.opened {
    height: auto;
  }
  .cid-sz3Y1Vpux0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-t {
  /* Type valid CSS here */
}
#custom-html-t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-t p {
  font-size: 60px;
  color: #777;
}
.cid-sz3Y1VXiPL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #b2ccd2;
}
.cid-sz3Y1VXiPL .mbr-text {
  color: #767676;
}
.cid-sz3Y1VXiPL .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(255, 190, 182, 0.35);
}
.cid-sz3Y1VXiPL .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sz3Y1VXiPL .card-wrapper:hover .ico2 {
  color: #33358c !important;
}
.cid-sz3Y1VXiPL .text-info:hover {
  color: inherit!important;
}
.cid-sz3Y1VXiPL .ico2 {
  color: #a8aaf1 !important;
  transition: all 0.6s;
}
.cid-sz3Y1VXiPL .card-box {
  padding: 0rem 1rem;
}
.cid-sz3Y1VXiPL .card-img {
  width: auto;
}
.cid-sz3Y1VXiPL .ico1 {
  font-size: 3rem !important;
}
.cid-sz3Y1VXiPL h3,
.cid-sz3Y1VXiPL h4 {
  padding: 0;
  margin: 0;
}
.cid-sz3Y1VXiPL .card-title,
.cid-sz3Y1VXiPL .card-img {
  color: #232323;
}
.cid-sz3Y1VXiPL H3 {
  color: #767676;
}
.cid-sz3Y1VXiPL H1 {
  color: #232323;
}
.cid-sz3Y1VXiPL .card-title {
  color: #a8aaf1;
}
.cid-sz3Y1Wq8fF {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-sz3Y1Wq8fF .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sz3Y1Wq8fF section {
  position: relative;
}
.cid-sz3Y1Wq8fF h4 {
  margin: 0;
}
.cid-sz3Y1Wq8fF a {
  font-weight: 300;
}
.cid-sz3Y1Wq8fF .row {
  align-items: center;
}
.cid-sz3Y1Wq8fF .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sz3Y1Wq8fF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sz3Y1Wq8fF .img1 {
  color: #ffffff;
}
.cid-sz3Y1Wq8fF .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-sz3Y1Wq8fF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sz3Y1Wq8fF .align-left,
  .cid-sz3Y1Wq8fF .align-right {
    text-align: center;
  }
  .cid-sz3Y1Wq8fF .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sz3Y1Wq8fF .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sz3Y1Wq8fF .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sz3Y1Wq8fF .item-title {
  color: #c1c1c1;
}
.cid-sz3Y1Wq8fF H4 {
  color: #c1c1c1;
}
