body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', 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.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #14287f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #72dfe9 !important;
}
.bg-warning {
  background-color: #a8aaf1 !important;
}
.bg-danger {
  background-color: #ffb18a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #14287f !important;
  border-color: #14287f !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: #0d1a53 !important;
  border-color: #0d1a53 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !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: #ff8f57 !important;
  border-color: #ff8f57 !important;
}
.btn-info,
.btn-info:active {
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #46d5e2 !important;
  border-color: #46d5e2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #7c7fea !important;
  border-color: #7c7fea !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !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: #ff8f57 !important;
  border-color: #ff8f57 !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: #14287f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #14287f !important;
  border-color: #14287f !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: #14287f;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #14287f;
  }
  .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: #ffb18a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !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: #ffb18a;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #ffb18a;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #72dfe9 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #72dfe9;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #72dfe9;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #40b0bf !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #40b0bf;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #40b0bf;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #a8aaf1 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #a8aaf1;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #a8aaf1;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ffb18a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !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: #ffb18a;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #ffb18a;
  }
  .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: #14287f !important;
}
.text-secondary {
  color: #ffb18a !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #72dfe9 !important;
}
.text-warning {
  color: #a8aaf1 !important;
}
.text-danger {
  color: #ffb18a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0d1a53 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff8f57 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #338d99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #46d5e2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7c7fea !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff8f57 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72dfe9;
}
.alert-warning {
  background-color: #a8aaf1;
}
.alert-danger {
  background-color: #ffb18a;
}
.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: #14287f;
  border-color: #14287f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #14287f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3454df;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #14287f;
}
/* 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: #14287f;
  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: #14287f;
  border-bottom-color: #14287f;
}
.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: #14287f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffb18a !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='%2314287f' %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-sAE6FN80KF .navbar-dropdown {
  position: relative !important;
}
.cid-sAE6FN80KF .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-sAE6FN80KF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sAE6FN80KF .dropdown-item:hover,
.cid-sAE6FN80KF .dropdown-item:focus {
  color: #14287f !important;
}
.cid-sAE6FN80KF .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sAE6FN80KF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAE6FN80KF .nav-link {
  position: relative;
  padding: 0;
}
.cid-sAE6FN80KF .container {
  display: flex;
  margin: auto;
}
.cid-sAE6FN80KF .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sAE6FN80KF .dropdown-menu,
.cid-sAE6FN80KF .navbar.opened {
  background: #ffffff !important;
}
.cid-sAE6FN80KF .nav-item:focus,
.cid-sAE6FN80KF .nav-link:focus {
  outline: none;
}
.cid-sAE6FN80KF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAE6FN80KF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAE6FN80KF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sAE6FN80KF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAE6FN80KF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAE6FN80KF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAE6FN80KF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sAE6FN80KF .navbar.opened {
  transition: all 0.3s;
}
.cid-sAE6FN80KF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sAE6FN80KF .navbar .navbar-logo img {
  width: auto;
}
.cid-sAE6FN80KF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAE6FN80KF .navbar.collapsed {
  justify-content: center;
}
.cid-sAE6FN80KF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAE6FN80KF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAE6FN80KF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAE6FN80KF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAE6FN80KF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAE6FN80KF .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-sAE6FN80KF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAE6FN80KF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sAE6FN80KF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sAE6FN80KF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAE6FN80KF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAE6FN80KF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAE6FN80KF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAE6FN80KF .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-sAE6FN80KF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAE6FN80KF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAE6FN80KF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAE6FN80KF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAE6FN80KF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAE6FN80KF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sAE6FN80KF .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAE6FN80KF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAE6FN80KF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAE6FN80KF .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-sAE6FN80KF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAE6FN80KF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAE6FN80KF .dropdown-item.active,
.cid-sAE6FN80KF .dropdown-item:active {
  background-color: transparent;
}
.cid-sAE6FN80KF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAE6FN80KF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAE6FN80KF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAE6FN80KF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAE6FN80KF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAE6FN80KF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAE6FN80KF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAE6FN80KF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAE6FN80KF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sAE6FN80KF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sAE6FN80KF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAE6FN80KF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAE6FN80KF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAE6FN80KF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAE6FN80KF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAE6FN80KF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAE6FN80KF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAE6FN80KF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAE6FN80KF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sAE6FN80KF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAE6FN80KF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAE6FN80KF .navbar {
    height: 70px;
  }
  .cid-sAE6FN80KF .navbar.opened {
    height: auto;
  }
  .cid-sAE6FN80KF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAE6FN80KF .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sAE6FN80KF .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sAE6FN80KF a {
  display: inline;
  font-weight: bold;
}
.cid-sAE6FN80KF img {
  display: inline;
  padding-right: 10px;
}
.cid-sAE6FN80KF .dropdown-toggle:after {
  display: none;
}
.cid-sAE6FN80KF .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sAE6FN80KF .dropdown-item:hover {
  color: #a8aaf1 !important;
}
@media (max-width: 990px) {
  .cid-sAE6FN80KF .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sAsVea0KIX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sAsVea0KIX .mbr-media {
  position: relative;
}
.cid-sAsVea0KIX .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sAsVea0KIX .box {
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sAsVea0KIX .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sAsVea0KIX .mbr-iconfont {
  font-size: 3rem;
  color: #0196e3;
  padding: 2rem;
  border-radius: 50%;
  transition: all 0.3s;
  background: #dae2ec;
}
.cid-sAsVea0KIX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sAsVea0KIX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sAsVea0KIX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sAsVea0KIX a {
  text-decoration: none!important;
}
.cid-sAsVea0KIX .close {
  position: fixed;
  opacity: 1;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sAsVea0KIX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sAsNOY8SLg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #14287f;
}
.cid-sAsNOY8SLg .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-sAsNOY8SLg .img-wrap img {
  width: 100%;
}
.cid-sAsNOY8SLg .mbr-section-subtitle {
  color: #40b0bf;
}
.cid-sAsNOY8SLg .mbr-section-title {
  color: #ffffff;
}
.cid-sAsNOY8SLg .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-sAsNOY8SLg .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sAsNOY8SLg .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sAsNOY8SLg .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sAsNOY8SLg .mbr-text,
.cid-sAsNOY8SLg .mbr-section-btn {
  text-align: left;
}
.cid-s5yW6cLQ2D {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s5yW6cLQ2D .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-s5yW6cLQ2D .card-wrapper:hover .card-title {
  color: #ffb18a;
}
.cid-s5yW6cLQ2D .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yW6cLQ2D .card-title {
  transition: all 0.3s;
}
.cid-s5yW6cLQ2D .mbr-iconfont {
  font-size: 5rem;
  color: #004bad;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-s5yW6cLQ2D .card-text {
  color: #616161;
}
.cid-s5yW6cLQ2D .main-text {
  color: #777d74;
}
.cid-s5yW6cLQ2D .main-sub-title,
.cid-s5yW6cLQ2D .align-wrapper {
  color: #33358c;
}
.cid-sAE0xjeXVK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAE0xjeXVK .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-sAE0xjeXVK .card-wrapper:hover .card-title {
  color: #ffb18a;
}
.cid-sAE0xjeXVK .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sAE0xjeXVK .card-title {
  transition: all 0.3s;
}
.cid-sAE0xjeXVK .mbr-iconfont {
  font-size: 5rem;
  color: #004bad;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sAE0xjeXVK .card-text {
  color: #616161;
}
.cid-sAE0xjeXVK .main-text {
  color: #777d74;
}
.cid-sAE0xjeXVK .main-sub-title,
.cid-sAE0xjeXVK .align-wrapper {
  color: #33358c;
}
.cid-sAEgLJaQJ6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #14287f;
}
.cid-sAEgLJaQJ6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sAEgLJaQJ6 .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-sAEgLJaQJ6 .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-sAEgLJaQJ6 .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-sAEgLJaQJ6 .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sAEgLJaQJ6 .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-sAEgLJaQJ6 .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sAEgLJaQJ6 .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAEgLJaQJ6 .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-sAEgLJaQJ6 .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-sAEgLJaQJ6 .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-sAEeTgCNsw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-sAEeTgCNsw .list-group-item {
  background-color: transparent;
  padding: .5rem 2rem;
}
.cid-sAEeTgCNsw .plan-body {
  padding-bottom: 2rem;
}
.cid-sAEeTgCNsw .second-card {
  background: #14287f;
}
.cid-sAEeTgCNsw .second-card .plan-title,
.cid-sAEeTgCNsw .second-card .price,
.cid-sAEeTgCNsw .second-card .price-term,
.cid-sAEeTgCNsw .second-card .list-group-item {
  color: #ffffff !important;
}
.cid-sAEeTgCNsw .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.cid-sAEeTgCNsw .plan-header svg {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) scaleY(0.9);
  z-index: 0;
}
.cid-sAEeTgCNsw .plan-header svg path,
.cid-sAEeTgCNsw .plan-header svg use,
.cid-sAEeTgCNsw .plan-header svg g {
  fill: #14287f !important;
}
.cid-sAEeTgCNsw .plan-title,
.cid-sAEeTgCNsw .plan-price {
  z-index: 2;
  position: relative;
}
.cid-sAEeTgCNsw li {
  position: relative;
}
.cid-sAEeTgCNsw li:before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #f8f8f8;
  font-size: 0.8rem;
}
.cid-sAEeTgCNsw .plan {
  word-break: break-word;
  border: 2px solid #efefef;
  border-radius: 16px;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.cid-sAEeTgCNsw .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sAEeTgCNsw .plan {
    margin-bottom: 2rem;
  }
}
.cid-sAEeTgCNsw UL {
  text-align: left;
  color: #000000;
}
.cid-sAEeTgCNsw .price {
  color: #333333;
}
.cid-sAEeTgCNsw .main-title {
  text-align: center;
}
.cid-sAEi2VvQP5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14287f;
}
.cid-sAEi2VvQP5 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-sAEi2VvQP5 .panel-group {
  border: none;
}
.cid-sAEi2VvQP5 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-sAEi2VvQP5 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-sAEi2VvQP5 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sAEi2VvQP5 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sAEi2VvQP5 .content {
  margin: 5rem auto;
}
.cid-sAEi2VvQP5 .img-col {
  padding: 0;
}
.cid-sAEi2VvQP5 .img-item {
  height: 100%;
}
.cid-sAEi2VvQP5 img {
  height: 100%;
  object-fit: cover;
}
.cid-sAEi2VvQP5 .collapsed span {
  transform: rotate(0deg);
}
.cid-sAEi2VvQP5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sAEi2VvQP5 p {
  margin-bottom: 0.3rem;
}
.cid-sAEi2VvQP5 .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-sAEi2VvQP5 .panel-title-edit {
  color: #000000;
}
.cid-sAEi2VvQP5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-sAEi2VvQP5 .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-sAEi2VvQP5 .panel-title-edit,
.cid-sAEi2VvQP5 .mbr-iconfont {
  color: #1b2026;
}
.cid-sAEi2VvQP5 .panel-text {
  color: #777777;
}
.cid-sAEi2VvQP5 H4 {
  color: #777777;
}
.cid-sAEi2VvQP5 H3 {
  color: #ffffff;
  text-align: center;
}
.cid-s5yXlY1rw2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #14287f;
}
.cid-s5yXlY1rw2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li:hover {
  color: #ffb18a;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s5yXlY1rw2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s5yXlY1rw2 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-s5yXlY1rw2 foot-menu-item {
  color: #004bad;
}
.cid-sAE7P1LrpX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #14287f;
}
.cid-sAE7P1LrpX .row {
  align-items: center;
}
.cid-sAQvE4E3Ib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAQvE4E3Ib .mbr-text {
  color: #777d74;
}
.cid-s5yXlY1rw2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #14287f;
}
.cid-s5yXlY1rw2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li:hover {
  color: #ffb18a;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s5yXlY1rw2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s5yXlY1rw2 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-s5yXlY1rw2 foot-menu-item {
  color: #004bad;
}
.cid-sAE6FN80KF .navbar-dropdown {
  position: relative !important;
}
.cid-sAE6FN80KF .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-sAE6FN80KF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sAE6FN80KF .dropdown-item:hover,
.cid-sAE6FN80KF .dropdown-item:focus {
  color: #14287f !important;
}
.cid-sAE6FN80KF .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sAE6FN80KF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAE6FN80KF .nav-link {
  position: relative;
  padding: 0;
}
.cid-sAE6FN80KF .container {
  display: flex;
  margin: auto;
}
.cid-sAE6FN80KF .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sAE6FN80KF .dropdown-menu,
.cid-sAE6FN80KF .navbar.opened {
  background: #ffffff !important;
}
.cid-sAE6FN80KF .nav-item:focus,
.cid-sAE6FN80KF .nav-link:focus {
  outline: none;
}
.cid-sAE6FN80KF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAE6FN80KF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAE6FN80KF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sAE6FN80KF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAE6FN80KF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAE6FN80KF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAE6FN80KF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sAE6FN80KF .navbar.opened {
  transition: all 0.3s;
}
.cid-sAE6FN80KF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sAE6FN80KF .navbar .navbar-logo img {
  width: auto;
}
.cid-sAE6FN80KF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAE6FN80KF .navbar.collapsed {
  justify-content: center;
}
.cid-sAE6FN80KF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAE6FN80KF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAE6FN80KF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAE6FN80KF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAE6FN80KF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAE6FN80KF .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-sAE6FN80KF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAE6FN80KF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sAE6FN80KF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sAE6FN80KF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAE6FN80KF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAE6FN80KF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAE6FN80KF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAE6FN80KF .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-sAE6FN80KF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAE6FN80KF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAE6FN80KF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAE6FN80KF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAE6FN80KF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAE6FN80KF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sAE6FN80KF .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAE6FN80KF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAE6FN80KF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAE6FN80KF .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-sAE6FN80KF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAE6FN80KF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAE6FN80KF .dropdown-item.active,
.cid-sAE6FN80KF .dropdown-item:active {
  background-color: transparent;
}
.cid-sAE6FN80KF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAE6FN80KF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAE6FN80KF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAE6FN80KF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAE6FN80KF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAE6FN80KF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAE6FN80KF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAE6FN80KF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAE6FN80KF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sAE6FN80KF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sAE6FN80KF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAE6FN80KF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAE6FN80KF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAE6FN80KF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAE6FN80KF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAE6FN80KF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAE6FN80KF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAE6FN80KF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAE6FN80KF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sAE6FN80KF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAE6FN80KF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAE6FN80KF .navbar {
    height: 70px;
  }
  .cid-sAE6FN80KF .navbar.opened {
    height: auto;
  }
  .cid-sAE6FN80KF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAE6FN80KF .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sAE6FN80KF .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sAE6FN80KF a {
  display: inline;
  font-weight: bold;
}
.cid-sAE6FN80KF img {
  display: inline;
  padding-right: 10px;
}
.cid-sAE6FN80KF .dropdown-toggle:after {
  display: none;
}
.cid-sAE6FN80KF .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sAE6FN80KF .dropdown-item:hover {
  color: #a8aaf1 !important;
}
@media (max-width: 990px) {
  .cid-sAE6FN80KF .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sAE8lFdZvL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #14287f;
}
.cid-sAE8lFdZvL .row {
  align-items: center;
}
.cid-sAYKkdMFJR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sAYKkdMFJR .counter-container ul {
  margin-bottom: 0;
}
.cid-sAYKkdMFJR .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sAYKkdMFJR .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-sAE8lFW5Ux {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sAE8lFW5Ux .mbr-text {
  color: #777d74;
}
.cid-sAE8lFW5Ux .mbr-iconfont {
  font-size: 6rem;
  color: #ff9083;
  text-align: center;
  text-shadow: 5px 5px 0px #ff9083;
  -webkit-text-stroke-color: #1c1c25;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-sAE8lFW5Ux .mbr-text,
.cid-sAE8lFW5Ux .align {
  text-align: left;
  color: #000000;
}
.cid-sAE8lFW5Ux .mbr-section-subtitle {
  color: #33358c;
}
.cid-sAOVGeIcZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAOVGeIcZW .mbr-text {
  color: #777d74;
}
.cid-sAOW1Y0aji {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAOW1Y0aji .mbr-text {
  color: #777d74;
}
.cid-sAOVRe32Kp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAOVRe32Kp .mbr-text {
  color: #777d74;
}
.cid-sAOVvCuJcU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAOVvCuJcU .mbr-text {
  color: #777d74;
}
.cid-sAOV3TnDdO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAOV3TnDdO .mbr-text {
  color: #777d74;
}
.cid-sAOUJcEC9Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAOUJcEC9Z .mbr-text {
  color: #777d74;
}
.cid-sAOUyHWDEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAOUyHWDEV .mbr-text {
  color: #777d74;
}
.cid-sAE8lGbHDS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #14287f;
}
.cid-sAE8lGbHDS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sAE8lGbHDS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sAE8lGbHDS .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sAE8lGbHDS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sAE8lGbHDS .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sAE8lGbHDS .media-container-row .foot-menu li:hover {
  color: #ffb18a;
}
.cid-sAE8lGbHDS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sAE8lGbHDS .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sAE8lGbHDS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sAE8lGbHDS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sAE8lGbHDS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sAE8lGbHDS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sAE8lGbHDS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAE8lGbHDS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sAE8lGbHDS .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sAE8lGbHDS .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sAE8lGbHDS .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sAE8lGbHDS foot-menu-item {
  color: #004bad;
}
.cid-sAE8lGyQPs .navbar-dropdown {
  position: relative !important;
}
.cid-sAE8lGyQPs .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-sAE8lGyQPs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sAE8lGyQPs .dropdown-item:hover,
.cid-sAE8lGyQPs .dropdown-item:focus {
  color: #14287f !important;
}
.cid-sAE8lGyQPs .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sAE8lGyQPs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAE8lGyQPs .nav-link {
  position: relative;
  padding: 0;
}
.cid-sAE8lGyQPs .container {
  display: flex;
  margin: auto;
}
.cid-sAE8lGyQPs .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sAE8lGyQPs .dropdown-menu,
.cid-sAE8lGyQPs .navbar.opened {
  background: #ffffff !important;
}
.cid-sAE8lGyQPs .nav-item:focus,
.cid-sAE8lGyQPs .nav-link:focus {
  outline: none;
}
.cid-sAE8lGyQPs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sAE8lGyQPs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAE8lGyQPs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sAE8lGyQPs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sAE8lGyQPs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAE8lGyQPs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAE8lGyQPs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sAE8lGyQPs .navbar.opened {
  transition: all 0.3s;
}
.cid-sAE8lGyQPs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sAE8lGyQPs .navbar .navbar-logo img {
  width: auto;
}
.cid-sAE8lGyQPs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAE8lGyQPs .navbar.collapsed {
  justify-content: center;
}
.cid-sAE8lGyQPs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAE8lGyQPs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAE8lGyQPs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sAE8lGyQPs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAE8lGyQPs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAE8lGyQPs .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-sAE8lGyQPs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAE8lGyQPs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sAE8lGyQPs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sAE8lGyQPs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAE8lGyQPs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAE8lGyQPs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAE8lGyQPs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAE8lGyQPs .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-sAE8lGyQPs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sAE8lGyQPs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAE8lGyQPs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAE8lGyQPs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAE8lGyQPs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sAE8lGyQPs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sAE8lGyQPs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAE8lGyQPs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sAE8lGyQPs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sAE8lGyQPs .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-sAE8lGyQPs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAE8lGyQPs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAE8lGyQPs .dropdown-item.active,
.cid-sAE8lGyQPs .dropdown-item:active {
  background-color: transparent;
}
.cid-sAE8lGyQPs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAE8lGyQPs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAE8lGyQPs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAE8lGyQPs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sAE8lGyQPs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAE8lGyQPs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAE8lGyQPs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sAE8lGyQPs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAE8lGyQPs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sAE8lGyQPs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sAE8lGyQPs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAE8lGyQPs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAE8lGyQPs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAE8lGyQPs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAE8lGyQPs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAE8lGyQPs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sAE8lGyQPs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sAE8lGyQPs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAE8lGyQPs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sAE8lGyQPs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAE8lGyQPs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAE8lGyQPs .navbar {
    height: 70px;
  }
  .cid-sAE8lGyQPs .navbar.opened {
    height: auto;
  }
  .cid-sAE8lGyQPs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAE8lGyQPs .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sAE8lGyQPs .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sAE8lGyQPs a {
  display: inline;
  font-weight: bold;
}
.cid-sAE8lGyQPs img {
  display: inline;
  padding-right: 10px;
}
.cid-sAE8lGyQPs .dropdown-toggle:after {
  display: none;
}
.cid-sAE8lGyQPs .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sAE8lGyQPs .dropdown-item:hover {
  color: #a8aaf1 !important;
}
@media (max-width: 990px) {
  .cid-sAE8lGyQPs .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sDfO7uk1Ff .navbar-dropdown {
  position: relative !important;
}
.cid-sDfO7uk1Ff .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-sDfO7uk1Ff .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sDfO7uk1Ff .dropdown-item:hover,
.cid-sDfO7uk1Ff .dropdown-item:focus {
  color: #14287f !important;
}
.cid-sDfO7uk1Ff .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sDfO7uk1Ff .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDfO7uk1Ff .nav-link {
  position: relative;
  padding: 0;
}
.cid-sDfO7uk1Ff .container {
  display: flex;
  margin: auto;
}
.cid-sDfO7uk1Ff .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDfO7uk1Ff .dropdown-menu,
.cid-sDfO7uk1Ff .navbar.opened {
  background: #ffffff !important;
}
.cid-sDfO7uk1Ff .nav-item:focus,
.cid-sDfO7uk1Ff .nav-link:focus {
  outline: none;
}
.cid-sDfO7uk1Ff .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDfO7uk1Ff .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDfO7uk1Ff .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDfO7uk1Ff .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDfO7uk1Ff .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDfO7uk1Ff .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDfO7uk1Ff .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sDfO7uk1Ff .navbar.opened {
  transition: all 0.3s;
}
.cid-sDfO7uk1Ff .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDfO7uk1Ff .navbar .navbar-logo img {
  width: auto;
}
.cid-sDfO7uk1Ff .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDfO7uk1Ff .navbar.collapsed {
  justify-content: center;
}
.cid-sDfO7uk1Ff .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDfO7uk1Ff .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDfO7uk1Ff .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sDfO7uk1Ff .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDfO7uk1Ff .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDfO7uk1Ff .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-sDfO7uk1Ff .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDfO7uk1Ff .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDfO7uk1Ff .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDfO7uk1Ff .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDfO7uk1Ff .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDfO7uk1Ff .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDfO7uk1Ff .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDfO7uk1Ff .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-sDfO7uk1Ff .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDfO7uk1Ff .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDfO7uk1Ff .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDfO7uk1Ff .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDfO7uk1Ff .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDfO7uk1Ff .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDfO7uk1Ff .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDfO7uk1Ff .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDfO7uk1Ff .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDfO7uk1Ff .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-sDfO7uk1Ff .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDfO7uk1Ff .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDfO7uk1Ff .dropdown-item.active,
.cid-sDfO7uk1Ff .dropdown-item:active {
  background-color: transparent;
}
.cid-sDfO7uk1Ff .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDfO7uk1Ff .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDfO7uk1Ff .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDfO7uk1Ff .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDfO7uk1Ff .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDfO7uk1Ff .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDfO7uk1Ff ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDfO7uk1Ff .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDfO7uk1Ff button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDfO7uk1Ff button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sDfO7uk1Ff button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDfO7uk1Ff button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDfO7uk1Ff button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDfO7uk1Ff button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDfO7uk1Ff nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDfO7uk1Ff nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDfO7uk1Ff nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDfO7uk1Ff nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDfO7uk1Ff .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sDfO7uk1Ff a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDfO7uk1Ff .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDfO7uk1Ff .navbar {
    height: 70px;
  }
  .cid-sDfO7uk1Ff .navbar.opened {
    height: auto;
  }
  .cid-sDfO7uk1Ff .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDfO7uk1Ff .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sDfO7uk1Ff .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sDfO7uk1Ff a {
  display: inline;
  font-weight: bold;
}
.cid-sDfO7uk1Ff img {
  display: inline;
  padding-right: 10px;
}
.cid-sDfO7uk1Ff .dropdown-toggle:after {
  display: none;
}
.cid-sDfO7uk1Ff .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sDfO7uk1Ff .dropdown-item:hover {
  color: #a8aaf1 !important;
}
@media (max-width: 990px) {
  .cid-sDfO7uk1Ff .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sDfO7uQSVt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sDfO7uQSVt .mbr-media {
  position: relative;
}
.cid-sDfO7uQSVt .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sDfO7uQSVt .box {
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sDfO7uQSVt .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sDfO7uQSVt .mbr-iconfont {
  font-size: 3rem;
  color: #0196e3;
  padding: 2rem;
  border-radius: 50%;
  transition: all 0.3s;
  background: #dae2ec;
}
.cid-sDfO7uQSVt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sDfO7uQSVt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sDfO7uQSVt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sDfO7uQSVt a {
  text-decoration: none!important;
}
.cid-sDfO7uQSVt .close {
  position: fixed;
  opacity: 1;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sDfO7uQSVt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sDfO7vmFsl {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #14287f;
}
.cid-sDfO7vmFsl .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-sDfO7vmFsl .img-wrap img {
  width: 100%;
}
.cid-sDfO7vmFsl .mbr-section-subtitle {
  color: #40b0bf;
}
.cid-sDfO7vmFsl .mbr-section-title {
  color: #ffffff;
}
.cid-sDfO7vmFsl .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-sDfO7vmFsl .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sDfO7vmFsl .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sDfO7vmFsl .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sDfO7vmFsl .mbr-text,
.cid-sDfO7vmFsl .mbr-section-btn {
  text-align: left;
}
.cid-sDfO7vEnnd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sDfO7vEnnd .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-sDfO7vEnnd .card-wrapper:hover .card-title {
  color: #ffb18a;
}
.cid-sDfO7vEnnd .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sDfO7vEnnd .card-title {
  transition: all 0.3s;
}
.cid-sDfO7vEnnd .mbr-iconfont {
  font-size: 5rem;
  color: #004bad;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sDfO7vEnnd .card-text {
  color: #616161;
}
.cid-sDfO7vEnnd .main-text {
  color: #777d74;
}
.cid-sDfO7vEnnd .main-sub-title,
.cid-sDfO7vEnnd .align-wrapper {
  color: #33358c;
}
.cid-sDfO7w6hnF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDfO7w6hnF .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-sDfO7w6hnF .card-wrapper:hover .card-title {
  color: #ffb18a;
}
.cid-sDfO7w6hnF .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sDfO7w6hnF .card-title {
  transition: all 0.3s;
}
.cid-sDfO7w6hnF .mbr-iconfont {
  font-size: 5rem;
  color: #004bad;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sDfO7w6hnF .card-text {
  color: #616161;
}
.cid-sDfO7w6hnF .main-text {
  color: #777d74;
}
.cid-sDfO7w6hnF .main-sub-title,
.cid-sDfO7w6hnF .align-wrapper {
  color: #33358c;
}
.cid-sDfO7ww6MW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #14287f;
}
.cid-sDfO7ww6MW .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sDfO7ww6MW .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-sDfO7ww6MW .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-sDfO7ww6MW .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-sDfO7ww6MW .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sDfO7ww6MW .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-sDfO7ww6MW .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sDfO7ww6MW .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDfO7ww6MW .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-sDfO7ww6MW .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-sDfO7ww6MW .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-sDfO7wYTja {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-sDfO7wYTja .list-group-item {
  background-color: transparent;
  padding: .5rem 2rem;
}
.cid-sDfO7wYTja .plan-body {
  padding-bottom: 2rem;
}
.cid-sDfO7wYTja .second-card {
  background: #14287f;
}
.cid-sDfO7wYTja .second-card .plan-title,
.cid-sDfO7wYTja .second-card .price,
.cid-sDfO7wYTja .second-card .price-term,
.cid-sDfO7wYTja .second-card .list-group-item {
  color: #ffffff !important;
}
.cid-sDfO7wYTja .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.cid-sDfO7wYTja .plan-header svg {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) scaleY(0.9);
  z-index: 0;
}
.cid-sDfO7wYTja .plan-header svg path,
.cid-sDfO7wYTja .plan-header svg use,
.cid-sDfO7wYTja .plan-header svg g {
  fill: #14287f !important;
}
.cid-sDfO7wYTja .plan-title,
.cid-sDfO7wYTja .plan-price {
  z-index: 2;
  position: relative;
}
.cid-sDfO7wYTja li {
  position: relative;
}
.cid-sDfO7wYTja li:before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #f8f8f8;
  font-size: 0.8rem;
}
.cid-sDfO7wYTja .plan {
  word-break: break-word;
  border: 2px solid #efefef;
  border-radius: 16px;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.cid-sDfO7wYTja .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sDfO7wYTja .plan {
    margin-bottom: 2rem;
  }
}
.cid-sDfO7wYTja UL {
  text-align: left;
  color: #000000;
}
.cid-sDfO7wYTja .price {
  color: #333333;
}
.cid-sDfO7wYTja .main-title {
  text-align: center;
}
.cid-sDfO7xmsbk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14287f;
}
.cid-sDfO7xmsbk .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-sDfO7xmsbk .panel-group {
  border: none;
}
.cid-sDfO7xmsbk .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-sDfO7xmsbk .card-header {
    padding: 1rem 0rem;
  }
}
.cid-sDfO7xmsbk .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sDfO7xmsbk .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sDfO7xmsbk .content {
  margin: 5rem auto;
}
.cid-sDfO7xmsbk .img-col {
  padding: 0;
}
.cid-sDfO7xmsbk .img-item {
  height: 100%;
}
.cid-sDfO7xmsbk img {
  height: 100%;
  object-fit: cover;
}
.cid-sDfO7xmsbk .collapsed span {
  transform: rotate(0deg);
}
.cid-sDfO7xmsbk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sDfO7xmsbk p {
  margin-bottom: 0.3rem;
}
.cid-sDfO7xmsbk .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-sDfO7xmsbk .panel-title-edit {
  color: #000000;
}
.cid-sDfO7xmsbk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-sDfO7xmsbk .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-sDfO7xmsbk .panel-title-edit,
.cid-sDfO7xmsbk .mbr-iconfont {
  color: #1b2026;
}
.cid-sDfO7xmsbk .panel-text {
  color: #777777;
}
.cid-sDfO7xmsbk H4 {
  color: #777777;
}
.cid-sDfO7xmsbk H3 {
  color: #ffffff;
  text-align: center;
}
.cid-sDfO7xGoTV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #14287f;
}
.cid-sDfO7xGoTV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDfO7xGoTV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDfO7xGoTV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDfO7xGoTV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sDfO7xGoTV .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sDfO7xGoTV .media-container-row .foot-menu li:hover {
  color: #ffb18a;
}
.cid-sDfO7xGoTV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDfO7xGoTV .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDfO7xGoTV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDfO7xGoTV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDfO7xGoTV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDfO7xGoTV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDfO7xGoTV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDfO7xGoTV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDfO7xGoTV .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sDfO7xGoTV .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sDfO7xGoTV .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sDfO7xGoTV foot-menu-item {
  color: #004bad;
}
