@import url(https://fonts.googleapis.com/css?family=MuseoModerno:100,200,300,400,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'MuseoModerno', display;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'MuseoModerno', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'MuseoModerno', display;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', 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: 'Jost', 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-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
}
.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ff9083;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #ff9083 !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ff9083;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #ff9083 !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ff9083 inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ff9083;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-s5yW3vGMYM {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s5yW3vGMYM .mbr-text,
.cid-s5yW3vGMYM .mbr-section-btn {
  color: #ffffff;
}
.cid-s5yW3vGMYM .btn-white {
  color: #333333!important;
}
.cid-s5yW3vGMYM .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  height: 500px;
  width: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-s5yW3vGMYM .image2 {
  position: absolute;
  left: 8%;
  bottom: 20%;
  height: 500px;
  width: auto;
  animation: rev2 5s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-s5yW3vGMYM svg {
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
}
.cid-s5yW3vGMYM svg path {
  fill: #33358c;
}
@media (max-width: 1600px) {
  .cid-s5yW3vGMYM .image1 {
    top: 5%;
    height: 280px;
  }
  .cid-s5yW3vGMYM .image2 {
    bottom: 5%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3vGMYM svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-s5yW3vGMYM .image1 {
    height: 220px;
  }
  .cid-s5yW3vGMYM .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-s5yW3vGMYM svg {
    top: -120px;
  }
  .cid-s5yW3vGMYM .image1 {
    left: 50%;
    right: 50%;
    height: 180px;
    top: 3rem;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-s5yW3vGMYM .image2 {
    right: 50%;
    left: 50%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-s5yW3vGMYM .mbr-section-title {
  color: #ffffff;
}
.cid-s5yW3vGMYM .mbr-section-subtitle {
  color: #72dfe9;
}
.cid-s5yW6cLQ2D {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s5yW6cLQ2D .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-s5yW6cLQ2D .card-wrapper:hover .card-title {
  color: #ff9083;
}
.cid-s5yW6cLQ2D .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yW6cLQ2D .card-title {
  transition: all 0.3s;
}
.cid-s5yW6cLQ2D .mbr-iconfont {
  font-size: 5rem;
  color: #ff9083;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-s5yW6cLQ2D .card-text {
  color: #616161;
}
.cid-s5yW6cLQ2D .main-text {
  color: #777d74;
}
.cid-s5yW6cLQ2D .main-sub-title,
.cid-s5yW6cLQ2D .align-wrapper {
  color: #33358c;
}
.cid-s5yWbY8QNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-s5yWbY8QNg .mbr-section-title {
  color: #ffffff;
}
.cid-s5yWbY8QNg .mbr-text,
.cid-s5yWbY8QNg .mbr-section-btn {
  color: #ffffff;
}
.cid-s5yWbY8QNg .btn {
  color: white!important;
  border-color: white!important;
}
.cid-s5yWbaMzFP {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}
.cid-s5yWbaMzFP .icon1 {
  background: #a8aaf1;
}
.cid-s5yWbaMzFP .link-text-wrapper {
  display: flex;
  align-items: center;
}
.cid-s5yWbaMzFP .link-text-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.cid-s5yWbaMzFP .link-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
}
.cid-s5yWbaMzFP .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yWbaMzFP .inline-wrapper {
  display: inline-block;
}
.cid-s5yWbaMzFP .align-wrapper {
  width: 100%;
}
.cid-s5yWbaMzFP .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 70px;
  width: 70px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-s5yWbaMzFP .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yWbaMzFP .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yWbaMzFP .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yWbaMzFP .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #1c1c25;
  position: relative;
}
.cid-s5yWbaMzFP .icon-bg {
  position: absolute;
  overflow: visible;
  top: 6px;
  right: -6px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-s5yWbaMzFP img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-s5yWbaMzFP img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-s5yWbaMzFP .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-s5yWbaMzFP .mbr-section-subtitle {
  color: #767676;
}
.cid-s5yWbaMzFP .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yWbaMzFP .card-text {
  color: #767676;
}
.cid-s5yWbaMzFP .main-sub-title,
.cid-s5yWbaMzFP .align-wrapper {
  color: #33358c;
}
.cid-s5yWbaMzFP .main-text {
  color: #777d74;
}
.cid-s5yWbaMzFP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s5yWbaMzFP .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-s5yWbaMzFP .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-s5yWbaMzFP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s5yWbaMzFP a.close:hover {
  color: #ffffff;
}
.cid-s5yWfYKaME {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}
.cid-s5yWfYKaME h3 {
  text-align: center;
  text-shadow: 5px 5px 0px currentColor;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-s5yWfYKaME .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-s5yWfYKaME .mbr-content-text {
  color: #ffffff;
}
.cid-s5yWfYKaME .card {
  word-wrap: break-word;
}
.cid-s5yWfYKaME H3 {
  color: #ff9083;
}
.cid-s5yWfYKaME .wrapper {
  background: #33358c;
  border-radius: 16px;
  padding: 2rem 1rem;
  margin: 0 0.15rem;
}
.cid-s5yWfYKaME H4 {
  color: #ffffff;
}
.cid-s5yWKz5cqB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-s5yWKz5cqB .row {
  justify-content: space-between;
}
.cid-s5yWKz5cqB .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-s5yWKz5cqB .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5yWKz5cqB .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s5yWKz5cqB .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-s5yWKz5cqB .wrapper .icon1 {
  color: #6592e6;
}
.cid-s5yWKz5cqB .wrapper .icon2 {
  color: #72dfe9;
}
.cid-s5yWKz5cqB .wrapper .icon3 {
  color: #ff6666;
}
.cid-s5yWKz5cqB .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-s5yWKz5cqB .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-s5yWKz5cqB .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-s5yWKz5cqB .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-s5yWKz5cqB .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-s5yWKz5cqB .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-s5yWKz5cqB .wrapper {
    justify-content: center;
  }
}
.cid-s5yWKz5cqB .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-s5yWKz5cqB .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s5yWKz5cqB .inline-wrapper {
  display: inline-block;
}
.cid-s5yWKz5cqB .align-wrapper {
  width: 100%;
}
.cid-s5yWKz5cqB .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-s5yWKz5cqB .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yWKz5cqB .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yWKz5cqB .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yWKz5cqB .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-s5yWKz5cqB .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-s5yWKz5cqB img {
  border-radius: 8px;
}
.cid-s5yWKz5cqB .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-s5yWKz5cqB .mbr-section-subtitle {
  color: #767676;
}
.cid-s5yWKz5cqB .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yWKz5cqB .card-text {
  color: #767676;
}
.cid-s5yWKz5cqB .main-sub-title,
.cid-s5yWKz5cqB .align-wrapper {
  color: #33358c;
}
.cid-s5yWKz5cqB .main-text {
  color: #777d74;
}
.cid-s5yWKz5cqB .hover:hover .main-text-title {
  color: #ff9083 !important;
}
.cid-s5yWKz5cqB .main-text-title {
  color: #1c1c25;
  transition: all 0.3s;
}
.cid-s5yWUR9mq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f8f8f8;
}
.cid-s5yWUR9mq5 .list-group-item {
  background-color: transparent;
  padding: .5rem 2rem;
}
.cid-s5yWUR9mq5 .plan-body {
  padding-bottom: 2rem;
}
.cid-s5yWUR9mq5 .second-card {
  background: #1c1c25;
}
.cid-s5yWUR9mq5 .second-card .plan-title,
.cid-s5yWUR9mq5 .second-card .price,
.cid-s5yWUR9mq5 .second-card .price-term,
.cid-s5yWUR9mq5 .second-card .list-group-item {
  color: #ffffff !important;
}
.cid-s5yWUR9mq5 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.cid-s5yWUR9mq5 .plan-header svg {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) scaleY(0.9);
  z-index: 0;
}
.cid-s5yWUR9mq5 .plan-header svg path,
.cid-s5yWUR9mq5 .plan-header svg use,
.cid-s5yWUR9mq5 .plan-header svg g {
  fill: #bbbbbb !important;
}
.cid-s5yWUR9mq5 .plan-title,
.cid-s5yWUR9mq5 .plan-price {
  z-index: 2;
  position: relative;
}
.cid-s5yWUR9mq5 li {
  position: relative;
}
.cid-s5yWUR9mq5 li:before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #24c373;
  font-size: 0.8rem;
}
.cid-s5yWUR9mq5 .plan {
  word-break: break-word;
  border: 2px solid #efefef;
  border-radius: 16px;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.cid-s5yWUR9mq5 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-s5yWUR9mq5 .plan {
    margin-bottom: 2rem;
  }
}
.cid-s5yWUR9mq5 UL {
  text-align: left;
}
.cid-s5yWUR9mq5 .price {
  color: #000000;
}
.cid-s5yWUR9mq5 .main-title {
  text-align: center;
}
.cid-s5yWdrFiV2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-s5yWdrFiV2 .card2 {
  margin-top: 2rem;
}
.cid-s5yWdrFiV2 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yWdrFiV2 .card-wrapper {
  border-radius: 4px;
  margin-bottom: 2rem;
  overflow: visible;
  cursor: pointer;
}
.cid-s5yWdrFiV2 .card-wrapper:hover .img-wrapper {
  transform: translate(8px, 8px);
}
.cid-s5yWdrFiV2 .card-wrapper:hover .img-wrapper:before {
  opacity: 0.7;
}
.cid-s5yWdrFiV2 .card-wrapper:hover .img-wrapper:after {
  opacity: 1;
  transition-delay: 0.15s;
}
.cid-s5yWdrFiV2 .card-wrapper:hover .img-icon {
  opacity: 1;
}
.cid-s5yWdrFiV2 .icon-wrapper {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}
.cid-s5yWdrFiV2 .img-wrapper {
  transition: all 0.3s;
  position: relative;
  border-radius: 8px;
}
.cid-s5yWdrFiV2 .img-wrapper img {
  border-radius: 8px;
  object-fit: cover;
}
.cid-s5yWdrFiV2 .img-wrapper:before {
  position: absolute;
  top: 0;
  border-radius: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  content: '';
  background: #a8aaf1;
  pointer-events: none;
  opacity: 0;
}
.cid-s5yWdrFiV2 .img-wrapper:after {
  position: absolute;
  top: 0;
  border-radius: 8px;
  border: 2px solid #1c1c25;
  transform: translate(-8px, -8px);
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.3s;
  height: 100%;
  content: '';
  background: transparent;
  opacity: 0;
}
.cid-s5yWdrFiV2 .img-icon {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-60%, -60%);
}
.cid-s5yWdrFiV2 .img-icon .mbr-iconfont {
  font-size: 2rem!important;
}
.cid-s5yWdrFiV2 .card-box {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-s5yWdrFiV2 .card-box {
    padding: 1rem;
  }
}
.cid-s5yWdrFiV2 .icon1 {
  background: #a8aaf1;
}
.cid-s5yWdrFiV2 .icon2 {
  background: #ff9083;
}
.cid-s5yWdrFiV2 .icon3 {
  background: #72dfe9;
}
.cid-s5yWdrFiV2 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yWdrFiV2 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yWdrFiV2 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yWdrFiV2 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yWdrFiV2 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1rem;
  color: #1c1c25;
}
.cid-s5yWdrFiV2 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-s5yWdrFiV2 .main-sub-title,
.cid-s5yWdrFiV2 .align-wrapper {
  color: #33358c;
}
.cid-s5yWdrFiV2 .mbr-section-subtitle {
  color: #777d74;
}
.cid-s5yWMHNKHH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s5yWMHNKHH .mbr-text {
  color: #777d74;
}
.cid-s5yWMHNKHH .mbr-iconfont {
  font-size: 6rem;
  color: #ff9083;
  text-align: center;
  text-shadow: 5px 5px 0px #ff9083;
  -webkit-text-stroke-color: #1c1c25;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-s5yWMHNKHH .mbr-text,
.cid-s5yWMHNKHH .align {
  text-align: center;
  color: #000000;
}
.cid-s5yWMHNKHH .mbr-section-subtitle {
  color: #33358c;
}
.cid-s5yXjEP8p2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  z-index: 1;
}
.cid-s5yXjEP8p2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s5yXjEP8p2 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yXjEP8p2 .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-s5yXjEP8p2 .btn:before {
  content: none;
}
.cid-s5yXjEP8p2 .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-s5yXjEP8p2 .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-s5yXjEP8p2 .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-s5yXjEP8p2 .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-s5yXjEP8p2 .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-s5yXjEP8p2 .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-s5yXjEP8p2 h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-s5yXjEP8p2 .form-control,
.cid-s5yXjEP8p2 .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-s5yXjEP8p2 textarea {
  min-height: 200px;
}
.cid-s5yXjEP8p2 .form-control,
.cid-s5yXjEP8p2 .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5yXjEP8p2 .form-control::-webkit-input-placeholder,
.cid-s5yXjEP8p2 .field-input::-webkit-input-placeholder,
.cid-s5yXjEP8p2 .form-control::-webkit-input-placeholder,
.cid-s5yXjEP8p2 .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-s5yXjEP8p2 .form-control:-moz-placeholder,
.cid-s5yXjEP8p2 .field-input:-moz-placeholder,
.cid-s5yXjEP8p2 .form-control:-moz-placeholder,
.cid-s5yXjEP8p2 .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-s5yXjEP8p2 .form-control:hover,
.cid-s5yXjEP8p2 .field-input:hover,
.cid-s5yXjEP8p2 .form-control:focus,
.cid-s5yXjEP8p2 .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s5yXjEP8p2 .form-control:hover::-webkit-input-placeholder,
.cid-s5yXjEP8p2 .field-input:hover::-webkit-input-placeholder,
.cid-s5yXjEP8p2 .form-control:focus::-webkit-input-placeholder,
.cid-s5yXjEP8p2 .field-input:focus::-webkit-input-placeholder,
.cid-s5yXjEP8p2 .form-control:hover::-webkit-input-placeholder,
.cid-s5yXjEP8p2 .field-input:hover::-webkit-input-placeholder,
.cid-s5yXjEP8p2 .form-control:focus::-webkit-input-placeholder,
.cid-s5yXjEP8p2 .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-s5yXjEP8p2 .form-control:hover:-moz-placeholder,
.cid-s5yXjEP8p2 .field-input:hover:-moz-placeholder,
.cid-s5yXjEP8p2 .form-control:focus:-moz-placeholder,
.cid-s5yXjEP8p2 .field-input:focus:-moz-placeholder,
.cid-s5yXjEP8p2 .form-control:hover:-moz-placeholder,
.cid-s5yXjEP8p2 .field-input:hover:-moz-placeholder,
.cid-s5yXjEP8p2 .form-control:focus:-moz-placeholder,
.cid-s5yXjEP8p2 .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-s5yXjEP8p2 .jq-number__spin:hover,
.cid-s5yXjEP8p2 .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5yXjEP8p2 .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5yXjEP8p2 .jq-selectbox li,
.cid-s5yXjEP8p2 .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-s5yXjEP8p2 .jq-selectbox li:hover,
.cid-s5yXjEP8p2 .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-s5yXjEP8p2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s5yXjEP8p2 .jq-number__spin.minus:hover:after,
.cid-s5yXjEP8p2 .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-s5yXjEP8p2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s5yXjEP8p2 .jq-number__spin.minus:after,
.cid-s5yXjEP8p2 .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-s5yXjEP8p2 input::-webkit-clear-button {
  display: none;
}
.cid-s5yXjEP8p2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-s5yXjEP8p2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-s5yXjEP8p2 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-s5yXjEP8p2 .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-s5yXjEP8p2 .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #f8f8f8;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 16px;
}
.cid-s5yXjEP8p2 .card-wrapper:hover {
  border-color: black;
}
.cid-s5yXjEP8p2 .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yXjEP8p2 .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yXjEP8p2 .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yXjEP8p2 .icon1 {
  background: #a8aaf1;
}
.cid-s5yXjEP8p2 .icon2 {
  background: #ff9083;
}
.cid-s5yXjEP8p2 .icon3 {
  background: #72dfe9;
}
.cid-s5yXjEP8p2 .card-box {
  padding-left: 1rem;
}
.cid-s5yXjEP8p2 .card {
  padding: 0;
}
.cid-s5yXjEP8p2 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yXjEP8p2 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yXjEP8p2 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yXjEP8p2 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yXjEP8p2 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c1c25;
}
.cid-s5yXjEP8p2 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-s5yXjEP8p2 .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-s5yXjEP8p2 .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-s5yXjEP8p2 .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-s5yXjEP8p2 .main-sub-title,
.cid-s5yXjEP8p2 .align-wrapper {
  color: #33358c;
}
.cid-s5yXljrOkh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-s5yXljrOkh .google-map {
  height: 30rem;
  position: relative;
}
.cid-s5yXljrOkh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s5yXljrOkh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s5yXljrOkh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s5yXljrOkh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s5yXlY1rw2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-s5yXlY1rw2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s5yXlY1rw2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s5yXlY1rw2 .media-container-row .mbr-text {
  color: #c8c8c8;
}
