body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  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.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #1c1c25 !important;
}
.bg-success {
  background-color: #777d74 !important;
}
.bg-info {
  background-color: #5659bd !important;
}
.bg-warning {
  background-color: #a8aaf1 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c1c25 !important;
  border-color: #1c1c25 !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: #060608 !important;
  border-color: #060608 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #3973df !important;
  border-color: #3973df !important;
}
.btn-info,
.btn-info:active {
  background-color: #5659bd !important;
  border-color: #5659bd !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: #3f42a1 !important;
  border-color: #3f42a1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #777d74 !important;
  border-color: #777d74 !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: #5e635b !important;
  border-color: #5e635b !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: #1c1c25 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #1c1c25 !important;
  border-color: #1c1c25 !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: #1c1c25;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #1c1c25;
  }
  .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: #6592e6 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #6592e6;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #6592e6;
  }
  .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: #5659bd !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #5659bd !important;
  border-color: #5659bd !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: #5659bd;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #5659bd;
  }
  .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: #777d74 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #777d74 !important;
  border-color: #777d74 !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: #777d74;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #777d74;
  }
  .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: #1c1c25 !important;
}
.text-secondary {
  color: #6592e6 !important;
}
.text-success {
  color: #777d74 !important;
}
.text-info {
  color: #5659bd !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: #060608 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3973df !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5e635b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3f42a1 !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: #5659bd;
}
.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: #1c1c25;
  border-color: #1c1c25;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1c1c25;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cdcdd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b7bbb6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b2b3e1;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #1c1c25;
}
/* 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: #1c1c25;
  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: #1c1c25;
  border-bottom-color: #1c1c25;
}
.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: #1c1c25 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6592e6 !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='%231c1c25' %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-tmTyN9Jfc9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tmTyN9Jfc9 {
    flex-wrap: wrap;
  }
  .cid-tmTyN9Jfc9 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tmTyN9Jfc9 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tmTyN9Jfc9 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tmTyN9Jfc9 .btn {
  padding: 0.3rem 2rem;
}
.cid-tmTyN9Jfc9 .nav-link {
  position: relative;
}
.cid-tmTyN9Jfc9 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #1c1c25;
}
.cid-tmTyN9Jfc9 .nav-link:hover:before {
  width: 100%;
}
.cid-tmTyN9Jfc9 nav.navbar {
  position: fixed;
}
.cid-tmTyN9Jfc9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmTyN9Jfc9 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmTyN9Jfc9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmTyN9Jfc9 .dropdown-item:hover,
.cid-tmTyN9Jfc9 .dropdown-item:focus {
  background: #1c1c25 !important;
  color: white !important;
}
.cid-tmTyN9Jfc9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmTyN9Jfc9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmTyN9Jfc9 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tmTyN9Jfc9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmTyN9Jfc9 .container {
  display: flex;
  margin: auto;
}
.cid-tmTyN9Jfc9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmTyN9Jfc9 .dropdown-menu,
.cid-tmTyN9Jfc9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tmTyN9Jfc9 .nav-item:focus,
.cid-tmTyN9Jfc9 .nav-link:focus {
  outline: none;
}
.cid-tmTyN9Jfc9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmTyN9Jfc9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmTyN9Jfc9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmTyN9Jfc9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmTyN9Jfc9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmTyN9Jfc9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmTyN9Jfc9 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tmTyN9Jfc9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tmTyN9Jfc9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tmTyN9Jfc9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmTyN9Jfc9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tmTyN9Jfc9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tmTyN9Jfc9 .navbar.collapsed {
  justify-content: center;
}
.cid-tmTyN9Jfc9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmTyN9Jfc9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmTyN9Jfc9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tmTyN9Jfc9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmTyN9Jfc9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmTyN9Jfc9 .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: 41%;
}
.cid-tmTyN9Jfc9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmTyN9Jfc9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmTyN9Jfc9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmTyN9Jfc9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmTyN9Jfc9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmTyN9Jfc9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmTyN9Jfc9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmTyN9Jfc9 .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: 40%;
  }
  .cid-tmTyN9Jfc9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmTyN9Jfc9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmTyN9Jfc9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmTyN9Jfc9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmTyN9Jfc9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmTyN9Jfc9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmTyN9Jfc9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmTyN9Jfc9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmTyN9Jfc9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmTyN9Jfc9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmTyN9Jfc9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmTyN9Jfc9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmTyN9Jfc9 .dropdown-item.active,
.cid-tmTyN9Jfc9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tmTyN9Jfc9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmTyN9Jfc9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmTyN9Jfc9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmTyN9Jfc9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmTyN9Jfc9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmTyN9Jfc9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmTyN9Jfc9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmTyN9Jfc9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmTyN9Jfc9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmTyN9Jfc9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #403f83;
}
.cid-tmTyN9Jfc9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmTyN9Jfc9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmTyN9Jfc9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmTyN9Jfc9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmTyN9Jfc9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmTyN9Jfc9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmTyN9Jfc9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmTyN9Jfc9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmTyN9Jfc9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmTyN9Jfc9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmTyN9Jfc9 .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-tmTyN9Jfc9 .navbar {
    height: 70px;
  }
  .cid-tmTyN9Jfc9 .navbar.opened {
    height: auto;
  }
  .cid-tmTyN9Jfc9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHPi8CViT2 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-sHPi8CViT2 .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sHPi8CViT2 #e1_circle,
.cid-sHPi8CViT2 #e3_circle,
.cid-sHPi8CViT2 #e4_circle,
.cid-sHPi8CViT2 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sHPi8CViT2 #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sHPi8CViT2 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sHPi8CViT2 .rev {
  animation: rev 4s linear infinite;
}
.cid-sHPi8CViT2 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sHPi8CViT2 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sHPi8CViT2 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sHPi8CViT2 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sHPi8CViT2 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sHPi8CViT2 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sHPi8CViT2 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sHPi8CViT2 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sHPi8CViT2 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sHPi8CViT2 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sHPi8CViT2 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sHPi8CViT2 H1 {
  color: #33358c;
}
.cid-sHPi8CViT2 .mbr-text,
.cid-sHPi8CViT2 .mbr-section-btn {
  color: #716c80;
}
.cid-sHPi8CViT2 H3 {
  color: #42424c;
}
.cid-sHPi8CViT2 img {
  height: 100%;
  margin: 0 auto;
}
.cid-sHQmUzh3QZ .divider-top {
  position: relative;
  padding: 2.5em;
  background: #bfceff;
}
.cid-sHQmUzh3QZ .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #e7e7fb;
}
.cid-sHQmUzh3QZ .divider-top::before,
.cid-sHQmUzh3QZ .divider-bottom::before,
.cid-sHQmUzh3QZ .divider-top::after,
.cid-sHQmUzh3QZ .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-sHQmUzh3QZ .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-sHQmUzh3QZ .divider-triangles::before {
  top: -50px;
}
.cid-sHQmUzh3QZ .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-sHQmUzh3QZ .divider-halfcircle::before {
  top: -50px;
}
.cid-sHQmUzh3QZ .divider-multitriangles::before,
.cid-sHQmUzh3QZ .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-sHQmUzh3QZ .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #bfceff, 50px -50px 0 #bfceff;
}
.cid-sHQnQ9DcBA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e7e7fb;
}
.cid-sHQnQ9DcBA .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sHQnQ9DcBA .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sHQnQ9DcBA .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sHQnQ9DcBA .card-title,
.cid-sHQnQ9DcBA .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-sHQnQ9DcBA .mbr-text,
.cid-sHQnQ9DcBA .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-s5z3G3tRUQ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #e7e7fb;
}
.cid-s5z3G3tRUQ .card-wrapper {
  display: flex;
}
.cid-s5z3G3tRUQ .card-wrapper:hover .card-title {
  color: #6592e6;
}
.cid-s5z3G3tRUQ .card-title {
  transition: all 0.3s;
  color: #42424c;
}
.cid-s5z3G3tRUQ .mbr-iconfont {
  font-size: 6rem;
  color: #9d94f9;
  padding-right: 1.5rem;
}
@media (max-width: 1600px) {
  .cid-s5z3G3tRUQ .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-s5z3G3tRUQ .mbr-iconfont {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.cid-s5z3G3tRUQ .card-text {
  color: #616161;
}
.cid-sHR5MWrhYS {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #1e2149;
}
.cid-sHR5MWrhYS .mbr-text {
  line-height: 1.5;
  color: #fbfcff;
}
.cid-sHR5MWrhYS .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sHR5MWrhYS .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sHR5MWrhYS .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sHR5MWrhYS .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sHR5MWrhYS .container2 input:checked ~ .checkmark {
  background-color: #6592e6;
}
.cid-sHR5MWrhYS .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sHR5MWrhYS .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sHR5MWrhYS .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sHR5MWrhYS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tvV7VLi1S0.popup-builder {
  background-color: #ffffff;
}
.cid-tvV7VLi1S0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvV7VLi1S0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvV7VLi1S0 .modal-content,
.cid-tvV7VLi1S0 .modal-dialog {
  height: auto;
}
.cid-tvV7VLi1S0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvV7VLi1S0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvV7VLi1S0 .form-wrapper .mbr-form .form-group,
  .cid-tvV7VLi1S0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvV7VLi1S0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvV7VLi1S0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tvV7VLi1S0 .mbr-text {
  text-align: center;
  color: #f8f8f8;
}
.cid-tvV7VLi1S0 .pt-0 {
  padding-top: 0 !important;
}
.cid-tvV7VLi1S0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvV7VLi1S0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvV7VLi1S0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvV7VLi1S0 .modal-open {
  overflow: hidden;
}
.cid-tvV7VLi1S0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvV7VLi1S0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvV7VLi1S0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvV7VLi1S0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tvV7VLi1S0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvV7VLi1S0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvV7VLi1S0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvV7VLi1S0 .modal-content {
  background: #030243;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tvV7VLi1S0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvV7VLi1S0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvV7VLi1S0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvV7VLi1S0 .modal-backdrop.show {
  opacity: .5;
}
.cid-tvV7VLi1S0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tvV7VLi1S0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvV7VLi1S0 .modal-header {
    padding: 1rem;
  }
}
.cid-tvV7VLi1S0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvV7VLi1S0 .modal-header .close svg {
  fill: #e43f3f;
}
.cid-tvV7VLi1S0 .modal-header .close:hover {
  opacity: 1;
}
.cid-tvV7VLi1S0 .modal-header .close:focus {
  outline: none;
}
.cid-tvV7VLi1S0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tvV7VLi1S0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvV7VLi1S0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvV7VLi1S0 .modal-body {
    padding: 1rem;
  }
}
.cid-tvV7VLi1S0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tvV7VLi1S0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvV7VLi1S0 .modal-footer {
    padding: 1rem;
  }
}
.cid-tvV7VLi1S0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvV7VLi1S0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvV7VLi1S0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvV7VLi1S0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvV7VLi1S0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvV7VLi1S0 .modal-lg,
  .cid-tvV7VLi1S0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvV7VLi1S0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvV7VLi1S0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvV7VLi1S0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tvV7VLi1S0 .form-group {
  margin-bottom: 1rem;
}
.cid-tvV7VLi1S0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvV7VLi1S0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvV7VLi1S0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tvV7VLi1S0 .mbr-section-btn {
  margin: 0;
}
.cid-tvV7VLi1S0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sHQEgtu0lm {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHQEgtu0lm .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sHQEgtu0lm .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sHQEgtu0lm .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sHQEgtu0lm .card-title,
.cid-sHQEgtu0lm .card-img {
  color: #42424c;
  text-align: center;
}
.cid-sHQEgtu0lm .mbr-text,
.cid-sHQEgtu0lm .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-s5z3CZ8bdU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s5z3CZ8bdU .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-s5z3CZ8bdU .card-wrapper:hover .card-title {
  color: #6592e6;
}
.cid-s5z3CZ8bdU .col1 span {
  padding-right: 1.5rem;
}
.cid-s5z3CZ8bdU .col2 span {
  padding-left: 1.5rem;
}
.cid-s5z3CZ8bdU .card-title {
  transition: all 0.3s;
  text-align: left;
  color: #33358c;
}
.cid-s5z3CZ8bdU .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #6592e6;
}
@media (max-width: 992px) {
  .cid-s5z3CZ8bdU .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-s5z3CZ8bdU span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-s5z3CZ8bdU .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-s5z3CZ8bdU .card-text {
  color: #42424c;
  text-align: left;
}
.cid-sHRM9mbYsg {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-sHRM9mbYsg .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sHRM9mbYsg .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sHRM9mbYsg .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sHRM9mbYsg .card-title,
.cid-sHRM9mbYsg .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-sHRM9mbYsg .mbr-text,
.cid-sHRM9mbYsg .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-s5z0defyRI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
  z-index: 1;
}
.cid-s5z0defyRI .card-box {
  padding: 0rem;
  height: 110px;
}
.cid-s5z0defyRI .card {
  max-width: 100%;
}
.cid-s5z0defyRI .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.cid-s5z0defyRI .wrapper {
  width: 100%;
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-s5z0defyRI .row {
  background: #f3eeee;
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-s5z0defyRI .row {
    margin: 0rem;
  }
}
.cid-s5z0defyRI .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-s5z0defyRI .card-wrapper:before {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: -1;
}
.cid-s5z0defyRI .card-wrapper:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.cid-s5z0defyRI .container-fluid {
  overflow: hidden;
}
.cid-s5z0defyRI .order {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-s5z0defyRI .order {
    flex-direction: column;
  }
}
.cid-s5z0defyRI .card-title {
  transition: all 0.3s;
  color: #33358c;
}
@media (min-width: 992px) {
  .cid-s5z0defyRI .col-lg-x {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1600px) {
  .cid-s5z0defyRI .col-lg-x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-s5z0defyRI .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-s5z0defyRI .number-wrapper {
  position: relative;
  margin: 3rem auto;
  width: fit-content;
}
.cid-s5z0defyRI .number-wrapper:before {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
}
.cid-s5z0defyRI .number-wrapper:after {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1;
}
.cid-s5z0defyRI .number-wrapper .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;
}
.cid-s5z0defyRI .mbr-iconfont {
  font-size: 6rem;
  height: 100px;
}
.cid-s5z0defyRI .icon1 {
  color: #ffb18a;
}
.cid-s5z0defyRI .icon2 {
  color: #72dfe9;
}
.cid-s5z0defyRI .icon3 {
  color: #a8aaf1;
}
.cid-s5z0defyRI .icon4 {
  color: #ffb18a;
}
.cid-s5z0defyRI .icon5 {
  color: #72dfe9;
}
.cid-s5z0defyRI .number1 {
  background: #ffb18a;
}
.cid-s5z0defyRI .number2 {
  background: #72dfe9;
}
.cid-s5z0defyRI .number3 {
  background: #a8aaf1;
}
.cid-s5z0defyRI .number4 {
  background: #ffb18a;
}
.cid-s5z0defyRI .number5 {
  background: #72dfe9;
}
.cid-s5z0defyRI .number {
  color: #1c1c25;
  font-size: 0.8rem;
  font-weight: 600;
}
.cid-s5z0defyRI .card-text {
  color: #616161;
}
.cid-s5z0defyRI .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;
  justify-content: center;
  transition: all 0.3s;
}
.cid-sHROX85XdB {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #bccaf8;
}
.cid-sHROX85XdB .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-sHROX85XdB .title__block {
    margin-bottom: 25px;
  }
}
.cid-sHROX85XdB .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #e13d96;
}
.cid-sHROX85XdB .mbr-section-title {
  color: #1c1c25;
}
.cid-sHROX85XdB .mbr-section-title span {
  font-weight: 300;
}
.cid-sHROX85XdB .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-sHROX85XdB .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-sHROX85XdB .card__wrap {
  background: #f4f8fc;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-sHROX85XdB .card__wrap:before {
  content: '';
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-sHROX85XdB .card__wrap:after {
  content: '';
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-sHROX85XdB .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-sHROX85XdB .card__wrap:hover:after {
  left: 100%;
}
.cid-sHROX85XdB .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-sHROX85XdB .wrap:nth-child(1) .card__header {
  border-top: 6px solid #1c1c25;
  border-bottom: 1px solid #1c1c25;
}
.cid-sHROX85XdB .wrap:nth-child(2) .card__header {
  border-top: 6px solid #777d74;
  border-bottom: 1px solid #777d74;
}
.cid-sHROX85XdB .wrap:nth-child(3) .card__header {
  border-top: 6px solid #5659bd;
  border-bottom: 1px solid #5659bd;
}
.cid-sHROX85XdB .wrap:nth-child(4) .card__header {
  border-top: 6px solid #a8aaf1;
  border-bottom: 1px solid #a8aaf1;
}
.cid-sHROX85XdB .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-sHROX85XdB .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-sHROX85XdB .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-sHROX85XdB .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-sHROX85XdB .card__price {
  color: #042daf;
}
.cid-sHROX85XdB .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-sHROX85XdB .card__title {
  color: #6a6c72;
}
.cid-sHROX85XdB .card__body {
  padding: 42px 15px 40px;
}
.cid-sHROX85XdB .card__feature {
  margin-bottom: 15px;
  color: #1e73be;
}
.cid-sHROX85XdB .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-sHROX85XdB .item {
  line-height: 45px;
}
.cid-sHROX85XdB .mbr-section-btn {
  margin: 0;
}
.cid-sHROX85XdB .mbr-section-btn .btn {
  z-index: 10;
}
.cid-sHROX85XdB .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-sHROX85XdB .mbr-section-btn .btn-warning-outline:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(168, 170, 241, 0.55) 0%, #a8aaf1 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-sHROX85XdB .btn__trial {
  margin-top: 32px;
  line-height: 25px;
  color: #777d74;
}
.cid-sHROX85XdB .btn__trial a {
  color: #6A6C72 !important;
}
.cid-sHROX85XdB .card__subtitle {
  color: #777d74;
}
.cid-sHROX85XdB .items__block {
  color: #42424c;
}
.cid-sHROX85XdB .items__block P {
  text-align: left;
}
.cid-sI3vI32OHE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bccaf8;
}
.cid-sI3vI32OHE .mbr-section-subtitle {
  color: #767676;
}
.cid-sI3vI32OHE ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sI3vI32OHE ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sI3vI32OHE ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sI3vI32OHE ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sI3vI32OHE .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sI3vI32OHE .mbr-section-title {
  color: #000000;
}
.cid-sI3xMclU1n .divider-top {
  position: relative;
  padding: 2.5em;
  background: #bccaf8;
}
.cid-sI3xMclU1n .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-sI3xMclU1n .divider-top::before,
.cid-sI3xMclU1n .divider-bottom::before,
.cid-sI3xMclU1n .divider-top::after,
.cid-sI3xMclU1n .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-sI3xMclU1n .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-sI3xMclU1n .divider-triangles::before {
  top: -50px;
}
.cid-sI3xMclU1n .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-sI3xMclU1n .divider-halfcircle::before {
  top: -50px;
}
.cid-sI3xMclU1n .divider-multitriangles::before,
.cid-sI3xMclU1n .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-sI3xMclU1n .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #bccaf8, 50px -50px 0 #bccaf8;
}
.cid-tsmWDSDwgm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsmWDSDwgm .img-wrapper {
  text-align: center;
}
.cid-tsmWDSDwgm .card-title {
  padding-top: 1.5rem;
  color: #777d74;
}
.cid-tsmWDSDwgm img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tsmWDSDwgm .row {
  align-items: flex-start;
}
.cid-tsmWDSDwgm .card-wrapper {
  border-radius: 4px;
  background: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-tsmWDSDwgm .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tsmWDSDwgm .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tsmWDSDwgm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tsmWDSDwgm .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tsmWDSDwgm .title {
  text-align: center;
}
.cid-sHPiytKIw6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sHPiytKIw6 .mbr-section-title,
.cid-sHPiytKIw6 .mbr-section-subtitle {
  color: #000000;
}
.cid-sHPiytKIw6 .mbr-section-text {
  color: #232323;
}
.cid-sHPiytKIw6 .mbr-text,
.cid-sHPiytKIw6 .typed-text,
.cid-sHPiytKIw6 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sHPiytKIw6 .btn {
  margin-left: 4px !important;
}
.cid-sHPiytKIw6 .animated-element {
  color: #ff3366;
}
.cid-sHPiytKIw6 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sHPiytKIw6 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sHPiytKIw6 .typed-text,
  .cid-sHPiytKIw6 .mbr-section-subtitle,
  .cid-sHPiytKIw6 .mbr-section-text,
  .cid-sHPiytKIw6 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sHPiytKIw6 .mbr-section-subtitle,
.cid-sHPiytKIw6 .typed-text {
  color: #33358c;
}
.cid-sHR5ZObomE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1c1c25;
}
.cid-sHR5ZObomE .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sHR5ZObomE .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sHR5ZObomE .col + .mbr-section-btn .btn,
.cid-sHR5ZObomE .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sHR5ZObomE .col + .mbr-section-btn .btn,
  .cid-sHR5ZObomE .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sHR5ZObomE .dragArea > *:nth-last-child(2).col,
  .cid-sHR5ZObomE .dragArea > *:nth-last-child(2).col-auto,
  .cid-sHR5ZObomE .col + .mbr-section-btn,
  .cid-sHR5ZObomE .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sHR5ZObomE .dragArea {
    flex-direction: column;
  }
}
.cid-sHR5ZObomE .btn-primary {
  border: 1px solid #1c1c25 !important;
}
.cid-sHR5ZObomE .btn-primary:hover {
  border: 1px solid #1c1c25 !important;
}
.cid-sHR5ZObomE .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sHR5ZObomE .form-group {
  max-width: 220px;
}
.cid-sHR5ZObomE .mbr-section-btn {
  padding-left: 0;
}
.cid-sHR5ZObomE .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sHR5ZObomE .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sHR5ZObomE .mbr-text {
  color: #444;
}
.cid-sHR5ZObomE h5 {
  margin-bottom: 0;
}
.cid-sHR5ZObomE .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sHR5ZObomE .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHR5ZObomE .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sHR5ZObomE .socicon {
  font-size: 1.3rem;
  background: #f8f8f8;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHR5ZObomE .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHR5ZObomE .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sHR5ZObomE .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHR5ZObomE .social-list a:hover {
  opacity: 0.4;
}
.cid-sHR5ZObomE .media-container-row > div {
  padding: 0px;
}
.cid-sHR5ZObomE .text2 {
  color: #fbfcff;
  text-align: left;
}
.cid-sHR5ZObomE .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sHR5ZObomE .links {
  color: #e9e9e9;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHR5ZObomE .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sHR5ZObomE .social-list,
  .cid-sHR5ZObomE .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sHR5ZObomE h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sHR5ZObomE .form-group {
    max-width: 180px;
  }
}
.cid-sHR5ZObomE .links span {
  color: #9e9e9e;
}
.cid-sHR5ZObomE .logo-sub-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-sHR5ZObomE .logo-title {
  text-align: center;
}
.cid-sHR5ZObomE .logo-title,
.cid-sHR5ZObomE .logo {
  color: #fbfcff;
}
.cid-t9KauTWhih.popup-builder {
  background-color: #ffffff;
}
.cid-t9KauTWhih.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9KauTWhih.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9KauTWhih .modal-content,
.cid-t9KauTWhih .modal-dialog {
  height: auto;
}
.cid-t9KauTWhih .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9KauTWhih .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9KauTWhih .form-wrapper .mbr-form .form-group,
  .cid-t9KauTWhih .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9KauTWhih .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9KauTWhih .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9KauTWhih .mbr-text {
  text-align: center;
}
.cid-t9KauTWhih .pt-0 {
  padding-top: 0 !important;
}
.cid-t9KauTWhih .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9KauTWhih .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9KauTWhih .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9KauTWhih .modal-open {
  overflow: hidden;
}
.cid-t9KauTWhih .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9KauTWhih .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9KauTWhih .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9KauTWhih .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t9KauTWhih .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9KauTWhih .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9KauTWhih .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9KauTWhih .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t9KauTWhih .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9KauTWhih .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9KauTWhih .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9KauTWhih .modal-backdrop.show {
  opacity: .5;
}
.cid-t9KauTWhih .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t9KauTWhih .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTWhih .modal-header {
    padding: 1rem;
  }
}
.cid-t9KauTWhih .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9KauTWhih .modal-header .close svg {
  fill: #000000;
}
.cid-t9KauTWhih .modal-header .close:hover {
  opacity: 1;
}
.cid-t9KauTWhih .modal-header .close:focus {
  outline: none;
}
.cid-t9KauTWhih .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t9KauTWhih .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9KauTWhih .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTWhih .modal-body {
    padding: 1rem;
  }
}
.cid-t9KauTWhih .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t9KauTWhih .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTWhih .modal-footer {
    padding: 1rem;
  }
}
.cid-t9KauTWhih .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9KauTWhih .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9KauTWhih .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9KauTWhih .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9KauTWhih .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9KauTWhih .modal-lg,
  .cid-t9KauTWhih .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9KauTWhih .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9KauTWhih .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9KauTWhih .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t9KauTWhih .form-group {
  margin-bottom: 1rem;
}
.cid-t9KauTWhih .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9KauTWhih .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9KauTWhih .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t9KauTWhih .mbr-section-btn {
  margin: 0;
}
.cid-t9KauTWhih .mbr-section-btn .btn {
  margin: 0;
}
.cid-sIj0701abw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-sIj0701abw .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sIj0701abw #e1_circle,
.cid-sIj0701abw #e3_circle,
.cid-sIj0701abw #e4_circle,
.cid-sIj0701abw #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sIj0701abw #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sIj0701abw .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sIj0701abw .rev {
  animation: rev 4s linear infinite;
}
.cid-sIj0701abw .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sIj0701abw .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sIj0701abw .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sIj0701abw .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sIj0701abw .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sIj0701abw .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sIj0701abw .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sIj0701abw .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sIj0701abw .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sIj0701abw .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sIj0701abw .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sIj0701abw H1 {
  color: #33358c;
}
.cid-sIj0701abw .mbr-text,
.cid-sIj0701abw .mbr-section-btn {
  color: #716c80;
}
.cid-sIj0701abw H3 {
  color: #42424c;
}
.cid-sIj0701abw img {
  height: 100%;
  margin: 0 auto;
}
.cid-sIj070mqYm .divider-top {
  position: relative;
  padding: 2.5em;
  background: #bfceff;
}
.cid-sIj070mqYm .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #e7e7fb;
}
.cid-sIj070mqYm .divider-top::before,
.cid-sIj070mqYm .divider-bottom::before,
.cid-sIj070mqYm .divider-top::after,
.cid-sIj070mqYm .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-sIj070mqYm .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-sIj070mqYm .divider-triangles::before {
  top: -50px;
}
.cid-sIj070mqYm .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-sIj070mqYm .divider-halfcircle::before {
  top: -50px;
}
.cid-sIj070mqYm .divider-multitriangles::before,
.cid-sIj070mqYm .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-sIj070mqYm .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #bfceff, 50px -50px 0 #bfceff;
}
.cid-sIj070CmXY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e7e7fb;
}
.cid-sIj070CmXY .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sIj070CmXY .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sIj070CmXY .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sIj070CmXY .card-title,
.cid-sIj070CmXY .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-sIj070CmXY .mbr-text,
.cid-sIj070CmXY .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-sIj070VLAE {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #e7e7fb;
}
.cid-sIj070VLAE .card-wrapper {
  display: flex;
}
.cid-sIj070VLAE .card-wrapper:hover .card-title {
  color: #6592e6;
}
.cid-sIj070VLAE .card-title {
  transition: all 0.3s;
  color: #42424c;
}
.cid-sIj070VLAE .mbr-iconfont {
  font-size: 6rem;
  color: #9d94f9;
  padding-right: 1.5rem;
}
@media (max-width: 1600px) {
  .cid-sIj070VLAE .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-sIj070VLAE .mbr-iconfont {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.cid-sIj070VLAE .card-text {
  color: #616161;
}
.cid-sIj071XBGN {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.cid-sIj071XBGN .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sIj071XBGN .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sIj071XBGN .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sIj071XBGN .card-title,
.cid-sIj071XBGN .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-sIj071XBGN .mbr-text,
.cid-sIj071XBGN .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-sIj072emlJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-sIj072emlJ .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-sIj072emlJ .card-wrapper:hover .card-title {
  color: #6592e6;
}
.cid-sIj072emlJ .col1 span {
  padding-right: 1.5rem;
}
.cid-sIj072emlJ .col2 span {
  padding-left: 1.5rem;
}
.cid-sIj072emlJ .card-title {
  transition: all 0.3s;
  text-align: left;
  color: #33358c;
}
.cid-sIj072emlJ .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #6592e6;
}
@media (max-width: 992px) {
  .cid-sIj072emlJ .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-sIj072emlJ span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-sIj072emlJ .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-sIj072emlJ .card-text {
  color: #42424c;
  text-align: left;
}
.cid-sIj072QY4W {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sIj072QY4W .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sIj072QY4W .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sIj072QY4W .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sIj072QY4W .card-title,
.cid-sIj072QY4W .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-sIj072QY4W .mbr-text,
.cid-sIj072QY4W .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-sIj073euQw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-sIj073euQw .card-box {
  padding: 0rem;
  height: 110px;
}
.cid-sIj073euQw .card {
  max-width: 100%;
}
.cid-sIj073euQw .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.cid-sIj073euQw .wrapper {
  width: 100%;
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sIj073euQw .row {
  background: #f3eeee;
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-sIj073euQw .row {
    margin: 0rem;
  }
}
.cid-sIj073euQw .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sIj073euQw .card-wrapper:before {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: -1;
}
.cid-sIj073euQw .card-wrapper:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.cid-sIj073euQw .container-fluid {
  overflow: hidden;
}
.cid-sIj073euQw .order {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-sIj073euQw .order {
    flex-direction: column;
  }
}
.cid-sIj073euQw .card-title {
  transition: all 0.3s;
  color: #33358c;
}
@media (min-width: 992px) {
  .cid-sIj073euQw .col-lg-x {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1600px) {
  .cid-sIj073euQw .col-lg-x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-sIj073euQw .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-sIj073euQw .number-wrapper {
  position: relative;
  margin: 3rem auto;
  width: fit-content;
}
.cid-sIj073euQw .number-wrapper:before {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
}
.cid-sIj073euQw .number-wrapper:after {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1;
}
.cid-sIj073euQw .number-wrapper .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;
}
.cid-sIj073euQw .mbr-iconfont {
  font-size: 6rem;
  height: 100px;
}
.cid-sIj073euQw .icon1 {
  color: #ffb18a;
}
.cid-sIj073euQw .icon2 {
  color: #72dfe9;
}
.cid-sIj073euQw .icon3 {
  color: #a8aaf1;
}
.cid-sIj073euQw .icon4 {
  color: #ffb18a;
}
.cid-sIj073euQw .icon5 {
  color: #72dfe9;
}
.cid-sIj073euQw .number1 {
  background: #ffb18a;
}
.cid-sIj073euQw .number2 {
  background: #72dfe9;
}
.cid-sIj073euQw .number3 {
  background: #a8aaf1;
}
.cid-sIj073euQw .number4 {
  background: #ffb18a;
}
.cid-sIj073euQw .number5 {
  background: #72dfe9;
}
.cid-sIj073euQw .number {
  color: #1c1c25;
  font-size: 0.8rem;
  font-weight: 600;
}
.cid-sIj073euQw .card-text {
  color: #616161;
}
.cid-sIj073euQw .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;
  justify-content: center;
  transition: all 0.3s;
}
.cid-sIj073TB9V {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #bccaf8;
}
.cid-sIj073TB9V .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-sIj073TB9V .title__block {
    margin-bottom: 25px;
  }
}
.cid-sIj073TB9V .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #e13d96;
}
.cid-sIj073TB9V .mbr-section-title {
  color: #1c1c25;
}
.cid-sIj073TB9V .mbr-section-title span {
  font-weight: 300;
}
.cid-sIj073TB9V .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-sIj073TB9V .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-sIj073TB9V .card__wrap {
  background: #f4f8fc;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-sIj073TB9V .card__wrap:before {
  content: '';
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-sIj073TB9V .card__wrap:after {
  content: '';
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-sIj073TB9V .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-sIj073TB9V .card__wrap:hover:after {
  left: 100%;
}
.cid-sIj073TB9V .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-sIj073TB9V .wrap:nth-child(1) .card__header {
  border-top: 6px solid #1c1c25;
  border-bottom: 1px solid #1c1c25;
}
.cid-sIj073TB9V .wrap:nth-child(2) .card__header {
  border-top: 6px solid #777d74;
  border-bottom: 1px solid #777d74;
}
.cid-sIj073TB9V .wrap:nth-child(3) .card__header {
  border-top: 6px solid #5659bd;
  border-bottom: 1px solid #5659bd;
}
.cid-sIj073TB9V .wrap:nth-child(4) .card__header {
  border-top: 6px solid #a8aaf1;
  border-bottom: 1px solid #a8aaf1;
}
.cid-sIj073TB9V .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-sIj073TB9V .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-sIj073TB9V .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-sIj073TB9V .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-sIj073TB9V .card__price {
  color: #042daf;
}
.cid-sIj073TB9V .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-sIj073TB9V .card__title {
  color: #6a6c72;
}
.cid-sIj073TB9V .card__body {
  padding: 42px 15px 40px;
}
.cid-sIj073TB9V .card__feature {
  margin-bottom: 15px;
  color: #1e73be;
}
.cid-sIj073TB9V .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-sIj073TB9V .item {
  line-height: 45px;
}
.cid-sIj073TB9V .mbr-section-btn {
  margin: 0;
}
.cid-sIj073TB9V .mbr-section-btn .btn {
  z-index: 10;
}
.cid-sIj073TB9V .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-sIj073TB9V .mbr-section-btn .btn-warning-outline:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(168, 170, 241, 0.55) 0%, #a8aaf1 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-sIj073TB9V .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-sIj073TB9V .btn__trial a {
  color: #6A6C72 !important;
}
.cid-sIj073TB9V .card__subtitle {
  color: #777d74;
}
.cid-sIj073TB9V .items__block {
  color: #42424c;
}
.cid-sIj073TB9V .items__block P {
  text-align: left;
}
.cid-sIj074O1T4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bccaf8;
}
.cid-sIj074O1T4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sIj074O1T4 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIj074O1T4 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sIj074O1T4 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sIj074O1T4 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sIj074O1T4 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sIj074O1T4 .mbr-section-title {
  color: #000000;
}
.cid-sIj075rslE .divider-top {
  position: relative;
  padding: 2.5em;
  background: #bccaf8;
}
.cid-sIj075rslE .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-sIj075rslE .divider-top::before,
.cid-sIj075rslE .divider-bottom::before,
.cid-sIj075rslE .divider-top::after,
.cid-sIj075rslE .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-sIj075rslE .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-sIj075rslE .divider-triangles::before {
  top: -50px;
}
.cid-sIj075rslE .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-sIj075rslE .divider-halfcircle::before {
  top: -50px;
}
.cid-sIj075rslE .divider-multitriangles::before,
.cid-sIj075rslE .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-sIj075rslE .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #bccaf8, 50px -50px 0 #bccaf8;
}
.cid-sIj075LX6v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sIj075LX6v .mbr-overlay {
  background: #efefef;
}
.cid-sIj075LX6v .mbr-section-subtitle {
  color: #777d74;
}
.cid-sIj075LX6v .client-name {
  color: #8d97ad;
}
.cid-sIj075LX6v .wrap-img {
  padding-bottom: 1rem;
}
.cid-sIj075LX6v .wrap-img img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.cid-sIj075LX6v .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sIj076wghb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sIj076wghb .mbr-section-title,
.cid-sIj076wghb .mbr-section-subtitle {
  color: #000000;
}
.cid-sIj076wghb .mbr-section-text {
  color: #232323;
}
.cid-sIj076wghb .mbr-text,
.cid-sIj076wghb .typed-text,
.cid-sIj076wghb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sIj076wghb .btn {
  margin-left: 4px !important;
}
.cid-sIj076wghb .animated-element {
  color: #ff3366;
}
.cid-sIj076wghb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sIj076wghb .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sIj076wghb .typed-text,
  .cid-sIj076wghb .mbr-section-subtitle,
  .cid-sIj076wghb .mbr-section-text,
  .cid-sIj076wghb .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sIj076wghb .mbr-section-subtitle,
.cid-sIj076wghb .typed-text {
  color: #33358c;
}
.cid-sIj07779GT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1c1c25;
}
.cid-sIj07779GT .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sIj07779GT .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sIj07779GT .col + .mbr-section-btn .btn,
.cid-sIj07779GT .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sIj07779GT .col + .mbr-section-btn .btn,
  .cid-sIj07779GT .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sIj07779GT .dragArea > *:nth-last-child(2).col,
  .cid-sIj07779GT .dragArea > *:nth-last-child(2).col-auto,
  .cid-sIj07779GT .col + .mbr-section-btn,
  .cid-sIj07779GT .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sIj07779GT .dragArea {
    flex-direction: column;
  }
}
.cid-sIj07779GT .btn-primary {
  border: 1px solid #1c1c25 !important;
}
.cid-sIj07779GT .btn-primary:hover {
  border: 1px solid #1c1c25 !important;
}
.cid-sIj07779GT .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sIj07779GT .form-group {
  max-width: 220px;
}
.cid-sIj07779GT .mbr-section-btn {
  padding-left: 0;
}
.cid-sIj07779GT .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sIj07779GT .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sIj07779GT .mbr-text {
  color: #444;
}
.cid-sIj07779GT h5 {
  margin-bottom: 0;
}
.cid-sIj07779GT .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sIj07779GT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIj07779GT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sIj07779GT .socicon {
  font-size: 1.3rem;
  background: #f8f8f8;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIj07779GT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sIj07779GT .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sIj07779GT .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIj07779GT .social-list a:hover {
  opacity: 0.4;
}
.cid-sIj07779GT .media-container-row > div {
  padding: 0px;
}
.cid-sIj07779GT .text2 {
  color: #fbfcff;
  text-align: left;
}
.cid-sIj07779GT .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sIj07779GT .links {
  color: #e9e9e9;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sIj07779GT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sIj07779GT .social-list,
  .cid-sIj07779GT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sIj07779GT h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sIj07779GT .form-group {
    max-width: 180px;
  }
}
.cid-sIj07779GT .links span {
  color: #9e9e9e;
}
.cid-sIj07779GT .logo-sub-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-sIj07779GT .logo-title {
  text-align: center;
}
.cid-sIj07779GT .logo-title,
.cid-sIj07779GT .logo {
  color: #fbfcff;
}
.cid-t9KauTXxVV.popup-builder {
  background-color: #ffffff;
}
.cid-t9KauTXxVV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9KauTXxVV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9KauTXxVV .modal-content,
.cid-t9KauTXxVV .modal-dialog {
  height: auto;
}
.cid-t9KauTXxVV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9KauTXxVV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9KauTXxVV .form-wrapper .mbr-form .form-group,
  .cid-t9KauTXxVV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9KauTXxVV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9KauTXxVV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9KauTXxVV .mbr-text {
  text-align: center;
}
.cid-t9KauTXxVV .pt-0 {
  padding-top: 0 !important;
}
.cid-t9KauTXxVV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9KauTXxVV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9KauTXxVV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9KauTXxVV .modal-open {
  overflow: hidden;
}
.cid-t9KauTXxVV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9KauTXxVV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9KauTXxVV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9KauTXxVV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t9KauTXxVV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9KauTXxVV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9KauTXxVV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9KauTXxVV .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t9KauTXxVV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9KauTXxVV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9KauTXxVV .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9KauTXxVV .modal-backdrop.show {
  opacity: .5;
}
.cid-t9KauTXxVV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t9KauTXxVV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTXxVV .modal-header {
    padding: 1rem;
  }
}
.cid-t9KauTXxVV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9KauTXxVV .modal-header .close svg {
  fill: #000000;
}
.cid-t9KauTXxVV .modal-header .close:hover {
  opacity: 1;
}
.cid-t9KauTXxVV .modal-header .close:focus {
  outline: none;
}
.cid-t9KauTXxVV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t9KauTXxVV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9KauTXxVV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTXxVV .modal-body {
    padding: 1rem;
  }
}
.cid-t9KauTXxVV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t9KauTXxVV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTXxVV .modal-footer {
    padding: 1rem;
  }
}
.cid-t9KauTXxVV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9KauTXxVV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9KauTXxVV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9KauTXxVV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9KauTXxVV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9KauTXxVV .modal-lg,
  .cid-t9KauTXxVV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9KauTXxVV .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9KauTXxVV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9KauTXxVV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t9KauTXxVV .form-group {
  margin-bottom: 1rem;
}
.cid-t9KauTXxVV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9KauTXxVV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9KauTXxVV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t9KauTXxVV .mbr-section-btn {
  margin: 0;
}
.cid-t9KauTXxVV .mbr-section-btn .btn {
  margin: 0;
}
.cid-tmTFXLgwfy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tmTFXLgwfy {
    flex-wrap: wrap;
  }
  .cid-tmTFXLgwfy .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tmTFXLgwfy .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tmTFXLgwfy .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tmTFXLgwfy .btn {
  padding: 0.3rem 2rem;
}
.cid-tmTFXLgwfy .nav-link {
  position: relative;
}
.cid-tmTFXLgwfy .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #1c1c25;
}
.cid-tmTFXLgwfy .nav-link:hover:before {
  width: 100%;
}
.cid-tmTFXLgwfy nav.navbar {
  position: fixed;
}
.cid-tmTFXLgwfy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmTFXLgwfy .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmTFXLgwfy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmTFXLgwfy .dropdown-item:hover,
.cid-tmTFXLgwfy .dropdown-item:focus {
  background: #1c1c25 !important;
  color: white !important;
}
.cid-tmTFXLgwfy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmTFXLgwfy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmTFXLgwfy .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tmTFXLgwfy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmTFXLgwfy .container {
  display: flex;
  margin: auto;
}
.cid-tmTFXLgwfy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmTFXLgwfy .dropdown-menu,
.cid-tmTFXLgwfy .navbar.opened {
  background: #ffffff !important;
}
.cid-tmTFXLgwfy .nav-item:focus,
.cid-tmTFXLgwfy .nav-link:focus {
  outline: none;
}
.cid-tmTFXLgwfy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmTFXLgwfy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmTFXLgwfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmTFXLgwfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmTFXLgwfy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmTFXLgwfy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmTFXLgwfy .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tmTFXLgwfy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tmTFXLgwfy .navbar.opened {
  transition: all 0.3s;
}
.cid-tmTFXLgwfy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmTFXLgwfy .navbar .navbar-logo img {
  width: auto;
}
.cid-tmTFXLgwfy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tmTFXLgwfy .navbar.collapsed {
  justify-content: center;
}
.cid-tmTFXLgwfy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmTFXLgwfy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmTFXLgwfy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tmTFXLgwfy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmTFXLgwfy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmTFXLgwfy .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: 41%;
}
.cid-tmTFXLgwfy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmTFXLgwfy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmTFXLgwfy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmTFXLgwfy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmTFXLgwfy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmTFXLgwfy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmTFXLgwfy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmTFXLgwfy .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: 40%;
  }
  .cid-tmTFXLgwfy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmTFXLgwfy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmTFXLgwfy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmTFXLgwfy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmTFXLgwfy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmTFXLgwfy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmTFXLgwfy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmTFXLgwfy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmTFXLgwfy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmTFXLgwfy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmTFXLgwfy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmTFXLgwfy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmTFXLgwfy .dropdown-item.active,
.cid-tmTFXLgwfy .dropdown-item:active {
  background-color: transparent;
}
.cid-tmTFXLgwfy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmTFXLgwfy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmTFXLgwfy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmTFXLgwfy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmTFXLgwfy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmTFXLgwfy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmTFXLgwfy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmTFXLgwfy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmTFXLgwfy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmTFXLgwfy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #403f83;
}
.cid-tmTFXLgwfy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmTFXLgwfy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmTFXLgwfy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmTFXLgwfy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmTFXLgwfy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmTFXLgwfy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmTFXLgwfy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmTFXLgwfy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmTFXLgwfy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmTFXLgwfy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmTFXLgwfy .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-tmTFXLgwfy .navbar {
    height: 70px;
  }
  .cid-tmTFXLgwfy .navbar.opened {
    height: auto;
  }
  .cid-tmTFXLgwfy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toXgAcSmFZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-toXgAcSmFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-toXgAcSmFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toXgAcSmFZ .video-wrapper iframe {
  width: 100%;
}
.cid-toXgAcSmFZ .mbr-section-title,
.cid-toXgAcSmFZ .mbr-section-subtitle,
.cid-toXgAcSmFZ .mbr-text {
  text-align: center;
}
.cid-toXgAcSmFZ .mbr-section-subtitle {
  color: #5659bd;
}
.cid-toXgAcSmFZ .mbr-section-title {
  color: #777d74;
}
.cid-toXhE0Vb3p {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-toXhE0Vb3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-toXhE0Vb3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toXhE0Vb3p .video-wrapper iframe {
  width: 100%;
}
.cid-toXhE0Vb3p .mbr-section-title,
.cid-toXhE0Vb3p .mbr-section-subtitle,
.cid-toXhE0Vb3p .mbr-text {
  text-align: center;
}
.cid-toXhE0Vb3p .mbr-section-subtitle {
  color: #5659bd;
}
.cid-tp3U5Hx86J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3f3ff;
}
.cid-tp3U5Hx86J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp3U5Hx86J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp3U5Hx86J .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1c1c25;
  margin-left: 1rem;
}
.cid-tp3U5Hx86J .panel-group {
  border: none;
}
.cid-tp3U5Hx86J .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tp3U5Hx86J .panel-body,
.cid-tp3U5Hx86J .card-header {
  padding: 1rem 0;
}
.cid-tp3U5Hx86J .panel-title-edit {
  color: #465052;
}
.cid-tp3U5Hx86J .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tp3U5Hx86J H3 {
  text-align: left;
  color: #232323;
}
.cid-tp3U5Hx86J H4 {
  text-align: left;
}
.cid-tp3U5Hx86J DIV {
  text-align: left;
}
.cid-tp3U5Hx86J .panel-text {
  color: #1c1c25;
}
.cid-sIflfVW1jT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #bccaf8;
}
.cid-sIflfVW1jT .mbr-section-title,
.cid-sIflfVW1jT .mbr-section-subtitle {
  color: #000000;
}
.cid-sIflfVW1jT .mbr-section-text {
  color: #232323;
}
.cid-sIflfVW1jT .mbr-text,
.cid-sIflfVW1jT .typed-text,
.cid-sIflfVW1jT .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sIflfVW1jT .btn {
  margin-left: 4px !important;
}
.cid-sIflfVW1jT .animated-element {
  color: #ff3366;
}
.cid-sIflfVW1jT .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sIflfVW1jT .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sIflfVW1jT .typed-text,
  .cid-sIflfVW1jT .mbr-section-subtitle,
  .cid-sIflfVW1jT .mbr-section-text,
  .cid-sIflfVW1jT .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sIflfVW1jT .mbr-section-subtitle,
.cid-sIflfVW1jT .typed-text {
  color: #33358c;
}
.cid-tp43NcqGc9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #02031f;
  overflow: hidden;
}
.cid-tp43NcqGc9 .mbr-text {
  color: #f8f1ec;
}
.cid-tp3V7aQRF3.popup-builder {
  background-color: #ffffff;
}
.cid-tp3V7aQRF3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tp3V7aQRF3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tp3V7aQRF3 .modal-content,
.cid-tp3V7aQRF3 .modal-dialog {
  height: auto;
}
.cid-tp3V7aQRF3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tp3V7aQRF3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tp3V7aQRF3 .form-wrapper .mbr-form .form-group,
  .cid-tp3V7aQRF3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tp3V7aQRF3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tp3V7aQRF3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tp3V7aQRF3 .mbr-text {
  text-align: center;
}
.cid-tp3V7aQRF3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tp3V7aQRF3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tp3V7aQRF3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tp3V7aQRF3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tp3V7aQRF3 .modal-open {
  overflow: hidden;
}
.cid-tp3V7aQRF3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tp3V7aQRF3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tp3V7aQRF3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tp3V7aQRF3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tp3V7aQRF3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tp3V7aQRF3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tp3V7aQRF3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tp3V7aQRF3 .modal-content {
  background: #42424c;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tp3V7aQRF3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tp3V7aQRF3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tp3V7aQRF3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tp3V7aQRF3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tp3V7aQRF3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tp3V7aQRF3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tp3V7aQRF3 .modal-header {
    padding: 1rem;
  }
}
.cid-tp3V7aQRF3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tp3V7aQRF3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tp3V7aQRF3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tp3V7aQRF3 .modal-header .close:focus {
  outline: none;
}
.cid-tp3V7aQRF3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tp3V7aQRF3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tp3V7aQRF3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tp3V7aQRF3 .modal-body {
    padding: 1rem;
  }
}
.cid-tp3V7aQRF3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tp3V7aQRF3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tp3V7aQRF3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tp3V7aQRF3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tp3V7aQRF3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tp3V7aQRF3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tp3V7aQRF3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tp3V7aQRF3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tp3V7aQRF3 .modal-lg,
  .cid-tp3V7aQRF3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tp3V7aQRF3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tp3V7aQRF3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tp3V7aQRF3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tp3V7aQRF3 .form-group {
  margin-bottom: 1rem;
}
.cid-tp3V7aQRF3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tp3V7aQRF3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tp3V7aQRF3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tp3V7aQRF3 .mbr-section-btn {
  margin: 0;
}
.cid-tp3V7aQRF3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tp4auBPc5p.popup-builder {
  background-color: #ffffff;
}
.cid-tp4auBPc5p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tp4auBPc5p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tp4auBPc5p .modal-content,
.cid-tp4auBPc5p .modal-dialog {
  height: auto;
}
.cid-tp4auBPc5p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tp4auBPc5p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tp4auBPc5p .form-wrapper .mbr-form .form-group,
  .cid-tp4auBPc5p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tp4auBPc5p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tp4auBPc5p .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tp4auBPc5p .mbr-text {
  text-align: center;
}
.cid-tp4auBPc5p .pt-0 {
  padding-top: 0 !important;
}
.cid-tp4auBPc5p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tp4auBPc5p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tp4auBPc5p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tp4auBPc5p .modal-open {
  overflow: hidden;
}
.cid-tp4auBPc5p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tp4auBPc5p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tp4auBPc5p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tp4auBPc5p .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tp4auBPc5p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tp4auBPc5p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tp4auBPc5p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tp4auBPc5p .modal-content {
  background: #42424c;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tp4auBPc5p .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tp4auBPc5p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tp4auBPc5p .modal-backdrop.fade {
  opacity: 0;
}
.cid-tp4auBPc5p .modal-backdrop.show {
  opacity: .5;
}
.cid-tp4auBPc5p .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tp4auBPc5p .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tp4auBPc5p .modal-header {
    padding: 1rem;
  }
}
.cid-tp4auBPc5p .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tp4auBPc5p .modal-header .close svg {
  fill: #ffffff;
}
.cid-tp4auBPc5p .modal-header .close:hover {
  opacity: 1;
}
.cid-tp4auBPc5p .modal-header .close:focus {
  outline: none;
}
.cid-tp4auBPc5p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tp4auBPc5p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tp4auBPc5p .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tp4auBPc5p .modal-body {
    padding: 1rem;
  }
}
.cid-tp4auBPc5p .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tp4auBPc5p .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tp4auBPc5p .modal-footer {
    padding: 1rem;
  }
}
.cid-tp4auBPc5p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tp4auBPc5p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tp4auBPc5p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tp4auBPc5p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tp4auBPc5p .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tp4auBPc5p .modal-lg,
  .cid-tp4auBPc5p .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tp4auBPc5p .modal-xl {
    max-width: 1140px;
  }
}
.cid-tp4auBPc5p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tp4auBPc5p .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tp4auBPc5p .form-group {
  margin-bottom: 1rem;
}
.cid-tp4auBPc5p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tp4auBPc5p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tp4auBPc5p .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tp4auBPc5p .mbr-section-btn {
  margin: 0;
}
.cid-tp4auBPc5p .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9K9duNFYf.popup-builder {
  background-color: #ffffff;
}
.cid-t9K9duNFYf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9K9duNFYf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9K9duNFYf .modal-content,
.cid-t9K9duNFYf .modal-dialog {
  height: auto;
}
.cid-t9K9duNFYf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9K9duNFYf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9K9duNFYf .form-wrapper .mbr-form .form-group,
  .cid-t9K9duNFYf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9K9duNFYf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9K9duNFYf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9K9duNFYf .mbr-text {
  text-align: center;
}
.cid-t9K9duNFYf .pt-0 {
  padding-top: 0 !important;
}
.cid-t9K9duNFYf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9K9duNFYf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9K9duNFYf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9K9duNFYf .modal-open {
  overflow: hidden;
}
.cid-t9K9duNFYf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9K9duNFYf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9K9duNFYf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9K9duNFYf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t9K9duNFYf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9K9duNFYf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9K9duNFYf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9K9duNFYf .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t9K9duNFYf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9K9duNFYf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9K9duNFYf .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9K9duNFYf .modal-backdrop.show {
  opacity: .5;
}
.cid-t9K9duNFYf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t9K9duNFYf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9K9duNFYf .modal-header {
    padding: 1rem;
  }
}
.cid-t9K9duNFYf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9K9duNFYf .modal-header .close svg {
  fill: #000000;
}
.cid-t9K9duNFYf .modal-header .close:hover {
  opacity: 1;
}
.cid-t9K9duNFYf .modal-header .close:focus {
  outline: none;
}
.cid-t9K9duNFYf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t9K9duNFYf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9K9duNFYf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9K9duNFYf .modal-body {
    padding: 1rem;
  }
}
.cid-t9K9duNFYf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t9K9duNFYf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9K9duNFYf .modal-footer {
    padding: 1rem;
  }
}
.cid-t9K9duNFYf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9K9duNFYf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9K9duNFYf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9K9duNFYf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9K9duNFYf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9K9duNFYf .modal-lg,
  .cid-t9K9duNFYf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9K9duNFYf .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9K9duNFYf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9K9duNFYf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t9K9duNFYf .form-group {
  margin-bottom: 1rem;
}
.cid-t9K9duNFYf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9K9duNFYf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9K9duNFYf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t9K9duNFYf .mbr-section-btn {
  margin: 0;
}
.cid-t9K9duNFYf .mbr-section-btn .btn {
  margin: 0;
}
.cid-tmTCE7OnXu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmTCE7OnXu nav.navbar {
  position: fixed;
}
.cid-tmTCE7OnXu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmTCE7OnXu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmTCE7OnXu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmTCE7OnXu .dropdown-item:hover,
.cid-tmTCE7OnXu .dropdown-item:focus {
  background: #1c1c25 !important;
  color: white !important;
}
.cid-tmTCE7OnXu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmTCE7OnXu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmTCE7OnXu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmTCE7OnXu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmTCE7OnXu .nav-link {
  position: relative;
}
.cid-tmTCE7OnXu .container {
  display: flex;
  margin: auto;
}
.cid-tmTCE7OnXu .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmTCE7OnXu .dropdown-menu,
.cid-tmTCE7OnXu .navbar.opened {
  background: #ffffff !important;
}
.cid-tmTCE7OnXu .nav-item:focus,
.cid-tmTCE7OnXu .nav-link:focus {
  outline: none;
}
.cid-tmTCE7OnXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmTCE7OnXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmTCE7OnXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmTCE7OnXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmTCE7OnXu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmTCE7OnXu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmTCE7OnXu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tmTCE7OnXu .navbar.opened {
  transition: all 0.3s;
}
.cid-tmTCE7OnXu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmTCE7OnXu .navbar .navbar-logo img {
  width: auto;
}
.cid-tmTCE7OnXu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmTCE7OnXu .navbar.collapsed {
  justify-content: center;
}
.cid-tmTCE7OnXu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmTCE7OnXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmTCE7OnXu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tmTCE7OnXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmTCE7OnXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmTCE7OnXu .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: 41%;
}
.cid-tmTCE7OnXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmTCE7OnXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmTCE7OnXu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmTCE7OnXu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmTCE7OnXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmTCE7OnXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmTCE7OnXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmTCE7OnXu .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: 40%;
  }
  .cid-tmTCE7OnXu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmTCE7OnXu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmTCE7OnXu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmTCE7OnXu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmTCE7OnXu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmTCE7OnXu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmTCE7OnXu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmTCE7OnXu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmTCE7OnXu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmTCE7OnXu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmTCE7OnXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmTCE7OnXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmTCE7OnXu .dropdown-item.active,
.cid-tmTCE7OnXu .dropdown-item:active {
  background-color: transparent;
}
.cid-tmTCE7OnXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmTCE7OnXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmTCE7OnXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmTCE7OnXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmTCE7OnXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmTCE7OnXu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmTCE7OnXu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmTCE7OnXu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmTCE7OnXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmTCE7OnXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #33358c;
}
.cid-tmTCE7OnXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmTCE7OnXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmTCE7OnXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmTCE7OnXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmTCE7OnXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmTCE7OnXu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmTCE7OnXu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmTCE7OnXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmTCE7OnXu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmTCE7OnXu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmTCE7OnXu .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-tmTCE7OnXu .navbar {
    height: 70px;
  }
  .cid-tmTCE7OnXu .navbar.opened {
    height: auto;
  }
  .cid-tmTCE7OnXu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1cmGmbegh {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-t1cmGmbegh .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-t1cmGmbegh #e1_circle,
.cid-t1cmGmbegh #e3_circle,
.cid-t1cmGmbegh #e4_circle,
.cid-t1cmGmbegh #e5_circle {
  fill: #e1e8ff !important;
}
.cid-t1cmGmbegh #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-t1cmGmbegh .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-t1cmGmbegh .rev {
  animation: rev 4s linear infinite;
}
.cid-t1cmGmbegh .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-t1cmGmbegh .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-t1cmGmbegh .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-t1cmGmbegh .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-t1cmGmbegh .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-t1cmGmbegh .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-t1cmGmbegh .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-t1cmGmbegh .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-t1cmGmbegh .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-t1cmGmbegh .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-t1cmGmbegh .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-t1cmGmbegh H1 {
  color: #33358c;
}
.cid-t1cmGmbegh .mbr-text,
.cid-t1cmGmbegh .mbr-section-btn {
  color: #716c80;
}
.cid-t1cmGmbegh H3 {
  color: #42424c;
}
.cid-t1cmGmbegh img {
  height: 100%;
  margin: 0 auto;
}
.cid-t1cmGmDITs .divider-top {
  position: relative;
  padding: 2.5em;
  background: #bfceff;
}
.cid-t1cmGmDITs .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #e7e7fb;
}
.cid-t1cmGmDITs .divider-top::before,
.cid-t1cmGmDITs .divider-bottom::before,
.cid-t1cmGmDITs .divider-top::after,
.cid-t1cmGmDITs .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-t1cmGmDITs .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-t1cmGmDITs .divider-triangles::before {
  top: -50px;
}
.cid-t1cmGmDITs .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-t1cmGmDITs .divider-halfcircle::before {
  top: -50px;
}
.cid-t1cmGmDITs .divider-multitriangles::before,
.cid-t1cmGmDITs .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-t1cmGmDITs .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #bfceff, 50px -50px 0 #bfceff;
}
.cid-t1cmGmTuZW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e7e7fb;
}
.cid-t1cmGmTuZW .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-t1cmGmTuZW .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-t1cmGmTuZW .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-t1cmGmTuZW .card-title,
.cid-t1cmGmTuZW .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-t1cmGmTuZW .mbr-text,
.cid-t1cmGmTuZW .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-t1cmGnfuYT {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #e7e7fb;
}
.cid-t1cmGnfuYT .card-wrapper {
  display: flex;
}
.cid-t1cmGnfuYT .card-wrapper:hover .card-title {
  color: #6592e6;
}
.cid-t1cmGnfuYT .card-title {
  transition: all 0.3s;
  color: #42424c;
}
.cid-t1cmGnfuYT .mbr-iconfont {
  font-size: 6rem;
  color: #9d94f9;
  padding-right: 1.5rem;
}
@media (max-width: 1600px) {
  .cid-t1cmGnfuYT .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-t1cmGnfuYT .mbr-iconfont {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.cid-t1cmGnfuYT .card-text {
  color: #616161;
}
.cid-t1cmGnQbpi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #1e2149;
}
.cid-t1cmGnQbpi .mbr-text {
  line-height: 1.5;
  color: #fbfcff;
}
.cid-t1cmGnQbpi .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t1cmGnQbpi .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t1cmGnQbpi .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t1cmGnQbpi .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t1cmGnQbpi .container2 input:checked ~ .checkmark {
  background-color: #6592e6;
}
.cid-t1cmGnQbpi .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t1cmGnQbpi .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t1cmGnQbpi .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t1cmGnQbpi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-t1cmGoiu3Q {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t1cmGoiu3Q .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-t1cmGoiu3Q .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-t1cmGoiu3Q .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-t1cmGoiu3Q .card-title,
.cid-t1cmGoiu3Q .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-t1cmGoiu3Q .mbr-text,
.cid-t1cmGoiu3Q .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-t1cmGoCuUg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t1cmGoCuUg .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-t1cmGoCuUg .card-wrapper:hover .card-title {
  color: #6592e6;
}
.cid-t1cmGoCuUg .col1 span {
  padding-right: 1.5rem;
}
.cid-t1cmGoCuUg .col2 span {
  padding-left: 1.5rem;
}
.cid-t1cmGoCuUg .card-title {
  transition: all 0.3s;
  text-align: left;
  color: #33358c;
}
.cid-t1cmGoCuUg .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #6592e6;
}
@media (max-width: 992px) {
  .cid-t1cmGoCuUg .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-t1cmGoCuUg span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-t1cmGoCuUg .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-t1cmGoCuUg .card-text {
  color: #42424c;
  text-align: left;
}
.cid-t1cmGps1D2 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-t1cmGps1D2 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-t1cmGps1D2 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-t1cmGps1D2 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-t1cmGps1D2 .card-title,
.cid-t1cmGps1D2 .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-t1cmGps1D2 .mbr-text,
.cid-t1cmGps1D2 .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-t1cmGpOnKt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
  z-index: 1;
}
.cid-t1cmGpOnKt .card-box {
  padding: 0rem;
  height: 110px;
}
.cid-t1cmGpOnKt .card {
  max-width: 100%;
}
.cid-t1cmGpOnKt .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.cid-t1cmGpOnKt .wrapper {
  width: 100%;
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t1cmGpOnKt .row {
  background: #f3eeee;
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-t1cmGpOnKt .row {
    margin: 0rem;
  }
}
.cid-t1cmGpOnKt .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-t1cmGpOnKt .card-wrapper:before {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: -1;
}
.cid-t1cmGpOnKt .card-wrapper:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.cid-t1cmGpOnKt .container-fluid {
  overflow: hidden;
}
.cid-t1cmGpOnKt .order {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-t1cmGpOnKt .order {
    flex-direction: column;
  }
}
.cid-t1cmGpOnKt .card-title {
  transition: all 0.3s;
  color: #33358c;
}
@media (min-width: 992px) {
  .cid-t1cmGpOnKt .col-lg-x {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1600px) {
  .cid-t1cmGpOnKt .col-lg-x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-t1cmGpOnKt .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-t1cmGpOnKt .number-wrapper {
  position: relative;
  margin: 3rem auto;
  width: fit-content;
}
.cid-t1cmGpOnKt .number-wrapper:before {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
}
.cid-t1cmGpOnKt .number-wrapper:after {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1;
}
.cid-t1cmGpOnKt .number-wrapper .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;
}
.cid-t1cmGpOnKt .mbr-iconfont {
  font-size: 6rem;
  height: 100px;
}
.cid-t1cmGpOnKt .icon1 {
  color: #ffb18a;
}
.cid-t1cmGpOnKt .icon2 {
  color: #72dfe9;
}
.cid-t1cmGpOnKt .icon3 {
  color: #a8aaf1;
}
.cid-t1cmGpOnKt .icon4 {
  color: #ffb18a;
}
.cid-t1cmGpOnKt .icon5 {
  color: #72dfe9;
}
.cid-t1cmGpOnKt .number1 {
  background: #ffb18a;
}
.cid-t1cmGpOnKt .number2 {
  background: #72dfe9;
}
.cid-t1cmGpOnKt .number3 {
  background: #a8aaf1;
}
.cid-t1cmGpOnKt .number4 {
  background: #ffb18a;
}
.cid-t1cmGpOnKt .number5 {
  background: #72dfe9;
}
.cid-t1cmGpOnKt .number {
  color: #1c1c25;
  font-size: 0.8rem;
  font-weight: 600;
}
.cid-t1cmGpOnKt .card-text {
  color: #616161;
}
.cid-t1cmGpOnKt .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;
  justify-content: center;
  transition: all 0.3s;
}
.cid-t1cmGqHVPK {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #bccaf8;
}
.cid-t1cmGqHVPK .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-t1cmGqHVPK .title__block {
    margin-bottom: 25px;
  }
}
.cid-t1cmGqHVPK .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #e13d96;
}
.cid-t1cmGqHVPK .mbr-section-title {
  color: #1c1c25;
}
.cid-t1cmGqHVPK .mbr-section-title span {
  font-weight: 300;
}
.cid-t1cmGqHVPK .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-t1cmGqHVPK .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-t1cmGqHVPK .card__wrap {
  background: #f4f8fc;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-t1cmGqHVPK .card__wrap:before {
  content: '';
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-t1cmGqHVPK .card__wrap:after {
  content: '';
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-t1cmGqHVPK .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-t1cmGqHVPK .card__wrap:hover:after {
  left: 100%;
}
.cid-t1cmGqHVPK .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-t1cmGqHVPK .wrap:nth-child(1) .card__header {
  border-top: 6px solid #1c1c25;
  border-bottom: 1px solid #1c1c25;
}
.cid-t1cmGqHVPK .wrap:nth-child(2) .card__header {
  border-top: 6px solid #777d74;
  border-bottom: 1px solid #777d74;
}
.cid-t1cmGqHVPK .wrap:nth-child(3) .card__header {
  border-top: 6px solid #5659bd;
  border-bottom: 1px solid #5659bd;
}
.cid-t1cmGqHVPK .wrap:nth-child(4) .card__header {
  border-top: 6px solid #a8aaf1;
  border-bottom: 1px solid #a8aaf1;
}
.cid-t1cmGqHVPK .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-t1cmGqHVPK .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-t1cmGqHVPK .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-t1cmGqHVPK .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-t1cmGqHVPK .card__price {
  color: #042daf;
}
.cid-t1cmGqHVPK .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-t1cmGqHVPK .card__title {
  color: #6a6c72;
}
.cid-t1cmGqHVPK .card__body {
  padding: 42px 15px 40px;
}
.cid-t1cmGqHVPK .card__feature {
  margin-bottom: 15px;
  color: #1e73be;
}
.cid-t1cmGqHVPK .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-t1cmGqHVPK .item {
  line-height: 45px;
}
.cid-t1cmGqHVPK .mbr-section-btn {
  margin: 0;
}
.cid-t1cmGqHVPK .mbr-section-btn .btn {
  z-index: 10;
}
.cid-t1cmGqHVPK .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-t1cmGqHVPK .mbr-section-btn .btn-warning-outline:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(168, 170, 241, 0.55) 0%, #a8aaf1 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-t1cmGqHVPK .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-t1cmGqHVPK .btn__trial a {
  color: #6A6C72 !important;
}
.cid-t1cmGqHVPK .card__subtitle {
  color: #777d74;
}
.cid-t1cmGqHVPK .items__block {
  color: #42424c;
}
.cid-t1cmGqHVPK .items__block P {
  text-align: left;
}
.cid-t1cmGrRnKJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bccaf8;
}
.cid-t1cmGrRnKJ .mbr-section-subtitle {
  color: #767676;
}
.cid-t1cmGrRnKJ ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1cmGrRnKJ ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-t1cmGrRnKJ ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-t1cmGrRnKJ ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-t1cmGrRnKJ .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-t1cmGrRnKJ .mbr-section-title {
  color: #000000;
}
.cid-t1cmGsAhHO .divider-top {
  position: relative;
  padding: 2.5em;
  background: #bccaf8;
}
.cid-t1cmGsAhHO .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-t1cmGsAhHO .divider-top::before,
.cid-t1cmGsAhHO .divider-bottom::before,
.cid-t1cmGsAhHO .divider-top::after,
.cid-t1cmGsAhHO .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-t1cmGsAhHO .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-t1cmGsAhHO .divider-triangles::before {
  top: -50px;
}
.cid-t1cmGsAhHO .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-t1cmGsAhHO .divider-halfcircle::before {
  top: -50px;
}
.cid-t1cmGsAhHO .divider-multitriangles::before,
.cid-t1cmGsAhHO .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-t1cmGsAhHO .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #bccaf8, 50px -50px 0 #bccaf8;
}
.cid-tsn1DkvB1r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsn1DkvB1r .img-wrapper {
  text-align: center;
}
.cid-tsn1DkvB1r .card-title {
  padding-top: 1.5rem;
  color: #777d74;
}
.cid-tsn1DkvB1r img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tsn1DkvB1r .row {
  align-items: flex-start;
}
.cid-tsn1DkvB1r .card-wrapper {
  border-radius: 4px;
  background: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-tsn1DkvB1r .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tsn1DkvB1r .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tsn1DkvB1r .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tsn1DkvB1r .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tsn1DkvB1r .title {
  text-align: center;
}
.cid-t1cmGu3ywD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t1cmGu3ywD .mbr-section-title,
.cid-t1cmGu3ywD .mbr-section-subtitle {
  color: #000000;
}
.cid-t1cmGu3ywD .mbr-section-text {
  color: #232323;
}
.cid-t1cmGu3ywD .mbr-text,
.cid-t1cmGu3ywD .typed-text,
.cid-t1cmGu3ywD .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t1cmGu3ywD .btn {
  margin-left: 4px !important;
}
.cid-t1cmGu3ywD .animated-element {
  color: #ff3366;
}
.cid-t1cmGu3ywD .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-t1cmGu3ywD .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1cmGu3ywD .typed-text,
  .cid-t1cmGu3ywD .mbr-section-subtitle,
  .cid-t1cmGu3ywD .mbr-section-text,
  .cid-t1cmGu3ywD .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t1cmGu3ywD .mbr-section-subtitle,
.cid-t1cmGu3ywD .typed-text {
  color: #33358c;
}
.cid-t1cmGuDHY5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1c1c25;
}
.cid-t1cmGuDHY5 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-t1cmGuDHY5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1cmGuDHY5 .col + .mbr-section-btn .btn,
.cid-t1cmGuDHY5 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1cmGuDHY5 .col + .mbr-section-btn .btn,
  .cid-t1cmGuDHY5 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1cmGuDHY5 .dragArea > *:nth-last-child(2).col,
  .cid-t1cmGuDHY5 .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1cmGuDHY5 .col + .mbr-section-btn,
  .cid-t1cmGuDHY5 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1cmGuDHY5 .dragArea {
    flex-direction: column;
  }
}
.cid-t1cmGuDHY5 .btn-primary {
  border: 1px solid #1c1c25 !important;
}
.cid-t1cmGuDHY5 .btn-primary:hover {
  border: 1px solid #1c1c25 !important;
}
.cid-t1cmGuDHY5 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1cmGuDHY5 .form-group {
  max-width: 220px;
}
.cid-t1cmGuDHY5 .mbr-section-btn {
  padding-left: 0;
}
.cid-t1cmGuDHY5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1cmGuDHY5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-t1cmGuDHY5 .mbr-text {
  color: #444;
}
.cid-t1cmGuDHY5 h5 {
  margin-bottom: 0;
}
.cid-t1cmGuDHY5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1cmGuDHY5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1cmGuDHY5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1cmGuDHY5 .socicon {
  font-size: 1.3rem;
  background: #f8f8f8;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1cmGuDHY5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1cmGuDHY5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1cmGuDHY5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1cmGuDHY5 .social-list a:hover {
  opacity: 0.4;
}
.cid-t1cmGuDHY5 .media-container-row > div {
  padding: 0px;
}
.cid-t1cmGuDHY5 .text2 {
  color: #fbfcff;
  text-align: left;
}
.cid-t1cmGuDHY5 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-t1cmGuDHY5 .links {
  color: #e9e9e9;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1cmGuDHY5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1cmGuDHY5 .social-list,
  .cid-t1cmGuDHY5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1cmGuDHY5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1cmGuDHY5 .form-group {
    max-width: 180px;
  }
}
.cid-t1cmGuDHY5 .links span {
  color: #9e9e9e;
}
.cid-t1cmGuDHY5 .logo-sub-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-t1cmGuDHY5 .logo-title {
  text-align: center;
}
.cid-t1cmGuDHY5 .logo-title,
.cid-t1cmGuDHY5 .logo {
  color: #fbfcff;
}
.cid-t9KauTX7QB.popup-builder {
  background-color: #ffffff;
}
.cid-t9KauTX7QB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9KauTX7QB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9KauTX7QB .modal-content,
.cid-t9KauTX7QB .modal-dialog {
  height: auto;
}
.cid-t9KauTX7QB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9KauTX7QB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9KauTX7QB .form-wrapper .mbr-form .form-group,
  .cid-t9KauTX7QB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9KauTX7QB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9KauTX7QB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9KauTX7QB .mbr-text {
  text-align: center;
}
.cid-t9KauTX7QB .pt-0 {
  padding-top: 0 !important;
}
.cid-t9KauTX7QB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9KauTX7QB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9KauTX7QB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9KauTX7QB .modal-open {
  overflow: hidden;
}
.cid-t9KauTX7QB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9KauTX7QB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9KauTX7QB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9KauTX7QB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t9KauTX7QB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9KauTX7QB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9KauTX7QB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9KauTX7QB .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t9KauTX7QB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9KauTX7QB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9KauTX7QB .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9KauTX7QB .modal-backdrop.show {
  opacity: .5;
}
.cid-t9KauTX7QB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t9KauTX7QB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTX7QB .modal-header {
    padding: 1rem;
  }
}
.cid-t9KauTX7QB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9KauTX7QB .modal-header .close svg {
  fill: #000000;
}
.cid-t9KauTX7QB .modal-header .close:hover {
  opacity: 1;
}
.cid-t9KauTX7QB .modal-header .close:focus {
  outline: none;
}
.cid-t9KauTX7QB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t9KauTX7QB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9KauTX7QB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTX7QB .modal-body {
    padding: 1rem;
  }
}
.cid-t9KauTX7QB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t9KauTX7QB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTX7QB .modal-footer {
    padding: 1rem;
  }
}
.cid-t9KauTX7QB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9KauTX7QB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9KauTX7QB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9KauTX7QB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9KauTX7QB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9KauTX7QB .modal-lg,
  .cid-t9KauTX7QB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9KauTX7QB .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9KauTX7QB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9KauTX7QB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t9KauTX7QB .form-group {
  margin-bottom: 1rem;
}
.cid-t9KauTX7QB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9KauTX7QB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9KauTX7QB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t9KauTX7QB .mbr-section-btn {
  margin: 0;
}
.cid-t9KauTX7QB .mbr-section-btn .btn {
  margin: 0;
}
.cid-t1ny7fHWPM {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t1ny7fHWPM .container {
    max-width: 1400px;
  }
}
.cid-t1ny7fHWPM .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t1ny7fHWPM .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-t1ny7fHWPM .main-title {
  margin-bottom: 56px;
}
.cid-t1ny7fHWPM .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1c1c25;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t1ny7fHWPM .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t1ny7fHWPM img {
  width: 100%;
}
.cid-t1ny7fHWPM .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-t1ny7fHWPM .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-t1ny7fHWPM .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-t1ny7fHWPM .card-wrapper .card-box {
  height: 100%;
}
.cid-t1ny7fHWPM .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-t1ny7fHWPM .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-t1ny7fHWPM .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-t1ny7fHWPM .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-t1ny7fHWPM .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-t1ny7fHWPM .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-t1ny7fHWPM .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-t1ny7fHWPM .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-t1ny7fHWPM .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-t1ny7fHWPM .mbr-section-btn {
  text-align: center;
}
.cid-t1ny7fHWPM .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-t1ny7fHWPM .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-t1ny7fHWPM .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-t1ny7fHWPM .card-box {
    padding: 1rem;
  }
}
.cid-t1ny7fHWPM .card .card-wrapper .card-box .card-title,
.cid-t1ny7fHWPM .card-box {
  text-align: left;
}
.cid-t1ny7gFLHh {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t1ny7gFLHh .mbr-section-subtitle {
  color: #767676;
}
.cid-t1ny7gFLHh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t1ny7gFLHh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1ny7gFLHh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t1ny7gFLHh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t1ny7gFLHh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bcc2d8;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #bcc2d8, #66458e);
}
.cid-t1ny7gFLHh .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t1ny7gFLHh .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1ny7gFLHh .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-t1ny7gFLHh .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1ny7gFLHh .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t1ny7gFLHh ul {
  font-size: 0;
}
.cid-t1ny7gFLHh .mbr-gallery-filter ul {
  text-align: center;
}
.cid-t1ny7gFLHh .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t1ny7gFLHh .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-t1ny7gFLHh .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-t1ny7gFLHh .mbr-gallery-filter ul li:first-child,
.cid-t1ny7gFLHh .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-t1ny7gFLHh .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-t1ny7gFLHh .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t1ny7gFLHh .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-t1ny7gFLHh .btn.active:after {
  animation: none;
}
.cid-t1ny7gFLHh .btn:active {
  box-shadow: none !important;
}
.cid-t1ny7gFLHh .btn:hover {
  background: transparent !important;
}
.cid-t1ny7gFLHh .btn:hover:before {
  background: transparent !important;
}
.cid-t1ny7gFLHh .btn:before {
  background-color: transparent !important;
}
.cid-t1ny7gFLHh .btn:focus {
  box-shadow: none !important;
}
.cid-t1ny7hxTzA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t1ny7hxTzA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t1ny7hxTzA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1ny7hxTzA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t1ny7hxTzA .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t1ny7hxTzA .container {
  padding: 0;
}
.cid-t1ny7hxTzA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t1ny7hxTzA .icon-focus {
  display: none;
}
.cid-t1ny7hxTzA .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-t1ny7hxTzA .btn[class*=-outline]:hover,
.cid-t1ny7hxTzA .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-t1ny7hxTzA li:hover .btn-primary-outline,
.cid-t1ny7hxTzA li:active .btn-primary-outline,
.cid-t1ny7hxTzA li.active .btn-primary-outline {
  color: #1c1c25 !important;
}
.cid-t1ny7hxTzA li:hover .btn-secondary-outline,
.cid-t1ny7hxTzA li:active .btn-secondary-outline,
.cid-t1ny7hxTzA li.active .btn-secondary-outline {
  color: #6592e6 !important;
}
.cid-t1ny7hxTzA li:hover .btn-info-outline,
.cid-t1ny7hxTzA li:active .btn-info-outline,
.cid-t1ny7hxTzA li.active .btn-info-outline {
  color: #5659bd !important;
}
.cid-t1ny7hxTzA li:hover .btn-warning-outline,
.cid-t1ny7hxTzA li:active .btn-warning-outline,
.cid-t1ny7hxTzA li.active .btn-warning-outline {
  color: #a8aaf1 !important;
}
.cid-t1ny7hxTzA li:hover .btn-white-outline,
.cid-t1ny7hxTzA li:active .btn-white-outline,
.cid-t1ny7hxTzA li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-t1ny7hxTzA li:hover .btn-black-outline,
.cid-t1ny7hxTzA li:active .btn-black-outline,
.cid-t1ny7hxTzA li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-t1ny7hxTzA li:hover .btn-success-outline,
.cid-t1ny7hxTzA li:active .btn-success-outline,
.cid-t1ny7hxTzA li.active .btn-success-outline {
  color: #777d74 !important;
}
.cid-t1ny7hxTzA li:hover .btn-danger-outline,
.cid-t1ny7hxTzA li:active .btn-danger-outline,
.cid-t1ny7hxTzA li.active .btn-danger-outline {
  color: #ff9966 !important;
}
.cid-t1ny7hxTzA li {
  position: relative;
}
.cid-t1ny7hxTzA .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-t1ny7hxTzA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t1ny7hxTzA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t1ny7hxTzA .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-t1ny7hxTzA .btn {
  font-family: Jost !important;
}
.cid-t1ny7hxTzA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-t1ny7hxTzA .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-t1ny7hxTzA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-t1ny7hxTzA .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-t1ny7i6p00 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t1ny7i6p00 .container-fluid {
  padding: 0 3rem;
}
.cid-t1ny7i6p00 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1c1c25, #6592e6);
  display: inline-block;
}
.cid-t1ny7i6p00 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1ny7i6p00 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1ny7i6p00 .card .card-wrapper {
  height: 1%;
}
.cid-t1ny7i6p00 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1ny7i6p00 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1ny7i6p00 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fe525b;
}
.cid-t1ny7i6p00 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t1ny7i6p00 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t1ny7i6p00 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t1ny7i6p00 .mbr-card-text,
.cid-t1ny7i6p00 .mbr-section-btn {
  text-align: center;
}
.cid-t1ny7i6p00 .mbr-section-subtitle {
  text-align: left;
}
.cid-t1ny7iOJH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t1ny7iOJH5 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-t1ny7iOJH5 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-t1ny7iOJH5 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-t1ny7iOJH5 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1ny7jdAVh {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-t1ny7jdAVh .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1c1c25;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-t1ny7jdAVh .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t1ny7jdAVh .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t1ny7jdAVh .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-t1ny7jdAVh .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-t1ny7jdAVh .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t1ny7jdAVh .nav-tabs {
  width: 100%;
}
.cid-t1ny7jdAVh .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-t1ny7jdAVh .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-t1ny7jdAVh .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-t1ny7jdAVh .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-t1ny7jdAVh .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-t1ny7jdAVh .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-t1ny7jdAVh .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-t1ny7jdAVh .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-t1ny7jdAVh .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-t1ny7jdAVh .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(138, 138, 138, 0.3);
  box-shadow: 0px 0px 30px rgba(138, 138, 138, 0.3);
}
.cid-t1ny7jdAVh .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-t1ny7jdAVh .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-t1ny7jdAVh .nav-item {
    display: table-row !important;
  }
}
.cid-t1ny7jXl3w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t1ny7jXl3w .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-t1ny7jXl3w .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #cfd5e1;
}
.cid-t1ny7jXl3w .card-img {
  width: 49px;
  height: 49px;
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-t1ny7jXl3w .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #000000;
}
.cid-t1ny7jXl3w .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-t1ny7jXl3w .arrow-group span {
  margin-right: 13.5px;
}
.cid-t1ny7jXl3w .wrap {
  display: flex;
}
.cid-t1ny7jXl3w .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #000000 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-t1ny7jXl3w .icon:before {
  content: "\e908" !important;
}
.cid-t1ny7jXl3w .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-t1ny7jXl3w .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-t1ny7jXl3w .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #cfd5e1;
}
.cid-t1ny7jXl3w .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-t1ny7jXl3w .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t1ny7jXl3w .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t1ny7jXl3w .panel-group {
  width: 100%;
}
.cid-t1ny7jXl3w .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-t1ny7jXl3w .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t1ny7jXl3w .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-t1ny7jXl3w .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t1ny7jXl3w .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t1ny7jXl3w .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-t1ny7jXl3w .header-article-text:hover {
  text-decoration: underline;
}
.cid-t1ny7jXl3w .panel-text {
  color: #000000;
  text-align: left;
}
.cid-t1ny7jXl3w .header-text,
.cid-t1ny7jXl3w .sign {
  color: #000000;
  text-align: left;
}
.cid-t1ny7jXl3w .header-article-text,
.cid-t1ny7jXl3w .sign {
  color: #000000;
  text-align: left;
}
.cid-t1ny7jXl3w .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-t1ny7jXl3w h4 {
  margin-bottom: 0;
}
.cid-t1ny7lDQBr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-t1ny7lDQBr .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t1ny7lDQBr .panel-group {
  width: 100%;
}
.cid-t1ny7lDQBr .panel-text,
.cid-t1ny7lDQBr .header-text,
.cid-t1ny7lDQBr .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t1ny7lDQBr .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-t1ny7lDQBr .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-t1ny7lDQBr .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-t1ny7lDQBr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t1ny7lDQBr .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-t1ny7lDQBr .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-t1ny7lDQBr .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #188ef4;
}
.cid-t1ny7lDQBr .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-t1ny7lDQBr .card .panel-body {
  background: #ffffff;
}
.cid-t1ny7lDQBr .sign {
  color: #232323;
}
.cid-t1ny7mgW3c {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t1ny7mgW3c .container-fluid {
  padding: 0 3rem;
}
.cid-t1ny7mgW3c .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1c1c25, #6592e6);
  display: inline-block;
}
.cid-t1ny7mgW3c .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1ny7mgW3c .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t1ny7mgW3c .card .card-wrapper {
  height: 1%;
}
.cid-t1ny7mgW3c .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t1ny7mgW3c .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t1ny7mgW3c .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fe525b;
}
.cid-t1ny7mgW3c .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t1ny7mgW3c .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t1ny7mgW3c .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t1ny7mgW3c .mbr-card-text,
.cid-t1ny7mgW3c .mbr-section-btn {
  text-align: center;
}
.cid-t1ny7mgW3c .mbr-section-subtitle {
  text-align: left;
}
.cid-t1ny7n4Yfm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t1ny7n4Yfm .mbr-section-title,
.cid-t1ny7n4Yfm .mbr-section-subtitle {
  color: #000000;
}
.cid-t1ny7n4Yfm .mbr-section-text {
  color: #232323;
}
.cid-t1ny7n4Yfm .mbr-text,
.cid-t1ny7n4Yfm .typed-text,
.cid-t1ny7n4Yfm .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t1ny7n4Yfm .btn {
  margin-left: 4px !important;
}
.cid-t1ny7n4Yfm .animated-element {
  color: #ff3366;
}
.cid-t1ny7n4Yfm .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-t1ny7n4Yfm .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1ny7n4Yfm .typed-text,
  .cid-t1ny7n4Yfm .mbr-section-subtitle,
  .cid-t1ny7n4Yfm .mbr-section-text,
  .cid-t1ny7n4Yfm .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t1ny7n4Yfm .mbr-section-subtitle,
.cid-t1ny7n4Yfm .typed-text {
  color: #33358c;
}
.cid-t1ny7nIEYu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1c1c25;
}
.cid-t1ny7nIEYu .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-t1ny7nIEYu .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1ny7nIEYu .col + .mbr-section-btn .btn,
.cid-t1ny7nIEYu .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1ny7nIEYu .col + .mbr-section-btn .btn,
  .cid-t1ny7nIEYu .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1ny7nIEYu .dragArea > *:nth-last-child(2).col,
  .cid-t1ny7nIEYu .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1ny7nIEYu .col + .mbr-section-btn,
  .cid-t1ny7nIEYu .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1ny7nIEYu .dragArea {
    flex-direction: column;
  }
}
.cid-t1ny7nIEYu .btn-primary {
  border: 1px solid #1c1c25 !important;
}
.cid-t1ny7nIEYu .btn-primary:hover {
  border: 1px solid #1c1c25 !important;
}
.cid-t1ny7nIEYu .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1ny7nIEYu .form-group {
  max-width: 220px;
}
.cid-t1ny7nIEYu .mbr-section-btn {
  padding-left: 0;
}
.cid-t1ny7nIEYu .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1ny7nIEYu .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-t1ny7nIEYu .mbr-text {
  color: #444;
}
.cid-t1ny7nIEYu h5 {
  margin-bottom: 0;
}
.cid-t1ny7nIEYu .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1ny7nIEYu .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1ny7nIEYu .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1ny7nIEYu .socicon {
  font-size: 1.3rem;
  background: #f8f8f8;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1ny7nIEYu .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1ny7nIEYu .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1ny7nIEYu .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1ny7nIEYu .social-list a:hover {
  opacity: 0.4;
}
.cid-t1ny7nIEYu .media-container-row > div {
  padding: 0px;
}
.cid-t1ny7nIEYu .text2 {
  color: #fbfcff;
  text-align: left;
}
.cid-t1ny7nIEYu .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-t1ny7nIEYu .links {
  color: #e9e9e9;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1ny7nIEYu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1ny7nIEYu .social-list,
  .cid-t1ny7nIEYu .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1ny7nIEYu h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1ny7nIEYu .form-group {
    max-width: 180px;
  }
}
.cid-t1ny7nIEYu .links span {
  color: #9e9e9e;
}
.cid-t1ny7nIEYu .logo-sub-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-t1ny7nIEYu .logo-title {
  text-align: center;
}
.cid-t1ny7nIEYu .logo-title,
.cid-t1ny7nIEYu .logo {
  color: #fbfcff;
}
.cid-t9KauTXkc8.popup-builder {
  background-color: #ffffff;
}
.cid-t9KauTXkc8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9KauTXkc8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9KauTXkc8 .modal-content,
.cid-t9KauTXkc8 .modal-dialog {
  height: auto;
}
.cid-t9KauTXkc8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9KauTXkc8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9KauTXkc8 .form-wrapper .mbr-form .form-group,
  .cid-t9KauTXkc8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9KauTXkc8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9KauTXkc8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9KauTXkc8 .mbr-text {
  text-align: center;
}
.cid-t9KauTXkc8 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9KauTXkc8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9KauTXkc8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9KauTXkc8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9KauTXkc8 .modal-open {
  overflow: hidden;
}
.cid-t9KauTXkc8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9KauTXkc8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9KauTXkc8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9KauTXkc8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t9KauTXkc8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9KauTXkc8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9KauTXkc8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9KauTXkc8 .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t9KauTXkc8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9KauTXkc8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9KauTXkc8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9KauTXkc8 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9KauTXkc8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t9KauTXkc8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTXkc8 .modal-header {
    padding: 1rem;
  }
}
.cid-t9KauTXkc8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9KauTXkc8 .modal-header .close svg {
  fill: #000000;
}
.cid-t9KauTXkc8 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9KauTXkc8 .modal-header .close:focus {
  outline: none;
}
.cid-t9KauTXkc8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t9KauTXkc8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9KauTXkc8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTXkc8 .modal-body {
    padding: 1rem;
  }
}
.cid-t9KauTXkc8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t9KauTXkc8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9KauTXkc8 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9KauTXkc8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9KauTXkc8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9KauTXkc8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9KauTXkc8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9KauTXkc8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9KauTXkc8 .modal-lg,
  .cid-t9KauTXkc8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9KauTXkc8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9KauTXkc8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9KauTXkc8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t9KauTXkc8 .form-group {
  margin-bottom: 1rem;
}
.cid-t9KauTXkc8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9KauTXkc8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9KauTXkc8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t9KauTXkc8 .mbr-section-btn {
  margin: 0;
}
.cid-t9KauTXkc8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tssownoop2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tssownoop2 {
    flex-wrap: wrap;
  }
  .cid-tssownoop2 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tssownoop2 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tssownoop2 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tssownoop2 .btn {
  padding: 0.3rem 2rem;
}
.cid-tssownoop2 .nav-link {
  position: relative;
}
.cid-tssownoop2 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #1c1c25;
}
.cid-tssownoop2 .nav-link:hover:before {
  width: 100%;
}
.cid-tssownoop2 nav.navbar {
  position: fixed;
}
.cid-tssownoop2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tssownoop2 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tssownoop2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tssownoop2 .dropdown-item:hover,
.cid-tssownoop2 .dropdown-item:focus {
  background: #1c1c25 !important;
  color: white !important;
}
.cid-tssownoop2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tssownoop2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tssownoop2 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tssownoop2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tssownoop2 .container {
  display: flex;
  margin: auto;
}
.cid-tssownoop2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tssownoop2 .dropdown-menu,
.cid-tssownoop2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tssownoop2 .nav-item:focus,
.cid-tssownoop2 .nav-link:focus {
  outline: none;
}
.cid-tssownoop2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tssownoop2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tssownoop2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tssownoop2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tssownoop2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tssownoop2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tssownoop2 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tssownoop2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tssownoop2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tssownoop2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tssownoop2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tssownoop2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tssownoop2 .navbar.collapsed {
  justify-content: center;
}
.cid-tssownoop2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tssownoop2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tssownoop2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tssownoop2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tssownoop2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tssownoop2 .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: 41%;
}
.cid-tssownoop2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tssownoop2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tssownoop2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tssownoop2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tssownoop2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tssownoop2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tssownoop2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tssownoop2 .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: 40%;
  }
  .cid-tssownoop2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tssownoop2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tssownoop2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tssownoop2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tssownoop2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tssownoop2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tssownoop2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tssownoop2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tssownoop2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tssownoop2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tssownoop2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tssownoop2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tssownoop2 .dropdown-item.active,
.cid-tssownoop2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tssownoop2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tssownoop2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tssownoop2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tssownoop2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tssownoop2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tssownoop2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tssownoop2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tssownoop2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tssownoop2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tssownoop2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #403f83;
}
.cid-tssownoop2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tssownoop2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tssownoop2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tssownoop2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tssownoop2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tssownoop2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tssownoop2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tssownoop2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tssownoop2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tssownoop2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tssownoop2 .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-tssownoop2 .navbar {
    height: 70px;
  }
  .cid-tssownoop2 .navbar.opened {
    height: auto;
  }
  .cid-tssownoop2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tssowo7CkR {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tssowo7CkR .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-tssowo7CkR #e1_circle,
.cid-tssowo7CkR #e3_circle,
.cid-tssowo7CkR #e4_circle,
.cid-tssowo7CkR #e5_circle {
  fill: #e1e8ff !important;
}
.cid-tssowo7CkR #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-tssowo7CkR .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-tssowo7CkR .rev {
  animation: rev 4s linear infinite;
}
.cid-tssowo7CkR .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-tssowo7CkR .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-tssowo7CkR .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-tssowo7CkR .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-tssowo7CkR .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-tssowo7CkR .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-tssowo7CkR .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-tssowo7CkR .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-tssowo7CkR .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-tssowo7CkR .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-tssowo7CkR .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-tssowo7CkR H1 {
  color: #33358c;
}
.cid-tssowo7CkR .mbr-text,
.cid-tssowo7CkR .mbr-section-btn {
  color: #716c80;
}
.cid-tssowo7CkR H3 {
  color: #42424c;
}
.cid-tssowo7CkR img {
  height: 100%;
  margin: 0 auto;
}
.cid-tssowoxQBq .divider-top {
  position: relative;
  padding: 2.5em;
  background: #bfceff;
}
.cid-tssowoxQBq .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #e7e7fb;
}
.cid-tssowoxQBq .divider-top::before,
.cid-tssowoxQBq .divider-bottom::before,
.cid-tssowoxQBq .divider-top::after,
.cid-tssowoxQBq .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tssowoxQBq .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tssowoxQBq .divider-triangles::before {
  top: -50px;
}
.cid-tssowoxQBq .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tssowoxQBq .divider-halfcircle::before {
  top: -50px;
}
.cid-tssowoxQBq .divider-multitriangles::before,
.cid-tssowoxQBq .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tssowoxQBq .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #bfceff, 50px -50px 0 #bfceff;
}
.cid-tssowoO4IG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e7e7fb;
}
.cid-tssowoO4IG .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tssowoO4IG .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tssowoO4IG .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tssowoO4IG .card-title,
.cid-tssowoO4IG .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tssowoO4IG .mbr-text,
.cid-tssowoO4IG .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-tssowpbb4h {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #e7e7fb;
}
.cid-tssowpbb4h .card-wrapper {
  display: flex;
}
.cid-tssowpbb4h .card-wrapper:hover .card-title {
  color: #6592e6;
}
.cid-tssowpbb4h .card-title {
  transition: all 0.3s;
  color: #42424c;
}
.cid-tssowpbb4h .mbr-iconfont {
  font-size: 6rem;
  color: #9d94f9;
  padding-right: 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tssowpbb4h .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tssowpbb4h .mbr-iconfont {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.cid-tssowpbb4h .card-text {
  color: #616161;
}
.cid-tssowpJ2VA {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #1e2149;
}
.cid-tssowpJ2VA .mbr-text {
  line-height: 1.5;
  color: #fbfcff;
}
.cid-tssowpJ2VA .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-tssowpJ2VA .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-tssowpJ2VA .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-tssowpJ2VA .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-tssowpJ2VA .container2 input:checked ~ .checkmark {
  background-color: #6592e6;
}
.cid-tssowpJ2VA .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-tssowpJ2VA .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-tssowpJ2VA .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-tssowpJ2VA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tssowqghSF {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tssowqghSF .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tssowqghSF .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tssowqghSF .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tssowqghSF .card-title,
.cid-tssowqghSF .card-img {
  color: #42424c;
  text-align: center;
}
.cid-tssowqghSF .mbr-text,
.cid-tssowqghSF .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-tssowqEsrl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tssowqEsrl .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tssowqEsrl .card-wrapper:hover .card-title {
  color: #6592e6;
}
.cid-tssowqEsrl .col1 span {
  padding-right: 1.5rem;
}
.cid-tssowqEsrl .col2 span {
  padding-left: 1.5rem;
}
.cid-tssowqEsrl .card-title {
  transition: all 0.3s;
  text-align: left;
  color: #33358c;
}
.cid-tssowqEsrl .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #6592e6;
}
@media (max-width: 992px) {
  .cid-tssowqEsrl .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tssowqEsrl span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tssowqEsrl .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tssowqEsrl .card-text {
  color: #42424c;
  text-align: left;
}
.cid-tssowroayU {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-tssowroayU .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tssowroayU .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tssowroayU .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tssowroayU .card-title,
.cid-tssowroayU .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tssowroayU .mbr-text,
.cid-tssowroayU .mbr-section-btn {
  color: #1c1c25;
  text-align: center;
}
.cid-tssowrJ2kt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
  z-index: 1;
}
.cid-tssowrJ2kt .card-box {
  padding: 0rem;
  height: 110px;
}
.cid-tssowrJ2kt .card {
  max-width: 100%;
}
.cid-tssowrJ2kt .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.cid-tssowrJ2kt .wrapper {
  width: 100%;
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tssowrJ2kt .row {
  background: #f3eeee;
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-tssowrJ2kt .row {
    margin: 0rem;
  }
}
.cid-tssowrJ2kt .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-tssowrJ2kt .card-wrapper:before {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: -1;
}
.cid-tssowrJ2kt .card-wrapper:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.cid-tssowrJ2kt .container-fluid {
  overflow: hidden;
}
.cid-tssowrJ2kt .order {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-tssowrJ2kt .order {
    flex-direction: column;
  }
}
.cid-tssowrJ2kt .card-title {
  transition: all 0.3s;
  color: #33358c;
}
@media (min-width: 992px) {
  .cid-tssowrJ2kt .col-lg-x {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1600px) {
  .cid-tssowrJ2kt .col-lg-x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-tssowrJ2kt .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tssowrJ2kt .number-wrapper {
  position: relative;
  margin: 3rem auto;
  width: fit-content;
}
.cid-tssowrJ2kt .number-wrapper:before {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
}
.cid-tssowrJ2kt .number-wrapper:after {
  content: '';
  width: 9999px;
  height: 2px;
  background: #1c1c25;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1;
}
.cid-tssowrJ2kt .number-wrapper .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;
}
.cid-tssowrJ2kt .mbr-iconfont {
  font-size: 6rem;
  height: 100px;
}
.cid-tssowrJ2kt .icon1 {
  color: #ffb18a;
}
.cid-tssowrJ2kt .icon2 {
  color: #72dfe9;
}
.cid-tssowrJ2kt .icon3 {
  color: #a8aaf1;
}
.cid-tssowrJ2kt .icon4 {
  color: #ffb18a;
}
.cid-tssowrJ2kt .icon5 {
  color: #72dfe9;
}
.cid-tssowrJ2kt .number1 {
  background: #ffb18a;
}
.cid-tssowrJ2kt .number2 {
  background: #72dfe9;
}
.cid-tssowrJ2kt .number3 {
  background: #a8aaf1;
}
.cid-tssowrJ2kt .number4 {
  background: #ffb18a;
}
.cid-tssowrJ2kt .number5 {
  background: #72dfe9;
}
.cid-tssowrJ2kt .number {
  color: #1c1c25;
  font-size: 0.8rem;
  font-weight: 600;
}
.cid-tssowrJ2kt .card-text {
  color: #616161;
}
.cid-tssowrJ2kt .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;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tssowsqkcu {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #bccaf8;
}
.cid-tssowsqkcu .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tssowsqkcu .title__block {
    margin-bottom: 25px;
  }
}
.cid-tssowsqkcu .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #e13d96;
}
.cid-tssowsqkcu .mbr-section-title {
  color: #1c1c25;
}
.cid-tssowsqkcu .mbr-section-title span {
  font-weight: 300;
}
.cid-tssowsqkcu .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-tssowsqkcu .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-tssowsqkcu .card__wrap {
  background: #f4f8fc;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-tssowsqkcu .card__wrap:before {
  content: '';
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-tssowsqkcu .card__wrap:after {
  content: '';
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-tssowsqkcu .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-tssowsqkcu .card__wrap:hover:after {
  left: 100%;
}
.cid-tssowsqkcu .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-tssowsqkcu .wrap:nth-child(1) .card__header {
  border-top: 6px solid #1c1c25;
  border-bottom: 1px solid #1c1c25;
}
.cid-tssowsqkcu .wrap:nth-child(2) .card__header {
  border-top: 6px solid #777d74;
  border-bottom: 1px solid #777d74;
}
.cid-tssowsqkcu .wrap:nth-child(3) .card__header {
  border-top: 6px solid #5659bd;
  border-bottom: 1px solid #5659bd;
}
.cid-tssowsqkcu .wrap:nth-child(4) .card__header {
  border-top: 6px solid #a8aaf1;
  border-bottom: 1px solid #a8aaf1;
}
.cid-tssowsqkcu .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-tssowsqkcu .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-tssowsqkcu .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-tssowsqkcu .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-tssowsqkcu .card__price {
  color: #042daf;
}
.cid-tssowsqkcu .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-tssowsqkcu .card__title {
  color: #6a6c72;
}
.cid-tssowsqkcu .card__body {
  padding: 42px 15px 40px;
}
.cid-tssowsqkcu .card__feature {
  margin-bottom: 15px;
  color: #1e73be;
}
.cid-tssowsqkcu .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-tssowsqkcu .item {
  line-height: 45px;
}
.cid-tssowsqkcu .mbr-section-btn {
  margin: 0;
}
.cid-tssowsqkcu .mbr-section-btn .btn {
  z-index: 10;
}
.cid-tssowsqkcu .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-tssowsqkcu .mbr-section-btn .btn-warning-outline:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(168, 170, 241, 0.55) 0%, #a8aaf1 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-tssowsqkcu .btn__trial {
  margin-top: 32px;
  line-height: 25px;
  color: #777d74;
}
.cid-tssowsqkcu .btn__trial a {
  color: #6A6C72 !important;
}
.cid-tssowsqkcu .card__subtitle {
  color: #777d74;
}
.cid-tssowsqkcu .items__block {
  color: #42424c;
}
.cid-tssowsqkcu .items__block P {
  text-align: left;
}
.cid-tssowtqGD6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bccaf8;
}
.cid-tssowtqGD6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tssowtqGD6 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tssowtqGD6 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tssowtqGD6 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tssowtqGD6 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tssowtqGD6 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tssowtqGD6 .mbr-section-title {
  color: #000000;
}
.cid-tssowu33jr .divider-top {
  position: relative;
  padding: 2.5em;
  background: #bccaf8;
}
.cid-tssowu33jr .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-tssowu33jr .divider-top::before,
.cid-tssowu33jr .divider-bottom::before,
.cid-tssowu33jr .divider-top::after,
.cid-tssowu33jr .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-tssowu33jr .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-tssowu33jr .divider-triangles::before {
  top: -50px;
}
.cid-tssowu33jr .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-tssowu33jr .divider-halfcircle::before {
  top: -50px;
}
.cid-tssowu33jr .divider-multitriangles::before,
.cid-tssowu33jr .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-tssowu33jr .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #bccaf8, 50px -50px 0 #bccaf8;
}
.cid-tssowutX9y {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tssowutX9y .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #1c1c25;
  text-align: center;
}
.cid-tssowutX9y .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tssowutX9y .mbr-text {
  margin: 10px 0 30px;
}
.cid-tssowutX9y .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tssowutX9y .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tssowutX9y .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tssowutX9y .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tssowutX9y .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tssowutX9y .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tssowvNlgx {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tssowvNlgx .img-wrapper {
  text-align: center;
}
.cid-tssowvNlgx .card-title {
  padding-top: 1.5rem;
  color: #232323;
}
.cid-tssowvNlgx img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tssowvNlgx .row {
  align-items: flex-start;
}
.cid-tssowvNlgx .card-wrapper {
  border-radius: 4px;
  background: #e7eef5;
}
@media (max-width: 992px) {
  .cid-tssowvNlgx .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tssowvNlgx .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tssowvNlgx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tssowvNlgx .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tssowvNlgx .title {
  text-align: center;
  color: #42424c;
}
.cid-tssowwu6QU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tssowwu6QU .mbr-section-title,
.cid-tssowwu6QU .mbr-section-subtitle {
  color: #000000;
}
.cid-tssowwu6QU .mbr-section-text {
  color: #232323;
}
.cid-tssowwu6QU .mbr-text,
.cid-tssowwu6QU .typed-text,
.cid-tssowwu6QU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tssowwu6QU .btn {
  margin-left: 4px !important;
}
.cid-tssowwu6QU .animated-element {
  color: #ff3366;
}
.cid-tssowwu6QU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-tssowwu6QU .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tssowwu6QU .typed-text,
  .cid-tssowwu6QU .mbr-section-subtitle,
  .cid-tssowwu6QU .mbr-section-text,
  .cid-tssowwu6QU .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tssowwu6QU .mbr-section-subtitle,
.cid-tssowwu6QU .typed-text {
  color: #33358c;
}
.cid-tssowxbQot {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tssowxbQot .img-wrapper {
  text-align: center;
}
.cid-tssowxbQot .card-title {
  padding-top: 1.5rem;
  color: #777d74;
}
.cid-tssowxbQot img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tssowxbQot .row {
  align-items: flex-start;
}
.cid-tssowxbQot .card-wrapper {
  border-radius: 4px;
  background: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-tssowxbQot .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tssowxbQot .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tssowxbQot .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tssowxbQot .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tssowxbQot .title {
  text-align: center;
}
.cid-tssowy2Ma6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1c1c25;
}
.cid-tssowy2Ma6 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tssowy2Ma6 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tssowy2Ma6 .col + .mbr-section-btn .btn,
.cid-tssowy2Ma6 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tssowy2Ma6 .col + .mbr-section-btn .btn,
  .cid-tssowy2Ma6 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tssowy2Ma6 .dragArea > *:nth-last-child(2).col,
  .cid-tssowy2Ma6 .dragArea > *:nth-last-child(2).col-auto,
  .cid-tssowy2Ma6 .col + .mbr-section-btn,
  .cid-tssowy2Ma6 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tssowy2Ma6 .dragArea {
    flex-direction: column;
  }
}
.cid-tssowy2Ma6 .btn-primary {
  border: 1px solid #1c1c25 !important;
}
.cid-tssowy2Ma6 .btn-primary:hover {
  border: 1px solid #1c1c25 !important;
}
.cid-tssowy2Ma6 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tssowy2Ma6 .form-group {
  max-width: 220px;
}
.cid-tssowy2Ma6 .mbr-section-btn {
  padding-left: 0;
}
.cid-tssowy2Ma6 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tssowy2Ma6 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tssowy2Ma6 .mbr-text {
  color: #444;
}
.cid-tssowy2Ma6 h5 {
  margin-bottom: 0;
}
.cid-tssowy2Ma6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tssowy2Ma6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tssowy2Ma6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tssowy2Ma6 .socicon {
  font-size: 1.3rem;
  background: #f8f8f8;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tssowy2Ma6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tssowy2Ma6 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tssowy2Ma6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tssowy2Ma6 .social-list a:hover {
  opacity: 0.4;
}
.cid-tssowy2Ma6 .media-container-row > div {
  padding: 0px;
}
.cid-tssowy2Ma6 .text2 {
  color: #fbfcff;
  text-align: left;
}
.cid-tssowy2Ma6 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tssowy2Ma6 .links {
  color: #e9e9e9;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tssowy2Ma6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tssowy2Ma6 .social-list,
  .cid-tssowy2Ma6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tssowy2Ma6 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tssowy2Ma6 .form-group {
    max-width: 180px;
  }
}
.cid-tssowy2Ma6 .links span {
  color: #9e9e9e;
}
.cid-tssowy2Ma6 .logo-sub-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-tssowy2Ma6 .logo-title {
  text-align: center;
}
.cid-tssowy2Ma6 .logo-title,
.cid-tssowy2Ma6 .logo {
  color: #fbfcff;
}
.cid-tssowyVD79.popup-builder {
  background-color: #ffffff;
}
.cid-tssowyVD79.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tssowyVD79.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tssowyVD79 .modal-content,
.cid-tssowyVD79 .modal-dialog {
  height: auto;
}
.cid-tssowyVD79 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tssowyVD79 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tssowyVD79 .form-wrapper .mbr-form .form-group,
  .cid-tssowyVD79 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tssowyVD79 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tssowyVD79 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tssowyVD79 .mbr-text {
  text-align: center;
}
.cid-tssowyVD79 .pt-0 {
  padding-top: 0 !important;
}
.cid-tssowyVD79 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tssowyVD79 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tssowyVD79 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tssowyVD79 .modal-open {
  overflow: hidden;
}
.cid-tssowyVD79 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tssowyVD79 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tssowyVD79 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tssowyVD79 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tssowyVD79 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tssowyVD79 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tssowyVD79 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tssowyVD79 .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tssowyVD79 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tssowyVD79 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tssowyVD79 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tssowyVD79 .modal-backdrop.show {
  opacity: .5;
}
.cid-tssowyVD79 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tssowyVD79 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tssowyVD79 .modal-header {
    padding: 1rem;
  }
}
.cid-tssowyVD79 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tssowyVD79 .modal-header .close svg {
  fill: #000000;
}
.cid-tssowyVD79 .modal-header .close:hover {
  opacity: 1;
}
.cid-tssowyVD79 .modal-header .close:focus {
  outline: none;
}
.cid-tssowyVD79 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tssowyVD79 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tssowyVD79 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tssowyVD79 .modal-body {
    padding: 1rem;
  }
}
.cid-tssowyVD79 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tssowyVD79 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tssowyVD79 .modal-footer {
    padding: 1rem;
  }
}
.cid-tssowyVD79 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tssowyVD79 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tssowyVD79 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tssowyVD79 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tssowyVD79 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tssowyVD79 .modal-lg,
  .cid-tssowyVD79 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tssowyVD79 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tssowyVD79 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tssowyVD79 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tssowyVD79 .form-group {
  margin-bottom: 1rem;
}
.cid-tssowyVD79 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tssowyVD79 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tssowyVD79 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tssowyVD79 .mbr-section-btn {
  margin: 0;
}
.cid-tssowyVD79 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tmTyN9Jfc9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tmTyN9Jfc9 {
    flex-wrap: wrap;
  }
  .cid-tmTyN9Jfc9 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tmTyN9Jfc9 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tmTyN9Jfc9 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tmTyN9Jfc9 .btn {
  padding: 0.3rem 2rem;
}
.cid-tmTyN9Jfc9 .nav-link {
  position: relative;
}
.cid-tmTyN9Jfc9 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #1c1c25;
}
.cid-tmTyN9Jfc9 .nav-link:hover:before {
  width: 100%;
}
.cid-tmTyN9Jfc9 nav.navbar {
  position: fixed;
}
.cid-tmTyN9Jfc9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmTyN9Jfc9 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmTyN9Jfc9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmTyN9Jfc9 .dropdown-item:hover,
.cid-tmTyN9Jfc9 .dropdown-item:focus {
  background: #1c1c25 !important;
  color: white !important;
}
.cid-tmTyN9Jfc9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmTyN9Jfc9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmTyN9Jfc9 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tmTyN9Jfc9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmTyN9Jfc9 .container {
  display: flex;
  margin: auto;
}
.cid-tmTyN9Jfc9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmTyN9Jfc9 .dropdown-menu,
.cid-tmTyN9Jfc9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tmTyN9Jfc9 .nav-item:focus,
.cid-tmTyN9Jfc9 .nav-link:focus {
  outline: none;
}
.cid-tmTyN9Jfc9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmTyN9Jfc9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmTyN9Jfc9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmTyN9Jfc9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmTyN9Jfc9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmTyN9Jfc9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmTyN9Jfc9 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tmTyN9Jfc9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tmTyN9Jfc9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tmTyN9Jfc9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmTyN9Jfc9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tmTyN9Jfc9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tmTyN9Jfc9 .navbar.collapsed {
  justify-content: center;
}
.cid-tmTyN9Jfc9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmTyN9Jfc9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmTyN9Jfc9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tmTyN9Jfc9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmTyN9Jfc9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmTyN9Jfc9 .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: 41%;
}
.cid-tmTyN9Jfc9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmTyN9Jfc9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmTyN9Jfc9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmTyN9Jfc9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmTyN9Jfc9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmTyN9Jfc9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmTyN9Jfc9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmTyN9Jfc9 .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: 40%;
  }
  .cid-tmTyN9Jfc9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmTyN9Jfc9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmTyN9Jfc9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmTyN9Jfc9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmTyN9Jfc9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmTyN9Jfc9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmTyN9Jfc9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmTyN9Jfc9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmTyN9Jfc9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmTyN9Jfc9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmTyN9Jfc9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmTyN9Jfc9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmTyN9Jfc9 .dropdown-item.active,
.cid-tmTyN9Jfc9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tmTyN9Jfc9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmTyN9Jfc9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmTyN9Jfc9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmTyN9Jfc9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmTyN9Jfc9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmTyN9Jfc9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmTyN9Jfc9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmTyN9Jfc9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmTyN9Jfc9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmTyN9Jfc9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #403f83;
}
.cid-tmTyN9Jfc9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmTyN9Jfc9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmTyN9Jfc9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmTyN9Jfc9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmTyN9Jfc9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmTyN9Jfc9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmTyN9Jfc9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmTyN9Jfc9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmTyN9Jfc9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmTyN9Jfc9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmTyN9Jfc9 .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-tmTyN9Jfc9 .navbar {
    height: 70px;
  }
  .cid-tmTyN9Jfc9 .navbar.opened {
    height: auto;
  }
  .cid-tmTyN9Jfc9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsx9vu8455 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tsx9vu8455 .mbr-section-subtitle {
  color: #767676;
}
.cid-tswZ5MVf5P {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tswZ5MVf5P .mbr-text {
  color: #777d74;
}
.cid-tswZ5MVf5P .mbr-section-subtitle {
  color: #333333;
  text-align: center;
}
.cid-tsx0hqWUjI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #02031f;
  overflow: hidden;
}
.cid-tsx0hqWUjI .mbr-text {
  color: #FFFFFF;
  opacity: 0.5;
}
.cid-tsx0hqWUjI .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tswZyQjNQf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tswZyQjNQf {
    flex-wrap: wrap;
  }
  .cid-tswZyQjNQf .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tswZyQjNQf .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tswZyQjNQf .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tswZyQjNQf .btn {
  padding: 0.3rem 2rem;
}
.cid-tswZyQjNQf .nav-link {
  position: relative;
}
.cid-tswZyQjNQf .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #1c1c25;
}
.cid-tswZyQjNQf .nav-link:hover:before {
  width: 100%;
}
.cid-tswZyQjNQf nav.navbar {
  position: fixed;
}
.cid-tswZyQjNQf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tswZyQjNQf .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tswZyQjNQf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tswZyQjNQf .dropdown-item:hover,
.cid-tswZyQjNQf .dropdown-item:focus {
  background: #1c1c25 !important;
  color: white !important;
}
.cid-tswZyQjNQf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tswZyQjNQf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tswZyQjNQf .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tswZyQjNQf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tswZyQjNQf .container {
  display: flex;
  margin: auto;
}
.cid-tswZyQjNQf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tswZyQjNQf .dropdown-menu,
.cid-tswZyQjNQf .navbar.opened {
  background: #ffffff !important;
}
.cid-tswZyQjNQf .nav-item:focus,
.cid-tswZyQjNQf .nav-link:focus {
  outline: none;
}
.cid-tswZyQjNQf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tswZyQjNQf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tswZyQjNQf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tswZyQjNQf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tswZyQjNQf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tswZyQjNQf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tswZyQjNQf .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tswZyQjNQf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tswZyQjNQf .navbar.opened {
  transition: all 0.3s;
}
.cid-tswZyQjNQf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tswZyQjNQf .navbar .navbar-logo img {
  width: auto;
}
.cid-tswZyQjNQf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tswZyQjNQf .navbar.collapsed {
  justify-content: center;
}
.cid-tswZyQjNQf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tswZyQjNQf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tswZyQjNQf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tswZyQjNQf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tswZyQjNQf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tswZyQjNQf .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: 41%;
}
.cid-tswZyQjNQf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tswZyQjNQf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tswZyQjNQf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tswZyQjNQf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tswZyQjNQf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tswZyQjNQf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tswZyQjNQf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tswZyQjNQf .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: 40%;
  }
  .cid-tswZyQjNQf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tswZyQjNQf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tswZyQjNQf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tswZyQjNQf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tswZyQjNQf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tswZyQjNQf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tswZyQjNQf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tswZyQjNQf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tswZyQjNQf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tswZyQjNQf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tswZyQjNQf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tswZyQjNQf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tswZyQjNQf .dropdown-item.active,
.cid-tswZyQjNQf .dropdown-item:active {
  background-color: transparent;
}
.cid-tswZyQjNQf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tswZyQjNQf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tswZyQjNQf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tswZyQjNQf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tswZyQjNQf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tswZyQjNQf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tswZyQjNQf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tswZyQjNQf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tswZyQjNQf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tswZyQjNQf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #403f83;
}
.cid-tswZyQjNQf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tswZyQjNQf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tswZyQjNQf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tswZyQjNQf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tswZyQjNQf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tswZyQjNQf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tswZyQjNQf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tswZyQjNQf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tswZyQjNQf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tswZyQjNQf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tswZyQjNQf .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-tswZyQjNQf .navbar {
    height: 70px;
  }
  .cid-tswZyQjNQf .navbar.opened {
    height: auto;
  }
  .cid-tswZyQjNQf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsx9JBjdCc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tsx9JBjdCc .mbr-section-subtitle {
  color: #767676;
}
.cid-tswZyRbzbm {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tswZyRbzbm .mbr-text {
  color: #777d74;
}
.cid-tswZyRbzbm .mbr-section-subtitle {
  text-align: center;
}
.cid-tsx0NWS0jO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #02031f;
  overflow: hidden;
}
.cid-tsx0NWS0jO .mbr-text {
  color: #FFFFFF;
  opacity: 0.5;
}
.cid-tsx0NWS0jO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tsx0RZv4wq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tsx0RZv4wq {
    flex-wrap: wrap;
  }
  .cid-tsx0RZv4wq .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tsx0RZv4wq .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tsx0RZv4wq .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tsx0RZv4wq .btn {
  padding: 0.3rem 2rem;
}
.cid-tsx0RZv4wq .nav-link {
  position: relative;
}
.cid-tsx0RZv4wq .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #1c1c25;
}
.cid-tsx0RZv4wq .nav-link:hover:before {
  width: 100%;
}
.cid-tsx0RZv4wq nav.navbar {
  position: fixed;
}
.cid-tsx0RZv4wq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsx0RZv4wq .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsx0RZv4wq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsx0RZv4wq .dropdown-item:hover,
.cid-tsx0RZv4wq .dropdown-item:focus {
  background: #1c1c25 !important;
  color: white !important;
}
.cid-tsx0RZv4wq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsx0RZv4wq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsx0RZv4wq .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tsx0RZv4wq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsx0RZv4wq .container {
  display: flex;
  margin: auto;
}
.cid-tsx0RZv4wq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsx0RZv4wq .dropdown-menu,
.cid-tsx0RZv4wq .navbar.opened {
  background: #ffffff !important;
}
.cid-tsx0RZv4wq .nav-item:focus,
.cid-tsx0RZv4wq .nav-link:focus {
  outline: none;
}
.cid-tsx0RZv4wq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsx0RZv4wq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsx0RZv4wq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsx0RZv4wq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsx0RZv4wq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsx0RZv4wq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsx0RZv4wq .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tsx0RZv4wq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tsx0RZv4wq .navbar.opened {
  transition: all 0.3s;
}
.cid-tsx0RZv4wq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsx0RZv4wq .navbar .navbar-logo img {
  width: auto;
}
.cid-tsx0RZv4wq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tsx0RZv4wq .navbar.collapsed {
  justify-content: center;
}
.cid-tsx0RZv4wq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsx0RZv4wq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsx0RZv4wq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tsx0RZv4wq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsx0RZv4wq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsx0RZv4wq .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: 41%;
}
.cid-tsx0RZv4wq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsx0RZv4wq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsx0RZv4wq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsx0RZv4wq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsx0RZv4wq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsx0RZv4wq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsx0RZv4wq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsx0RZv4wq .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: 40%;
  }
  .cid-tsx0RZv4wq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsx0RZv4wq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsx0RZv4wq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsx0RZv4wq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsx0RZv4wq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsx0RZv4wq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsx0RZv4wq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsx0RZv4wq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsx0RZv4wq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsx0RZv4wq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsx0RZv4wq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsx0RZv4wq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsx0RZv4wq .dropdown-item.active,
.cid-tsx0RZv4wq .dropdown-item:active {
  background-color: transparent;
}
.cid-tsx0RZv4wq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsx0RZv4wq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsx0RZv4wq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsx0RZv4wq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsx0RZv4wq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsx0RZv4wq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsx0RZv4wq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsx0RZv4wq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsx0RZv4wq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsx0RZv4wq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #403f83;
}
.cid-tsx0RZv4wq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsx0RZv4wq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsx0RZv4wq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsx0RZv4wq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsx0RZv4wq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsx0RZv4wq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsx0RZv4wq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsx0RZv4wq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsx0RZv4wq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsx0RZv4wq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsx0RZv4wq .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-tsx0RZv4wq .navbar {
    height: 70px;
  }
  .cid-tsx0RZv4wq .navbar.opened {
    height: auto;
  }
  .cid-tsx0RZv4wq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsx9LMLkFP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tsx9LMLkFP .mbr-section-subtitle {
  color: #767676;
}
.cid-tsx0S0uWKd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsx0S0uWKd .mbr-text {
  color: #777d74;
}
.cid-tsx0S0uWKd .mbr-section-subtitle {
  text-align: center;
}
.cid-tsx0S0TPHV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #02031f;
  overflow: hidden;
}
.cid-tsx0S0TPHV .mbr-text {
  color: #FFFFFF;
  opacity: 0.5;
}
.cid-tsx0S0TPHV .media-container-row .mbr-text {
  color: #ffffff;
}
