body {
  font-family: Jost;
}
.display-1 {
  font-family: 'MuseoModerno', display;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'MuseoModerno', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'MuseoModerno', display;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #33358c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #72dfe9 !important;
}
.bg-warning {
  background-color: #a8aaf1 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #33358c !important;
  border-color: #33358c !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #252767 !important;
  border-color: #252767 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
  color: #fafafa !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #ff6250 !important;
  border-color: #ff6250 !important;
}
.btn-info,
.btn-info:active {
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #46d5e2 !important;
  border-color: #46d5e2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #7c7fea !important;
  border-color: #7c7fea !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #fafafa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fafafa !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #33358c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #33358c !important;
  border-color: #33358c !important;
}
.btn-primary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #33358c;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #33358c;
  }
  .btn-primary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ff9083 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
}
.btn-secondary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ff9083;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #ff9083;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #72dfe9 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #72dfe9;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #72dfe9;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #40b0bf !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #40b0bf;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #40b0bf;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #a8aaf1 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #a8aaf1;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #a8aaf1;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ff9966 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ff9966;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #ff9966;
  }
  .btn-danger-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-black-outline {
  color: #333333!important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa!important;
  background-color: #333333;
  border-color: transparent;
}
.btn-white-outline {
  color: #fafafa!important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333!important;
  background-color: #fafafa;
  border-color: transparent;
}
.btn-white {
  color: #333333!important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.text-primary {
  color: #33358c !important;
}
.text-secondary {
  color: #ff9083 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #72dfe9 !important;
}
.text-warning {
  color: #a8aaf1 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #252767 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6250 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #338d99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #46d5e2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7c7fea !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff7733 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72dfe9;
}
.alert-warning {
  background-color: #a8aaf1;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #33358c;
  border-color: #33358c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #33358c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7375cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #33358c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #33358c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #33358c;
  border-bottom-color: #33358c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #33358c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff9083 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2333358c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ttKmA4SVdz {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKmA4SVdz .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKmA4SVdz .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKmA4SVdz .navbar-caption {
  font-weight: 500;
}
.cid-ttKmA4SVdz nav.navbar {
  position: fixed;
}
.cid-ttKmA4SVdz .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-ttKmA4SVdz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKmA4SVdz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKmA4SVdz .dropdown-item:hover,
.cid-ttKmA4SVdz .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKmA4SVdz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKmA4SVdz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKmA4SVdz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKmA4SVdz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKmA4SVdz .nav-link {
  position: relative;
}
.cid-ttKmA4SVdz .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKmA4SVdz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKmA4SVdz .container,
  .cid-ttKmA4SVdz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKmA4SVdz .dropdown-menu,
.cid-ttKmA4SVdz .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKmA4SVdz .nav-item:focus,
.cid-ttKmA4SVdz .nav-link:focus {
  outline: none;
}
.cid-ttKmA4SVdz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKmA4SVdz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKmA4SVdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKmA4SVdz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKmA4SVdz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKmA4SVdz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKmA4SVdz .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKmA4SVdz .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKmA4SVdz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKmA4SVdz .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKmA4SVdz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKmA4SVdz .navbar.collapsed {
  justify-content: center;
}
.cid-ttKmA4SVdz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKmA4SVdz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKmA4SVdz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKmA4SVdz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKmA4SVdz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKmA4SVdz .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-ttKmA4SVdz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKmA4SVdz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKmA4SVdz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKmA4SVdz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKmA4SVdz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKmA4SVdz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKmA4SVdz .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-ttKmA4SVdz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKmA4SVdz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKmA4SVdz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKmA4SVdz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKmA4SVdz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKmA4SVdz .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKmA4SVdz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKmA4SVdz .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKmA4SVdz .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-ttKmA4SVdz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKmA4SVdz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKmA4SVdz .dropdown-item.active,
.cid-ttKmA4SVdz .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKmA4SVdz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKmA4SVdz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKmA4SVdz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKmA4SVdz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKmA4SVdz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKmA4SVdz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKmA4SVdz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKmA4SVdz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKmA4SVdz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKmA4SVdz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKmA4SVdz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKmA4SVdz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKmA4SVdz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKmA4SVdz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKmA4SVdz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKmA4SVdz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKmA4SVdz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKmA4SVdz .navbar-dropdown {
  position: fixed;
}
.cid-ttKmA4SVdz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKmA4SVdz .navbar {
    height: 70px;
  }
  .cid-ttKmA4SVdz .navbar.opened {
    height: auto;
  }
  .cid-ttKmA4SVdz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKmA4SVdz .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKmA4SVdz .addr {
    margin: 0 auto;
  }
}
.cid-ttKmA4SVdz .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKmA4SVdz .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKoaXdLqz {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ttKoaXdLqz .mbr-text,
.cid-ttKoaXdLqz .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKoaXdLqz .btn-white {
  color: #333333!important;
}
.cid-ttKoaXdLqz .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  height: 500px;
  width: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-ttKoaXdLqz .image2 {
  position: absolute;
  left: 8%;
  bottom: 20%;
  height: 500px;
  width: auto;
  animation: rev2 5s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-ttKoaXdLqz svg {
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
}
.cid-ttKoaXdLqz svg path {
  fill: #33358c;
}
@media (max-width: 1600px) {
  .cid-ttKoaXdLqz .image1 {
    top: 5%;
    height: 280px;
  }
  .cid-ttKoaXdLqz .image2 {
    bottom: 5%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-ttKoaXdLqz svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-ttKoaXdLqz .image1 {
    height: 220px;
  }
  .cid-ttKoaXdLqz .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-ttKoaXdLqz svg {
    top: -120px;
  }
  .cid-ttKoaXdLqz .image1 {
    left: 50%;
    right: 50%;
    height: 180px;
    top: 3rem;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-ttKoaXdLqz .image2 {
    right: 50%;
    left: 50%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-ttKoaXdLqz .mbr-section-title {
  color: #ffffff;
}
.cid-ttKoaXdLqz .mbr-section-subtitle {
  color: #72dfe9;
}
.cid-s5yYwSRbOH {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-s5yYwSRbOH .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: transparent;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
  flex-direction: column;
  text-align: center;
}
.cid-s5yYwSRbOH .card-wrapper:hover {
  background: #42424c;
}
.cid-s5yYwSRbOH .card-wrapper:hover .card-title1 {
  color: #ffb5b5;
}
.cid-s5yYwSRbOH .card-wrapper:hover .card-title2 {
  color: #72dfe9;
}
.cid-s5yYwSRbOH .card-wrapper:hover .card-title3 {
  color: #a8aaf1;
}
.cid-s5yYwSRbOH .icon1 {
  color: #ffb5b5;
}
.cid-s5yYwSRbOH .icon2 {
  color: #72dfe9;
}
.cid-s5yYwSRbOH .icon3 {
  color: #a8aaf1;
}
.cid-s5yYwSRbOH .link1 {
  background: #ffb5b5;
}
.cid-s5yYwSRbOH .link2 {
  background: #72dfe9;
}
.cid-s5yYwSRbOH .link3 {
  background: #a8aaf1;
}
.cid-s5yYwSRbOH .main-sub-title {
  background: #a8aaf1;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yYwSRbOH .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
.cid-s5yYwSRbOH .img-wrapper {
  padding-bottom: 2rem;
}
.cid-s5yYwSRbOH .img-wrapper .mbr-iconfont {
  font-size: 5rem;
  margin-bottom: 2rem;
}
.cid-s5yYwSRbOH .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-s5yYwSRbOH .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s5yYwSRbOH .link-wrapper .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #ffffff;
}
.cid-s5yYwSRbOH .link-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-s5yYwSRbOH .inline-wrapper {
  display: inline-block;
}
.cid-s5yYwSRbOH .align-wrapper {
  width: 100%;
}
.cid-s5yYwSRbOH .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-s5yYwSRbOH .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yYwSRbOH .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yYwSRbOH .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yYwSRbOH .card-text {
  color: #616161;
}
.cid-s5yYwSRbOH .main-text {
  color: #bbbbbb;
}
.cid-s5yYwSRbOH .main-sub-title,
.cid-s5yYwSRbOH .align-wrapper {
  color: #ffffff;
}
.cid-s5yYwSRbOH .card-text,
.cid-s5yYwSRbOH .link-align-wrapper {
  color: #bbbbbb;
}
.cid-s5yYwSRbOH .link {
  color: #ffffff;
}
.cid-s5yYwSRbOH .main-title {
  color: #ffffff;
}
.cid-ttKoRqSYHo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-ttKoRqSYHo .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: transparent;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
  flex-direction: column;
  text-align: center;
}
.cid-ttKoRqSYHo .card-wrapper:hover {
  background: #42424c;
}
.cid-ttKoRqSYHo .card-wrapper:hover .card-title1 {
  color: #ffb5b5;
}
.cid-ttKoRqSYHo .card-wrapper:hover .card-title2 {
  color: #72dfe9;
}
.cid-ttKoRqSYHo .card-wrapper:hover .card-title3 {
  color: #a8aaf1;
}
.cid-ttKoRqSYHo .icon1 {
  color: #ffb5b5;
}
.cid-ttKoRqSYHo .icon2 {
  color: #72dfe9;
}
.cid-ttKoRqSYHo .icon3 {
  color: #a8aaf1;
}
.cid-ttKoRqSYHo .link1 {
  background: #ffb5b5;
}
.cid-ttKoRqSYHo .link2 {
  background: #72dfe9;
}
.cid-ttKoRqSYHo .link3 {
  background: #a8aaf1;
}
.cid-ttKoRqSYHo .main-sub-title {
  background: #a8aaf1;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ttKoRqSYHo .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
.cid-ttKoRqSYHo .img-wrapper {
  padding-bottom: 2rem;
}
.cid-ttKoRqSYHo .img-wrapper .mbr-iconfont {
  font-size: 5rem;
  margin-bottom: 2rem;
}
.cid-ttKoRqSYHo .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-ttKoRqSYHo .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ttKoRqSYHo .link-wrapper .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #ffffff;
}
.cid-ttKoRqSYHo .link-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-ttKoRqSYHo .inline-wrapper {
  display: inline-block;
}
.cid-ttKoRqSYHo .align-wrapper {
  width: 100%;
}
.cid-ttKoRqSYHo .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-ttKoRqSYHo .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKoRqSYHo .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKoRqSYHo .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKoRqSYHo .card-text {
  color: #616161;
}
.cid-ttKoRqSYHo .main-text {
  color: #bbbbbb;
}
.cid-ttKoRqSYHo .main-sub-title,
.cid-ttKoRqSYHo .align-wrapper {
  color: #ffffff;
}
.cid-ttKoRqSYHo .card-text,
.cid-ttKoRqSYHo .link-align-wrapper {
  color: #bbbbbb;
}
.cid-ttKoRqSYHo .link {
  color: #ffffff;
}
.cid-ttKoRqSYHo .main-title {
  color: #ffffff;
}
.cid-ttKwy8zYBR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKwy8zYBR .card-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-ttKwy8zYBR .mbr-section-btn {
  margin-top: 43px;
}
.cid-ttKwy8zYBR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ttKwy8zYBR .card-wrapper {
    margin-top: 60px;
  }
}
.cid-ttKwy8zYBR .mbr-text,
.cid-ttKwy8zYBR .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKxoGjqHu {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-ttKxoGjqHu .card {
  width: 100%;
}
.cid-ttKxoGjqHu .card .add__block {
  display: none;
}
.cid-ttKxoGjqHu .add__block {
  margin-top: 35px;
}
.cid-ttKxoGjqHu .add__block .add__block_image {
  width: 170px;
}
.cid-ttKxoGjqHu .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-ttKxoGjqHu .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-ttKxoGjqHu .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-ttKxoGjqHu .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-ttKxoGjqHu .row {
  margin: 0;
}
.cid-ttKxoGjqHu .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKxoGjqHu .step-container {
  margin-top: 25px;
}
.cid-ttKxoGjqHu .padding__bot {
  padding-bottom: 50px;
}
.cid-ttKxoGjqHu .step-text-content {
  padding-top: 10px;
}
.cid-ttKxoGjqHu .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.cid-ttKxoGjqHu .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-ttKxoGjqHu .mbr-section-btn {
  margin-top: 20px;
}
.cid-ttKxoGjqHu .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-ttKxoGjqHu .step {
  display: flex;
  width: 44px;
  height: 44px;
  font-size: calc((22px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-ttKxoGjqHu .add__block {
    display: flex;
  }
  .cid-ttKxoGjqHu .step-element {
    display: flex;
  }
  .cid-ttKxoGjqHu .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((22 * 2px) + 70px);
  }
  .cid-ttKxoGjqHu .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-ttKxoGjqHu .separline {
    position: relative;
  }
  .cid-ttKxoGjqHu .separline:after {
    top: 44px;
    left: 20px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (22px) * 2);
    background-color: #ffffff;
  }
  .cid-ttKxoGjqHu .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-ttKxoGjqHu .add__block_title {
    margin-top: 30px;
  }
  .cid-ttKxoGjqHu .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-ttKxoGjqHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKxoGjqHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKyLtNhU7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33358c;
}
.cid-ttKyLtNhU7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #33358c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-ttKyLtNhU7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ttKyLtNhU7 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-ttKyLtNhU7 .main-title {
  color: #404040;
}
.cid-ttKyLtNhU7 .mbr-text {
  color: #606060;
}
.cid-ttKyLtNhU7 .count {
  text-align: center;
  margin-bottom: 12px;
  color: #404040;
}
.cid-ttKyLtNhU7 .count.display-1 {
  font-size: 46px;
  line-height: 1;
}
.cid-ttKyLtNhU7 .mbr-content-title {
  color: #606060;
}
.cid-ttKyLtNhU7 .card {
  word-wrap: break-word;
}
.cid-ttKyLtNhU7 .card .mbr-iconfont {
  font-size: 5rem;
  color: #33358c;
}
.cid-ttKyLtNhU7 .count,
.cid-ttKyLtNhU7 .card-img {
  color: #ffffff;
}
.cid-ttKyLtNhU7 .card .panel-item .card-text .mbr-content-title {
  color: #ffffff;
}
.cid-ttKCdRM9XV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-ttKCdRM9XV img {
  width: 150px;
  margin: auto;
}
.cid-ttKCdRM9XV .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKCdRM9XV .card {
    max-width: 16.6%;
  }
}
.cid-ttKCdRM9XV .mbr-section-title {
  color: #ffffff;
}
.cid-s5yYCuVnr9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #33358c;
}
.cid-s5yYCuVnr9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s5yYCuVnr9 .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-s5yYCuVnr9 .btn:before {
  content: none;
}
.cid-s5yYCuVnr9 .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-s5yYCuVnr9 .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-s5yYCuVnr9 .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-s5yYCuVnr9 .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-s5yYCuVnr9 .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-s5yYCuVnr9 .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-s5yYCuVnr9 h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-s5yYCuVnr9 .form-control,
.cid-s5yYCuVnr9 .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-s5yYCuVnr9 textarea {
  min-height: 200px;
}
.cid-s5yYCuVnr9 .form-control,
.cid-s5yYCuVnr9 .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5yYCuVnr9 .form-control::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .form-control::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-s5yYCuVnr9 .form-control:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:-moz-placeholder,
.cid-s5yYCuVnr9 .form-control:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-s5yYCuVnr9 .form-control:hover,
.cid-s5yYCuVnr9 .field-input:hover,
.cid-s5yYCuVnr9 .form-control:focus,
.cid-s5yYCuVnr9 .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s5yYCuVnr9 .form-control:hover::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input:hover::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .form-control:focus::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input:focus::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .form-control:hover::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input:hover::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .form-control:focus::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-s5yYCuVnr9 .form-control:hover:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:hover:-moz-placeholder,
.cid-s5yYCuVnr9 .form-control:focus:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:focus:-moz-placeholder,
.cid-s5yYCuVnr9 .form-control:hover:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:hover:-moz-placeholder,
.cid-s5yYCuVnr9 .form-control:focus:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-s5yYCuVnr9 .jq-number__spin:hover,
.cid-s5yYCuVnr9 .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5yYCuVnr9 .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5yYCuVnr9 .jq-selectbox li,
.cid-s5yYCuVnr9 .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-s5yYCuVnr9 .jq-selectbox li:hover,
.cid-s5yYCuVnr9 .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-s5yYCuVnr9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s5yYCuVnr9 .jq-number__spin.minus:hover:after,
.cid-s5yYCuVnr9 .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-s5yYCuVnr9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s5yYCuVnr9 .jq-number__spin.minus:after,
.cid-s5yYCuVnr9 .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-s5yYCuVnr9 input::-webkit-clear-button {
  display: none;
}
.cid-s5yYCuVnr9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-s5yYCuVnr9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-s5yYCuVnr9 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-s5yYCuVnr9 .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-s5yYCuVnr9 H4 {
  color: #ffffff;
}
.cid-s5yYzYeNiJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-s5yYzYeNiJ .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-s5yYzYeNiJ img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-s5yYzYeNiJ .icon1 {
  background: #a8aaf1;
}
.cid-s5yYzYeNiJ .icon2 {
  background: #ff9083;
}
.cid-s5yYzYeNiJ .icon3 {
  background: #72dfe9;
}
.cid-s5yYzYeNiJ .card-box {
  padding-left: 1rem;
}
.cid-s5yYzYeNiJ .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yYzYeNiJ .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yYzYeNiJ .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yYzYeNiJ .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yYzYeNiJ .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yYzYeNiJ .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-s5yYzYeNiJ .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-s5yYzYeNiJ .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-s5yYzYeNiJ .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-s5yYzYeNiJ .card-text {
  color: #ffffff;
}
.cid-s5yYzYeNiJ .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKENioyjR {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKENioyjR .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKENioyjR .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKENioyjR .navbar-caption {
  font-weight: 500;
}
.cid-ttKENioyjR nav.navbar {
  position: fixed;
}
.cid-ttKENioyjR .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-ttKENioyjR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKENioyjR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKENioyjR .dropdown-item:hover,
.cid-ttKENioyjR .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKENioyjR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKENioyjR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKENioyjR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKENioyjR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKENioyjR .nav-link {
  position: relative;
}
.cid-ttKENioyjR .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKENioyjR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKENioyjR .container,
  .cid-ttKENioyjR .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKENioyjR .dropdown-menu,
.cid-ttKENioyjR .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKENioyjR .nav-item:focus,
.cid-ttKENioyjR .nav-link:focus {
  outline: none;
}
.cid-ttKENioyjR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKENioyjR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKENioyjR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKENioyjR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKENioyjR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKENioyjR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKENioyjR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKENioyjR .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKENioyjR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKENioyjR .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKENioyjR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKENioyjR .navbar.collapsed {
  justify-content: center;
}
.cid-ttKENioyjR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKENioyjR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKENioyjR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKENioyjR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKENioyjR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKENioyjR .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-ttKENioyjR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKENioyjR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKENioyjR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKENioyjR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKENioyjR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKENioyjR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKENioyjR .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-ttKENioyjR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKENioyjR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKENioyjR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKENioyjR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKENioyjR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKENioyjR .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKENioyjR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKENioyjR .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKENioyjR .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-ttKENioyjR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKENioyjR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKENioyjR .dropdown-item.active,
.cid-ttKENioyjR .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKENioyjR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKENioyjR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKENioyjR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKENioyjR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKENioyjR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKENioyjR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKENioyjR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKENioyjR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKENioyjR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKENioyjR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKENioyjR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKENioyjR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKENioyjR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKENioyjR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKENioyjR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKENioyjR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKENioyjR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKENioyjR .navbar-dropdown {
  position: fixed;
}
.cid-ttKENioyjR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKENioyjR .navbar {
    height: 70px;
  }
  .cid-ttKENioyjR .navbar.opened {
    height: auto;
  }
  .cid-ttKENioyjR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKENioyjR .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKENioyjR .addr {
    margin: 0 auto;
  }
}
.cid-ttKENioyjR .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKENioyjR .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKFi6BJuD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKFi6BJuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKFi6BJuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKFi6BJuD .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKFi6BJuD .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKFi6BJuD .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKFi6BJuD .mbr-section-title {
  color: #ffffff;
}
.cid-ttKFi6BJuD .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKFi6BJuD .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKFi6BJuD .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKFi6BJuD .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKFi6BJuD .item-right {
    padding-top: 0;
  }
}
.cid-ttKFi6BJuD .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKFi6BJuD .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKFi6BJuD .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKFi6BJuD .mbr-text,
.cid-ttKFi6BJuD .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKGDkLDN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKGDkLDN9 .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKGDkLDN9 .row {
  justify-content: center;
}
.cid-ttKGDkLDN9 a {
  font-weight: 400 !important;
}
.cid-ttKGDkLDN9 .card-heading {
  color: #ffffff;
}
.cid-ttKGIZlzWB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKGIZlzWB .img-container {
  position: relative;
}
.cid-ttKGIZlzWB .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKGIZlzWB .image-wrapper img {
  width: 100%;
  height: 30vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKGIZlzWB .image-wrapper img {
    height: auto;
  }
}
.cid-ttKGIZlzWB .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKGIZlzWB .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKGIZlzWB .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKHdLHbCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKHdLHbCA .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKHdLHbCA .row {
  justify-content: center;
}
.cid-ttKHdLHbCA a {
  font-weight: 400 !important;
}
.cid-ttKHdLHbCA .card-heading {
  color: #ffffff;
}
.cid-ttKIld2aGu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKIld2aGu img {
  width: 150px;
  margin: auto;
}
.cid-ttKIld2aGu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKIld2aGu .card {
    max-width: 16.6%;
  }
}
.cid-ttKIld2aGu .mbr-section-title {
  color: #ffffff;
}
.cid-ttKENAQpzK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKENAQpzK .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKENAQpzK img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKENAQpzK .icon1 {
  background: #a8aaf1;
}
.cid-ttKENAQpzK .icon2 {
  background: #ff9083;
}
.cid-ttKENAQpzK .icon3 {
  background: #72dfe9;
}
.cid-ttKENAQpzK .card-box {
  padding-left: 1rem;
}
.cid-ttKENAQpzK .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKENAQpzK .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKENAQpzK .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKENAQpzK .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKENAQpzK .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKENAQpzK .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKENAQpzK .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKENAQpzK .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKENAQpzK .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKENAQpzK .card-text {
  color: #ffffff;
}
.cid-ttKENAQpzK .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKI4H4nBa {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKI4H4nBa .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKI4H4nBa .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKI4H4nBa .navbar-caption {
  font-weight: 500;
}
.cid-ttKI4H4nBa nav.navbar {
  position: fixed;
}
.cid-ttKI4H4nBa .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-ttKI4H4nBa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKI4H4nBa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKI4H4nBa .dropdown-item:hover,
.cid-ttKI4H4nBa .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKI4H4nBa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKI4H4nBa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKI4H4nBa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKI4H4nBa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKI4H4nBa .nav-link {
  position: relative;
}
.cid-ttKI4H4nBa .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKI4H4nBa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKI4H4nBa .container,
  .cid-ttKI4H4nBa .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKI4H4nBa .dropdown-menu,
.cid-ttKI4H4nBa .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKI4H4nBa .nav-item:focus,
.cid-ttKI4H4nBa .nav-link:focus {
  outline: none;
}
.cid-ttKI4H4nBa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKI4H4nBa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKI4H4nBa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKI4H4nBa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKI4H4nBa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKI4H4nBa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKI4H4nBa .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKI4H4nBa .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKI4H4nBa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKI4H4nBa .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKI4H4nBa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKI4H4nBa .navbar.collapsed {
  justify-content: center;
}
.cid-ttKI4H4nBa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKI4H4nBa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKI4H4nBa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKI4H4nBa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKI4H4nBa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKI4H4nBa .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-ttKI4H4nBa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKI4H4nBa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKI4H4nBa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKI4H4nBa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKI4H4nBa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKI4H4nBa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKI4H4nBa .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-ttKI4H4nBa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKI4H4nBa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKI4H4nBa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKI4H4nBa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKI4H4nBa .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKI4H4nBa .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKI4H4nBa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKI4H4nBa .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKI4H4nBa .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-ttKI4H4nBa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKI4H4nBa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKI4H4nBa .dropdown-item.active,
.cid-ttKI4H4nBa .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKI4H4nBa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKI4H4nBa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKI4H4nBa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKI4H4nBa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKI4H4nBa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKI4H4nBa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKI4H4nBa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKI4H4nBa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKI4H4nBa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKI4H4nBa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKI4H4nBa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKI4H4nBa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKI4H4nBa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKI4H4nBa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKI4H4nBa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKI4H4nBa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKI4H4nBa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKI4H4nBa .navbar-dropdown {
  position: fixed;
}
.cid-ttKI4H4nBa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKI4H4nBa .navbar {
    height: 70px;
  }
  .cid-ttKI4H4nBa .navbar.opened {
    height: auto;
  }
  .cid-ttKI4H4nBa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKI4H4nBa .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKI4H4nBa .addr {
    margin: 0 auto;
  }
}
.cid-ttKI4H4nBa .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKI4H4nBa .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKI4ITIVp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKI4ITIVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKI4ITIVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKI4ITIVp .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKI4ITIVp .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKI4ITIVp .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKI4ITIVp .mbr-section-title {
  color: #ffffff;
}
.cid-ttKI4ITIVp .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKI4ITIVp .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKI4ITIVp .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKI4ITIVp .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKI4ITIVp .item-right {
    padding-top: 0;
  }
}
.cid-ttKI4ITIVp .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKI4ITIVp .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKI4ITIVp .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKI4ITIVp .mbr-text,
.cid-ttKI4ITIVp .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKI4Ku1qD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKI4Ku1qD .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKI4Ku1qD .row {
  justify-content: center;
}
.cid-ttKI4Ku1qD a {
  font-weight: 400 !important;
}
.cid-ttKI4Ku1qD .card-heading {
  color: #ffffff;
}
.cid-ttKI4LIP55 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKI4LIP55 .img-container {
  position: relative;
}
.cid-ttKI4LIP55 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKI4LIP55 .image-wrapper img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKI4LIP55 .image-wrapper img {
    height: auto;
  }
}
.cid-ttKI4LIP55 .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKI4LIP55 .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKI4LIP55 .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKI4MJtPj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #33358c;
}
.cid-ttKI4MJtPj .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKI4MJtPj .row {
  justify-content: center;
}
.cid-ttKI4MJtPj a {
  font-weight: 400 !important;
}
.cid-ttKI4MJtPj .card-heading {
  color: #ffffff;
}
.cid-ttKJg6Yupc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKJg6Yupc .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKJg6Yupc .row {
  justify-content: center;
}
.cid-ttKJg6Yupc a {
  font-weight: 400 !important;
}
.cid-ttKJg6Yupc .card-heading {
  color: #ffffff;
}
.cid-ttKK4Hw2D2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKK4Hw2D2 img {
  width: 150px;
  margin: auto;
}
.cid-ttKK4Hw2D2 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKK4Hw2D2 .card {
    max-width: 16.6%;
  }
}
.cid-ttKK4Hw2D2 .mbr-section-title {
  color: #ffffff;
}
.cid-ttKI4NTMwm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKI4NTMwm .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKI4NTMwm img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKI4NTMwm .icon1 {
  background: #a8aaf1;
}
.cid-ttKI4NTMwm .icon2 {
  background: #ff9083;
}
.cid-ttKI4NTMwm .icon3 {
  background: #72dfe9;
}
.cid-ttKI4NTMwm .card-box {
  padding-left: 1rem;
}
.cid-ttKI4NTMwm .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKI4NTMwm .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKI4NTMwm .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKI4NTMwm .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKI4NTMwm .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKI4NTMwm .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKI4NTMwm .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKI4NTMwm .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKI4NTMwm .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKI4NTMwm .card-text {
  color: #ffffff;
}
.cid-ttKI4NTMwm .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKKc4WWEu {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKKc4WWEu .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKKc4WWEu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKKc4WWEu .navbar-caption {
  font-weight: 500;
}
.cid-ttKKc4WWEu nav.navbar {
  position: fixed;
}
.cid-ttKKc4WWEu .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-ttKKc4WWEu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKKc4WWEu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKKc4WWEu .dropdown-item:hover,
.cid-ttKKc4WWEu .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKKc4WWEu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKKc4WWEu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKKc4WWEu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKKc4WWEu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKKc4WWEu .nav-link {
  position: relative;
}
.cid-ttKKc4WWEu .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKKc4WWEu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKKc4WWEu .container,
  .cid-ttKKc4WWEu .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKKc4WWEu .dropdown-menu,
.cid-ttKKc4WWEu .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKKc4WWEu .nav-item:focus,
.cid-ttKKc4WWEu .nav-link:focus {
  outline: none;
}
.cid-ttKKc4WWEu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKKc4WWEu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKKc4WWEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKKc4WWEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKKc4WWEu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKKc4WWEu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKKc4WWEu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKKc4WWEu .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKKc4WWEu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKKc4WWEu .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKKc4WWEu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKKc4WWEu .navbar.collapsed {
  justify-content: center;
}
.cid-ttKKc4WWEu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKKc4WWEu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKKc4WWEu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKKc4WWEu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKKc4WWEu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKKc4WWEu .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-ttKKc4WWEu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKKc4WWEu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKKc4WWEu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKKc4WWEu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKKc4WWEu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKKc4WWEu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKKc4WWEu .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-ttKKc4WWEu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKKc4WWEu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKKc4WWEu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKKc4WWEu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKKc4WWEu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKKc4WWEu .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKKc4WWEu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKKc4WWEu .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKKc4WWEu .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-ttKKc4WWEu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKKc4WWEu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKKc4WWEu .dropdown-item.active,
.cid-ttKKc4WWEu .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKKc4WWEu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKKc4WWEu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKKc4WWEu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKKc4WWEu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKKc4WWEu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKKc4WWEu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKKc4WWEu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKKc4WWEu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKKc4WWEu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKKc4WWEu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKKc4WWEu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKKc4WWEu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKKc4WWEu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKKc4WWEu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKKc4WWEu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKKc4WWEu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKKc4WWEu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKKc4WWEu .navbar-dropdown {
  position: fixed;
}
.cid-ttKKc4WWEu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKKc4WWEu .navbar {
    height: 70px;
  }
  .cid-ttKKc4WWEu .navbar.opened {
    height: auto;
  }
  .cid-ttKKc4WWEu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKKc4WWEu .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKKc4WWEu .addr {
    margin: 0 auto;
  }
}
.cid-ttKKc4WWEu .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKKc4WWEu .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKKc6jwI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKKc6jwI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKKc6jwI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKKc6jwI1 .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKKc6jwI1 .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKKc6jwI1 .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKKc6jwI1 .mbr-section-title {
  color: #ffffff;
}
.cid-ttKKc6jwI1 .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKKc6jwI1 .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKKc6jwI1 .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKKc6jwI1 .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKKc6jwI1 .item-right {
    padding-top: 0;
  }
}
.cid-ttKKc6jwI1 .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKKc6jwI1 .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKKc6jwI1 .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKKc6jwI1 .mbr-text,
.cid-ttKKc6jwI1 .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKKc7ACvu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKKc7ACvu .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKKc7ACvu .row {
  justify-content: center;
}
.cid-ttKKc7ACvu a {
  font-weight: 400 !important;
}
.cid-ttKKc7ACvu .card-heading {
  color: #ffffff;
}
.cid-ttKKc8EijF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKKc8EijF .img-container {
  position: relative;
}
.cid-ttKKc8EijF .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKKc8EijF .image-wrapper img {
  width: 100%;
  height: 38vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKKc8EijF .image-wrapper img {
    height: auto;
  }
}
.cid-ttKKc8EijF .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKKc8EijF .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKKc8EijF .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKKc9IVLM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #33358c;
}
.cid-ttKKc9IVLM .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKKc9IVLM .row {
  justify-content: center;
}
.cid-ttKKc9IVLM a {
  font-weight: 400 !important;
}
.cid-ttKKc9IVLM .card-heading {
  color: #ffffff;
}
.cid-ttKKcbZtLu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKKcbZtLu img {
  width: 150px;
  margin: auto;
}
.cid-ttKKcbZtLu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKKcbZtLu .card {
    max-width: 16.6%;
  }
}
.cid-ttKKcbZtLu .mbr-section-title {
  color: #ffffff;
}
.cid-ttKKcdzga8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKKcdzga8 .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKKcdzga8 img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKKcdzga8 .icon1 {
  background: #a8aaf1;
}
.cid-ttKKcdzga8 .icon2 {
  background: #ff9083;
}
.cid-ttKKcdzga8 .icon3 {
  background: #72dfe9;
}
.cid-ttKKcdzga8 .card-box {
  padding-left: 1rem;
}
.cid-ttKKcdzga8 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKKcdzga8 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKKcdzga8 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKKcdzga8 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKKcdzga8 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKKcdzga8 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKKcdzga8 .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKKcdzga8 .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKKcdzga8 .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKKcdzga8 .card-text {
  color: #ffffff;
}
.cid-ttKKcdzga8 .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKLaEmTbN {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKLaEmTbN .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKLaEmTbN .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKLaEmTbN .navbar-caption {
  font-weight: 500;
}
.cid-ttKLaEmTbN nav.navbar {
  position: fixed;
}
.cid-ttKLaEmTbN .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-ttKLaEmTbN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKLaEmTbN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKLaEmTbN .dropdown-item:hover,
.cid-ttKLaEmTbN .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKLaEmTbN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKLaEmTbN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKLaEmTbN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKLaEmTbN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKLaEmTbN .nav-link {
  position: relative;
}
.cid-ttKLaEmTbN .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKLaEmTbN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKLaEmTbN .container,
  .cid-ttKLaEmTbN .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKLaEmTbN .dropdown-menu,
.cid-ttKLaEmTbN .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKLaEmTbN .nav-item:focus,
.cid-ttKLaEmTbN .nav-link:focus {
  outline: none;
}
.cid-ttKLaEmTbN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKLaEmTbN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKLaEmTbN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKLaEmTbN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKLaEmTbN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKLaEmTbN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKLaEmTbN .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKLaEmTbN .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKLaEmTbN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKLaEmTbN .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKLaEmTbN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKLaEmTbN .navbar.collapsed {
  justify-content: center;
}
.cid-ttKLaEmTbN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKLaEmTbN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKLaEmTbN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKLaEmTbN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKLaEmTbN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKLaEmTbN .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-ttKLaEmTbN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKLaEmTbN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKLaEmTbN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKLaEmTbN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKLaEmTbN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKLaEmTbN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKLaEmTbN .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-ttKLaEmTbN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKLaEmTbN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKLaEmTbN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKLaEmTbN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKLaEmTbN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKLaEmTbN .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKLaEmTbN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKLaEmTbN .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKLaEmTbN .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-ttKLaEmTbN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKLaEmTbN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKLaEmTbN .dropdown-item.active,
.cid-ttKLaEmTbN .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKLaEmTbN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKLaEmTbN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKLaEmTbN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKLaEmTbN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKLaEmTbN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKLaEmTbN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKLaEmTbN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKLaEmTbN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKLaEmTbN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKLaEmTbN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKLaEmTbN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKLaEmTbN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKLaEmTbN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKLaEmTbN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKLaEmTbN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKLaEmTbN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKLaEmTbN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKLaEmTbN .navbar-dropdown {
  position: fixed;
}
.cid-ttKLaEmTbN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKLaEmTbN .navbar {
    height: 70px;
  }
  .cid-ttKLaEmTbN .navbar.opened {
    height: auto;
  }
  .cid-ttKLaEmTbN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKLaEmTbN .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKLaEmTbN .addr {
    margin: 0 auto;
  }
}
.cid-ttKLaEmTbN .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKLaEmTbN .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKLaGv5KZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKLaGv5KZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKLaGv5KZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKLaGv5KZ .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKLaGv5KZ .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKLaGv5KZ .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKLaGv5KZ .mbr-section-title {
  color: #ffffff;
}
.cid-ttKLaGv5KZ .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKLaGv5KZ .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKLaGv5KZ .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKLaGv5KZ .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKLaGv5KZ .item-right {
    padding-top: 0;
  }
}
.cid-ttKLaGv5KZ .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKLaGv5KZ .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKLaGv5KZ .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKLaGv5KZ .mbr-text,
.cid-ttKLaGv5KZ .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKLaI0UR1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKLaI0UR1 .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKLaI0UR1 .row {
  justify-content: center;
}
.cid-ttKLaI0UR1 a {
  font-weight: 400 !important;
}
.cid-ttKLaI0UR1 .card-heading {
  color: #ffffff;
}
.cid-ttKLaJkZaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKLaJkZaY .img-container {
  position: relative;
}
.cid-ttKLaJkZaY .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKLaJkZaY .image-wrapper img {
  width: 100%;
  height: 38vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKLaJkZaY .image-wrapper img {
    height: auto;
  }
}
.cid-ttKLaJkZaY .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKLaJkZaY .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKLaJkZaY .mbr-text {
  padding-top: 10px;
  color: #ffffff;
  text-align: left;
}
.cid-ttKLaKsCPS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #33358c;
}
.cid-ttKLaKsCPS .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKLaKsCPS .row {
  justify-content: center;
}
.cid-ttKLaKsCPS a {
  font-weight: 400 !important;
}
.cid-ttKLaKsCPS .card-heading {
  color: #ffffff;
}
.cid-ttKLaLHPtp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKLaLHPtp img {
  width: 150px;
  margin: auto;
}
.cid-ttKLaLHPtp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKLaLHPtp .card {
    max-width: 16.6%;
  }
}
.cid-ttKLaLHPtp .mbr-section-title {
  color: #ffffff;
}
.cid-ttKLaMSacu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKLaMSacu .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKLaMSacu img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKLaMSacu .icon1 {
  background: #a8aaf1;
}
.cid-ttKLaMSacu .icon2 {
  background: #ff9083;
}
.cid-ttKLaMSacu .icon3 {
  background: #72dfe9;
}
.cid-ttKLaMSacu .card-box {
  padding-left: 1rem;
}
.cid-ttKLaMSacu .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKLaMSacu .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKLaMSacu .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKLaMSacu .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKLaMSacu .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKLaMSacu .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKLaMSacu .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKLaMSacu .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKLaMSacu .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKLaMSacu .card-text {
  color: #ffffff;
}
.cid-ttKLaMSacu .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKMmcZVHU {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKMmcZVHU .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKMmcZVHU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKMmcZVHU .navbar-caption {
  font-weight: 500;
}
.cid-ttKMmcZVHU nav.navbar {
  position: fixed;
}
.cid-ttKMmcZVHU .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-ttKMmcZVHU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKMmcZVHU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKMmcZVHU .dropdown-item:hover,
.cid-ttKMmcZVHU .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKMmcZVHU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKMmcZVHU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKMmcZVHU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKMmcZVHU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKMmcZVHU .nav-link {
  position: relative;
}
.cid-ttKMmcZVHU .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKMmcZVHU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKMmcZVHU .container,
  .cid-ttKMmcZVHU .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKMmcZVHU .dropdown-menu,
.cid-ttKMmcZVHU .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKMmcZVHU .nav-item:focus,
.cid-ttKMmcZVHU .nav-link:focus {
  outline: none;
}
.cid-ttKMmcZVHU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKMmcZVHU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKMmcZVHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKMmcZVHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKMmcZVHU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKMmcZVHU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKMmcZVHU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKMmcZVHU .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKMmcZVHU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKMmcZVHU .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKMmcZVHU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKMmcZVHU .navbar.collapsed {
  justify-content: center;
}
.cid-ttKMmcZVHU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKMmcZVHU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKMmcZVHU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKMmcZVHU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKMmcZVHU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKMmcZVHU .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-ttKMmcZVHU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKMmcZVHU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKMmcZVHU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKMmcZVHU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKMmcZVHU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKMmcZVHU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKMmcZVHU .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-ttKMmcZVHU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKMmcZVHU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKMmcZVHU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKMmcZVHU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKMmcZVHU .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKMmcZVHU .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKMmcZVHU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKMmcZVHU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKMmcZVHU .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-ttKMmcZVHU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKMmcZVHU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKMmcZVHU .dropdown-item.active,
.cid-ttKMmcZVHU .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKMmcZVHU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKMmcZVHU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKMmcZVHU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKMmcZVHU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKMmcZVHU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKMmcZVHU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKMmcZVHU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKMmcZVHU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKMmcZVHU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKMmcZVHU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKMmcZVHU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKMmcZVHU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKMmcZVHU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKMmcZVHU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKMmcZVHU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKMmcZVHU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKMmcZVHU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKMmcZVHU .navbar-dropdown {
  position: fixed;
}
.cid-ttKMmcZVHU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKMmcZVHU .navbar {
    height: 70px;
  }
  .cid-ttKMmcZVHU .navbar.opened {
    height: auto;
  }
  .cid-ttKMmcZVHU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKMmcZVHU .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKMmcZVHU .addr {
    margin: 0 auto;
  }
}
.cid-ttKMmcZVHU .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKMmcZVHU .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKMmezGTY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKMmezGTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKMmezGTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKMmezGTY .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKMmezGTY .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKMmezGTY .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKMmezGTY .mbr-section-title {
  color: #ffffff;
}
.cid-ttKMmezGTY .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKMmezGTY .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKMmezGTY .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKMmezGTY .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKMmezGTY .item-right {
    padding-top: 0;
  }
}
.cid-ttKMmezGTY .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKMmezGTY .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKMmezGTY .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKMmezGTY .mbr-text,
.cid-ttKMmezGTY .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKMmg7Kd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKMmg7Kd2 .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKMmg7Kd2 .row {
  justify-content: center;
}
.cid-ttKMmg7Kd2 a {
  font-weight: 400 !important;
}
.cid-ttKMmg7Kd2 .card-heading {
  color: #ffffff;
}
.cid-ttKMmhgHU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKMmhgHU9 .img-container {
  position: relative;
}
.cid-ttKMmhgHU9 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKMmhgHU9 .image-wrapper img {
  width: 100%;
  height: 42vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKMmhgHU9 .image-wrapper img {
    height: auto;
  }
}
.cid-ttKMmhgHU9 .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKMmhgHU9 .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKMmhgHU9 .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKMmig8fx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKMmig8fx .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKMmig8fx .row {
  justify-content: center;
}
.cid-ttKMmig8fx a {
  font-weight: 400 !important;
}
.cid-ttKMmig8fx .card-heading {
  color: #ffffff;
}
.cid-ttKMmjdm7n {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKMmjdm7n img {
  width: 150px;
  margin: auto;
}
.cid-ttKMmjdm7n .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKMmjdm7n .card {
    max-width: 16.6%;
  }
}
.cid-ttKMmjdm7n .mbr-section-title {
  color: #ffffff;
}
.cid-ttKMmknTA5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKMmknTA5 .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKMmknTA5 img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKMmknTA5 .icon1 {
  background: #a8aaf1;
}
.cid-ttKMmknTA5 .icon2 {
  background: #ff9083;
}
.cid-ttKMmknTA5 .icon3 {
  background: #72dfe9;
}
.cid-ttKMmknTA5 .card-box {
  padding-left: 1rem;
}
.cid-ttKMmknTA5 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKMmknTA5 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKMmknTA5 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKMmknTA5 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKMmknTA5 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKMmknTA5 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKMmknTA5 .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKMmknTA5 .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKMmknTA5 .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKMmknTA5 .card-text {
  color: #ffffff;
}
.cid-ttKMmknTA5 .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKNnQjj8C {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKNnQjj8C .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKNnQjj8C .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKNnQjj8C .navbar-caption {
  font-weight: 500;
}
.cid-ttKNnQjj8C nav.navbar {
  position: fixed;
}
.cid-ttKNnQjj8C .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-ttKNnQjj8C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKNnQjj8C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKNnQjj8C .dropdown-item:hover,
.cid-ttKNnQjj8C .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKNnQjj8C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKNnQjj8C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKNnQjj8C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKNnQjj8C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKNnQjj8C .nav-link {
  position: relative;
}
.cid-ttKNnQjj8C .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKNnQjj8C .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKNnQjj8C .container,
  .cid-ttKNnQjj8C .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKNnQjj8C .dropdown-menu,
.cid-ttKNnQjj8C .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKNnQjj8C .nav-item:focus,
.cid-ttKNnQjj8C .nav-link:focus {
  outline: none;
}
.cid-ttKNnQjj8C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKNnQjj8C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKNnQjj8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKNnQjj8C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKNnQjj8C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKNnQjj8C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKNnQjj8C .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKNnQjj8C .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKNnQjj8C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKNnQjj8C .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKNnQjj8C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKNnQjj8C .navbar.collapsed {
  justify-content: center;
}
.cid-ttKNnQjj8C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKNnQjj8C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKNnQjj8C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKNnQjj8C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKNnQjj8C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKNnQjj8C .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-ttKNnQjj8C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKNnQjj8C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKNnQjj8C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKNnQjj8C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKNnQjj8C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKNnQjj8C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKNnQjj8C .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-ttKNnQjj8C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKNnQjj8C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKNnQjj8C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKNnQjj8C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKNnQjj8C .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKNnQjj8C .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKNnQjj8C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKNnQjj8C .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKNnQjj8C .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-ttKNnQjj8C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKNnQjj8C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKNnQjj8C .dropdown-item.active,
.cid-ttKNnQjj8C .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKNnQjj8C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKNnQjj8C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKNnQjj8C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKNnQjj8C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKNnQjj8C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKNnQjj8C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKNnQjj8C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKNnQjj8C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKNnQjj8C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKNnQjj8C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKNnQjj8C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKNnQjj8C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKNnQjj8C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKNnQjj8C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKNnQjj8C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKNnQjj8C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKNnQjj8C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKNnQjj8C .navbar-dropdown {
  position: fixed;
}
.cid-ttKNnQjj8C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKNnQjj8C .navbar {
    height: 70px;
  }
  .cid-ttKNnQjj8C .navbar.opened {
    height: auto;
  }
  .cid-ttKNnQjj8C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKNnQjj8C .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKNnQjj8C .addr {
    margin: 0 auto;
  }
}
.cid-ttKNnQjj8C .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKNnQjj8C .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKNnRXYDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKNnRXYDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKNnRXYDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKNnRXYDL .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKNnRXYDL .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKNnRXYDL .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKNnRXYDL .mbr-section-title {
  color: #ffffff;
}
.cid-ttKNnRXYDL .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKNnRXYDL .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKNnRXYDL .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKNnRXYDL .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKNnRXYDL .item-right {
    padding-top: 0;
  }
}
.cid-ttKNnRXYDL .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKNnRXYDL .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKNnRXYDL .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKNnRXYDL .mbr-text,
.cid-ttKNnRXYDL .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKNnUe1Ts {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #33358c;
}
.cid-ttKNnUe1Ts .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKNnUe1Ts .row {
  justify-content: center;
}
.cid-ttKNnUe1Ts a {
  font-weight: 400 !important;
}
.cid-ttKNnUe1Ts .card-heading {
  color: #ffffff;
}
.cid-ttKNnWjhQ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKNnWjhQ1 .img-container {
  position: relative;
}
.cid-ttKNnWjhQ1 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKNnWjhQ1 .image-wrapper img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKNnWjhQ1 .image-wrapper img {
    height: auto;
  }
}
.cid-ttKNnWjhQ1 .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKNnWjhQ1 .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKNnWjhQ1 .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKNnYaaEI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKNnYaaEI .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKNnYaaEI .row {
  justify-content: center;
}
.cid-ttKNnYaaEI a {
  font-weight: 400 !important;
}
.cid-ttKNnYaaEI .card-heading {
  color: #ffffff;
}
.cid-ttKNo0iiGp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKNo0iiGp img {
  width: 150px;
  margin: auto;
}
.cid-ttKNo0iiGp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKNo0iiGp .card {
    max-width: 16.6%;
  }
}
.cid-ttKNo0iiGp .mbr-section-title {
  color: #ffffff;
}
.cid-ttKNo2uRKl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKNo2uRKl .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKNo2uRKl img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKNo2uRKl .icon1 {
  background: #a8aaf1;
}
.cid-ttKNo2uRKl .icon2 {
  background: #ff9083;
}
.cid-ttKNo2uRKl .icon3 {
  background: #72dfe9;
}
.cid-ttKNo2uRKl .card-box {
  padding-left: 1rem;
}
.cid-ttKNo2uRKl .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKNo2uRKl .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKNo2uRKl .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKNo2uRKl .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKNo2uRKl .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKNo2uRKl .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKNo2uRKl .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKNo2uRKl .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKNo2uRKl .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKNo2uRKl .card-text {
  color: #ffffff;
}
.cid-ttKNo2uRKl .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKOVbfZKL {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKOVbfZKL .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKOVbfZKL .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKOVbfZKL .navbar-caption {
  font-weight: 500;
}
.cid-ttKOVbfZKL nav.navbar {
  position: fixed;
}
.cid-ttKOVbfZKL .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-ttKOVbfZKL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKOVbfZKL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKOVbfZKL .dropdown-item:hover,
.cid-ttKOVbfZKL .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKOVbfZKL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKOVbfZKL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKOVbfZKL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKOVbfZKL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKOVbfZKL .nav-link {
  position: relative;
}
.cid-ttKOVbfZKL .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKOVbfZKL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKOVbfZKL .container,
  .cid-ttKOVbfZKL .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKOVbfZKL .dropdown-menu,
.cid-ttKOVbfZKL .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKOVbfZKL .nav-item:focus,
.cid-ttKOVbfZKL .nav-link:focus {
  outline: none;
}
.cid-ttKOVbfZKL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKOVbfZKL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKOVbfZKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKOVbfZKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKOVbfZKL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKOVbfZKL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKOVbfZKL .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKOVbfZKL .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKOVbfZKL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKOVbfZKL .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKOVbfZKL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKOVbfZKL .navbar.collapsed {
  justify-content: center;
}
.cid-ttKOVbfZKL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKOVbfZKL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKOVbfZKL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKOVbfZKL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKOVbfZKL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKOVbfZKL .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-ttKOVbfZKL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKOVbfZKL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKOVbfZKL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKOVbfZKL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKOVbfZKL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKOVbfZKL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKOVbfZKL .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-ttKOVbfZKL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKOVbfZKL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKOVbfZKL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKOVbfZKL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKOVbfZKL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKOVbfZKL .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKOVbfZKL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKOVbfZKL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKOVbfZKL .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-ttKOVbfZKL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKOVbfZKL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKOVbfZKL .dropdown-item.active,
.cid-ttKOVbfZKL .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKOVbfZKL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKOVbfZKL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKOVbfZKL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKOVbfZKL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKOVbfZKL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKOVbfZKL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKOVbfZKL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKOVbfZKL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKOVbfZKL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKOVbfZKL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKOVbfZKL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKOVbfZKL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKOVbfZKL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKOVbfZKL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKOVbfZKL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKOVbfZKL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKOVbfZKL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKOVbfZKL .navbar-dropdown {
  position: fixed;
}
.cid-ttKOVbfZKL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKOVbfZKL .navbar {
    height: 70px;
  }
  .cid-ttKOVbfZKL .navbar.opened {
    height: auto;
  }
  .cid-ttKOVbfZKL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKOVbfZKL .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKOVbfZKL .addr {
    margin: 0 auto;
  }
}
.cid-ttKOVbfZKL .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKOVbfZKL .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKOVcPW34 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKOVcPW34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKOVcPW34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKOVcPW34 .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKOVcPW34 .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKOVcPW34 .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKOVcPW34 .mbr-section-title {
  color: #ffffff;
}
.cid-ttKOVcPW34 .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKOVcPW34 .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKOVcPW34 .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKOVcPW34 .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKOVcPW34 .item-right {
    padding-top: 0;
  }
}
.cid-ttKOVcPW34 .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKOVcPW34 .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKOVcPW34 .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKOVcPW34 .mbr-text,
.cid-ttKOVcPW34 .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKOVe5cqR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #33358c;
}
.cid-ttKOVe5cqR .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKOVe5cqR .row {
  justify-content: center;
}
.cid-ttKOVe5cqR a {
  font-weight: 400 !important;
}
.cid-ttKOVe5cqR .card-heading {
  color: #ffffff;
}
.cid-ttKOVfXhoJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKOVfXhoJ .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKOVfXhoJ .row {
  justify-content: center;
}
.cid-ttKOVfXhoJ a {
  font-weight: 400 !important;
}
.cid-ttKOVfXhoJ .card-heading {
  color: #ffffff;
}
.cid-ttKRSXfx6T {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #33358c;
}
.cid-ttKRSXfx6T .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKRSXfx6T .row {
  justify-content: center;
}
.cid-ttKRSXfx6T a {
  font-weight: 400 !important;
}
.cid-ttKRSXfx6T .card-heading {
  color: #ffffff;
}
.cid-ttKSaThTLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKSaThTLY .img-container {
  position: relative;
}
.cid-ttKSaThTLY .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKSaThTLY .image-wrapper img {
  width: 100%;
  height: 64vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKSaThTLY .image-wrapper img {
    height: auto;
  }
}
.cid-ttKSaThTLY .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKSaThTLY .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKSaThTLY .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKOVh2EFH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKOVh2EFH img {
  width: 150px;
  margin: auto;
}
.cid-ttKOVh2EFH .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKOVh2EFH .card {
    max-width: 16.6%;
  }
}
.cid-ttKOVh2EFH .mbr-section-title {
  color: #ffffff;
}
.cid-ttKOVi63I7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKOVi63I7 .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKOVi63I7 img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKOVi63I7 .icon1 {
  background: #a8aaf1;
}
.cid-ttKOVi63I7 .icon2 {
  background: #ff9083;
}
.cid-ttKOVi63I7 .icon3 {
  background: #72dfe9;
}
.cid-ttKOVi63I7 .card-box {
  padding-left: 1rem;
}
.cid-ttKOVi63I7 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKOVi63I7 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKOVi63I7 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKOVi63I7 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKOVi63I7 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKOVi63I7 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKOVi63I7 .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKOVi63I7 .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKOVi63I7 .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKOVi63I7 .card-text {
  color: #ffffff;
}
.cid-ttKOVi63I7 .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKPF3tX87 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKPF3tX87 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKPF3tX87 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKPF3tX87 .navbar-caption {
  font-weight: 500;
}
.cid-ttKPF3tX87 nav.navbar {
  position: fixed;
}
.cid-ttKPF3tX87 .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-ttKPF3tX87 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKPF3tX87 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKPF3tX87 .dropdown-item:hover,
.cid-ttKPF3tX87 .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKPF3tX87 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKPF3tX87 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKPF3tX87 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKPF3tX87 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKPF3tX87 .nav-link {
  position: relative;
}
.cid-ttKPF3tX87 .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKPF3tX87 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKPF3tX87 .container,
  .cid-ttKPF3tX87 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKPF3tX87 .dropdown-menu,
.cid-ttKPF3tX87 .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKPF3tX87 .nav-item:focus,
.cid-ttKPF3tX87 .nav-link:focus {
  outline: none;
}
.cid-ttKPF3tX87 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKPF3tX87 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKPF3tX87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKPF3tX87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKPF3tX87 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKPF3tX87 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKPF3tX87 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKPF3tX87 .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKPF3tX87 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKPF3tX87 .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKPF3tX87 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKPF3tX87 .navbar.collapsed {
  justify-content: center;
}
.cid-ttKPF3tX87 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKPF3tX87 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKPF3tX87 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKPF3tX87 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKPF3tX87 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKPF3tX87 .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-ttKPF3tX87 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKPF3tX87 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKPF3tX87 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKPF3tX87 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKPF3tX87 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKPF3tX87 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKPF3tX87 .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-ttKPF3tX87 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKPF3tX87 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKPF3tX87 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKPF3tX87 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKPF3tX87 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKPF3tX87 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKPF3tX87 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKPF3tX87 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKPF3tX87 .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-ttKPF3tX87 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKPF3tX87 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKPF3tX87 .dropdown-item.active,
.cid-ttKPF3tX87 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKPF3tX87 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKPF3tX87 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKPF3tX87 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKPF3tX87 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKPF3tX87 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKPF3tX87 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKPF3tX87 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKPF3tX87 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKPF3tX87 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKPF3tX87 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKPF3tX87 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKPF3tX87 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKPF3tX87 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKPF3tX87 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKPF3tX87 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKPF3tX87 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKPF3tX87 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKPF3tX87 .navbar-dropdown {
  position: fixed;
}
.cid-ttKPF3tX87 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKPF3tX87 .navbar {
    height: 70px;
  }
  .cid-ttKPF3tX87 .navbar.opened {
    height: auto;
  }
  .cid-ttKPF3tX87 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKPF3tX87 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKPF3tX87 .addr {
    margin: 0 auto;
  }
}
.cid-ttKPF3tX87 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKPF3tX87 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKPF5o4zu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKPF5o4zu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKPF5o4zu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKPF5o4zu .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKPF5o4zu .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKPF5o4zu .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKPF5o4zu .mbr-section-title {
  color: #ffffff;
}
.cid-ttKPF5o4zu .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKPF5o4zu .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKPF5o4zu .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKPF5o4zu .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKPF5o4zu .item-right {
    padding-top: 0;
  }
}
.cid-ttKPF5o4zu .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKPF5o4zu .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKPF5o4zu .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKPF5o4zu .mbr-text,
.cid-ttKPF5o4zu .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKPF7fEpM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #33358c;
}
.cid-ttKPF7fEpM .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKPF7fEpM .row {
  justify-content: center;
}
.cid-ttKPF7fEpM a {
  font-weight: 400 !important;
}
.cid-ttKPF7fEpM .card-heading {
  color: #ffffff;
}
.cid-ttKPF8KjAZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKPF8KjAZ .img-container {
  position: relative;
}
.cid-ttKPF8KjAZ .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKPF8KjAZ .image-wrapper img {
  width: 100%;
  height: 30vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKPF8KjAZ .image-wrapper img {
    height: auto;
  }
}
.cid-ttKPF8KjAZ .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKPF8KjAZ .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKPF8KjAZ .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKPFa0WO8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #33358c;
}
.cid-ttKPFa0WO8 .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKPFa0WO8 .row {
  justify-content: center;
}
.cid-ttKPFa0WO8 a {
  font-weight: 400 !important;
}
.cid-ttKPFa0WO8 .card-heading {
  color: #ffffff;
}
.cid-ttKQOlksgi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #33358c;
}
.cid-ttKQOlksgi .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKQOlksgi .row {
  justify-content: center;
}
.cid-ttKQOlksgi a {
  font-weight: 400 !important;
}
.cid-ttKQOlksgi .card-heading {
  color: #ffffff;
}
.cid-ttKR0krDfN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #33358c;
}
.cid-ttKR0krDfN .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKR0krDfN .row {
  justify-content: center;
}
.cid-ttKR0krDfN a {
  font-weight: 400 !important;
}
.cid-ttKR0krDfN .card-heading {
  color: #ffffff;
}
.cid-ttKRckEQjU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #33358c;
}
.cid-ttKRckEQjU .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKRckEQjU .row {
  justify-content: center;
}
.cid-ttKRckEQjU a {
  font-weight: 400 !important;
}
.cid-ttKRckEQjU .card-heading {
  color: #ffffff;
}
.cid-ttKPFbb8IZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKPFbb8IZ img {
  width: 150px;
  margin: auto;
}
.cid-ttKPFbb8IZ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKPFbb8IZ .card {
    max-width: 16.6%;
  }
}
.cid-ttKPFbb8IZ .mbr-section-title {
  color: #ffffff;
}
.cid-ttKPFcjNAi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKPFcjNAi .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKPFcjNAi img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKPFcjNAi .icon1 {
  background: #a8aaf1;
}
.cid-ttKPFcjNAi .icon2 {
  background: #ff9083;
}
.cid-ttKPFcjNAi .icon3 {
  background: #72dfe9;
}
.cid-ttKPFcjNAi .card-box {
  padding-left: 1rem;
}
.cid-ttKPFcjNAi .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKPFcjNAi .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKPFcjNAi .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKPFcjNAi .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKPFcjNAi .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKPFcjNAi .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKPFcjNAi .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKPFcjNAi .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKPFcjNAi .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKPFcjNAi .card-text {
  color: #ffffff;
}
.cid-ttKPFcjNAi .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKRxNxadk {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKRxNxadk .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKRxNxadk .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKRxNxadk .navbar-caption {
  font-weight: 500;
}
.cid-ttKRxNxadk nav.navbar {
  position: fixed;
}
.cid-ttKRxNxadk .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-ttKRxNxadk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKRxNxadk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKRxNxadk .dropdown-item:hover,
.cid-ttKRxNxadk .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKRxNxadk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKRxNxadk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKRxNxadk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKRxNxadk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKRxNxadk .nav-link {
  position: relative;
}
.cid-ttKRxNxadk .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKRxNxadk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKRxNxadk .container,
  .cid-ttKRxNxadk .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKRxNxadk .dropdown-menu,
.cid-ttKRxNxadk .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKRxNxadk .nav-item:focus,
.cid-ttKRxNxadk .nav-link:focus {
  outline: none;
}
.cid-ttKRxNxadk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKRxNxadk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKRxNxadk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKRxNxadk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKRxNxadk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKRxNxadk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKRxNxadk .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKRxNxadk .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKRxNxadk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKRxNxadk .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKRxNxadk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKRxNxadk .navbar.collapsed {
  justify-content: center;
}
.cid-ttKRxNxadk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKRxNxadk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKRxNxadk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKRxNxadk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKRxNxadk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKRxNxadk .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-ttKRxNxadk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKRxNxadk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKRxNxadk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKRxNxadk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKRxNxadk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKRxNxadk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKRxNxadk .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-ttKRxNxadk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKRxNxadk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKRxNxadk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKRxNxadk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKRxNxadk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKRxNxadk .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKRxNxadk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKRxNxadk .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKRxNxadk .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-ttKRxNxadk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKRxNxadk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKRxNxadk .dropdown-item.active,
.cid-ttKRxNxadk .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKRxNxadk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKRxNxadk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKRxNxadk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKRxNxadk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKRxNxadk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKRxNxadk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKRxNxadk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKRxNxadk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKRxNxadk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKRxNxadk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKRxNxadk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKRxNxadk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKRxNxadk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKRxNxadk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKRxNxadk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKRxNxadk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKRxNxadk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKRxNxadk .navbar-dropdown {
  position: fixed;
}
.cid-ttKRxNxadk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKRxNxadk .navbar {
    height: 70px;
  }
  .cid-ttKRxNxadk .navbar.opened {
    height: auto;
  }
  .cid-ttKRxNxadk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKRxNxadk .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKRxNxadk .addr {
    margin: 0 auto;
  }
}
.cid-ttKRxNxadk .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKRxNxadk .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKRxORo5D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKRxORo5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKRxORo5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKRxORo5D .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKRxORo5D .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKRxORo5D .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKRxORo5D .mbr-section-title {
  color: #ffffff;
}
.cid-ttKRxORo5D .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKRxORo5D .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKRxORo5D .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKRxORo5D .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKRxORo5D .item-right {
    padding-top: 0;
  }
}
.cid-ttKRxORo5D .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKRxORo5D .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKRxORo5D .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKRxORo5D .mbr-text,
.cid-ttKRxORo5D .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKRxQ89zs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKRxQ89zs .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKRxQ89zs .row {
  justify-content: center;
}
.cid-ttKRxQ89zs a {
  font-weight: 400 !important;
}
.cid-ttKRxQ89zs .card-heading {
  color: #ffffff;
}
.cid-ttKRxRa7CP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKRxRa7CP .img-container {
  position: relative;
}
.cid-ttKRxRa7CP .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKRxRa7CP .image-wrapper img {
  width: 100%;
  height: 30vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKRxRa7CP .image-wrapper img {
    height: auto;
  }
}
.cid-ttKRxRa7CP .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKRxRa7CP .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKRxRa7CP .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKRxSfq4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKRxSfq4u .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKRxSfq4u .row {
  justify-content: center;
}
.cid-ttKRxSfq4u a {
  font-weight: 400 !important;
}
.cid-ttKRxSfq4u .card-heading {
  color: #ffffff;
}
.cid-ttKRxTkfZR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKRxTkfZR img {
  width: 150px;
  margin: auto;
}
.cid-ttKRxTkfZR .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKRxTkfZR .card {
    max-width: 16.6%;
  }
}
.cid-ttKRxTkfZR .mbr-section-title {
  color: #ffffff;
}
.cid-ttKRxUtPmi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKRxUtPmi .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKRxUtPmi img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKRxUtPmi .icon1 {
  background: #a8aaf1;
}
.cid-ttKRxUtPmi .icon2 {
  background: #ff9083;
}
.cid-ttKRxUtPmi .icon3 {
  background: #72dfe9;
}
.cid-ttKRxUtPmi .card-box {
  padding-left: 1rem;
}
.cid-ttKRxUtPmi .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKRxUtPmi .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKRxUtPmi .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKRxUtPmi .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKRxUtPmi .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKRxUtPmi .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKRxUtPmi .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKRxUtPmi .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKRxUtPmi .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKRxUtPmi .card-text {
  color: #ffffff;
}
.cid-ttKRxUtPmi .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKTwgUOz9 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKTwgUOz9 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKTwgUOz9 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKTwgUOz9 .navbar-caption {
  font-weight: 500;
}
.cid-ttKTwgUOz9 nav.navbar {
  position: fixed;
}
.cid-ttKTwgUOz9 .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-ttKTwgUOz9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKTwgUOz9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKTwgUOz9 .dropdown-item:hover,
.cid-ttKTwgUOz9 .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKTwgUOz9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKTwgUOz9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKTwgUOz9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKTwgUOz9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKTwgUOz9 .nav-link {
  position: relative;
}
.cid-ttKTwgUOz9 .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKTwgUOz9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKTwgUOz9 .container,
  .cid-ttKTwgUOz9 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKTwgUOz9 .dropdown-menu,
.cid-ttKTwgUOz9 .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKTwgUOz9 .nav-item:focus,
.cid-ttKTwgUOz9 .nav-link:focus {
  outline: none;
}
.cid-ttKTwgUOz9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKTwgUOz9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKTwgUOz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKTwgUOz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKTwgUOz9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKTwgUOz9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKTwgUOz9 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKTwgUOz9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKTwgUOz9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKTwgUOz9 .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKTwgUOz9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKTwgUOz9 .navbar.collapsed {
  justify-content: center;
}
.cid-ttKTwgUOz9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKTwgUOz9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKTwgUOz9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKTwgUOz9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKTwgUOz9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKTwgUOz9 .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-ttKTwgUOz9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKTwgUOz9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKTwgUOz9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKTwgUOz9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKTwgUOz9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKTwgUOz9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKTwgUOz9 .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-ttKTwgUOz9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKTwgUOz9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKTwgUOz9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKTwgUOz9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKTwgUOz9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKTwgUOz9 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKTwgUOz9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKTwgUOz9 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKTwgUOz9 .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-ttKTwgUOz9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKTwgUOz9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKTwgUOz9 .dropdown-item.active,
.cid-ttKTwgUOz9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKTwgUOz9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKTwgUOz9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKTwgUOz9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKTwgUOz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKTwgUOz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKTwgUOz9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKTwgUOz9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKTwgUOz9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKTwgUOz9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKTwgUOz9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKTwgUOz9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKTwgUOz9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKTwgUOz9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKTwgUOz9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKTwgUOz9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKTwgUOz9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKTwgUOz9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKTwgUOz9 .navbar-dropdown {
  position: fixed;
}
.cid-ttKTwgUOz9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKTwgUOz9 .navbar {
    height: 70px;
  }
  .cid-ttKTwgUOz9 .navbar.opened {
    height: auto;
  }
  .cid-ttKTwgUOz9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKTwgUOz9 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKTwgUOz9 .addr {
    margin: 0 auto;
  }
}
.cid-ttKTwgUOz9 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKTwgUOz9 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKTwiE2Ld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKTwiE2Ld .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKTwiE2Ld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKTwiE2Ld .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKTwiE2Ld .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKTwiE2Ld .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKTwiE2Ld .mbr-section-title {
  color: #ffffff;
}
.cid-ttKTwiE2Ld .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKTwiE2Ld .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKTwiE2Ld .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKTwiE2Ld .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKTwiE2Ld .item-right {
    padding-top: 0;
  }
}
.cid-ttKTwiE2Ld .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKTwiE2Ld .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKTwiE2Ld .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKTwiE2Ld .mbr-text,
.cid-ttKTwiE2Ld .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKTwkmbz7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKTwkmbz7 .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKTwkmbz7 .row {
  justify-content: center;
}
.cid-ttKTwkmbz7 a {
  font-weight: 400 !important;
}
.cid-ttKTwkmbz7 .card-heading {
  color: #ffffff;
}
.cid-ttKTwlwg0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKTwlwg0t .img-container {
  position: relative;
}
.cid-ttKTwlwg0t .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKTwlwg0t .image-wrapper img {
  width: 100%;
  height: 30vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKTwlwg0t .image-wrapper img {
    height: auto;
  }
}
.cid-ttKTwlwg0t .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKTwlwg0t .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKTwlwg0t .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKUpmKbce {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #33358c;
}
.cid-ttKUpmKbce .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKUpmKbce .row {
  justify-content: center;
}
.cid-ttKUpmKbce a {
  font-weight: 400 !important;
}
.cid-ttKUpmKbce .card-heading {
  color: #ffffff;
}
.cid-ttKUpQKviZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKUpQKviZ .img-container {
  position: relative;
}
.cid-ttKUpQKviZ .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKUpQKviZ .image-wrapper img {
  width: 100%;
  height: 64vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKUpQKviZ .image-wrapper img {
    height: auto;
  }
}
.cid-ttKUpQKviZ .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKUpQKviZ .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKUpQKviZ .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKTwnw5ji {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKTwnw5ji img {
  width: 150px;
  margin: auto;
}
.cid-ttKTwnw5ji .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKTwnw5ji .card {
    max-width: 16.6%;
  }
}
.cid-ttKTwnw5ji .mbr-section-title {
  color: #ffffff;
}
.cid-ttKTwoxX9V {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKTwoxX9V .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKTwoxX9V img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKTwoxX9V .icon1 {
  background: #a8aaf1;
}
.cid-ttKTwoxX9V .icon2 {
  background: #ff9083;
}
.cid-ttKTwoxX9V .icon3 {
  background: #72dfe9;
}
.cid-ttKTwoxX9V .card-box {
  padding-left: 1rem;
}
.cid-ttKTwoxX9V .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKTwoxX9V .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKTwoxX9V .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKTwoxX9V .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKTwoxX9V .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKTwoxX9V .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKTwoxX9V .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKTwoxX9V .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKTwoxX9V .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKTwoxX9V .card-text {
  color: #ffffff;
}
.cid-ttKTwoxX9V .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKUYtUeL6 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKUYtUeL6 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKUYtUeL6 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKUYtUeL6 .navbar-caption {
  font-weight: 500;
}
.cid-ttKUYtUeL6 nav.navbar {
  position: fixed;
}
.cid-ttKUYtUeL6 .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-ttKUYtUeL6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKUYtUeL6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKUYtUeL6 .dropdown-item:hover,
.cid-ttKUYtUeL6 .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKUYtUeL6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKUYtUeL6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKUYtUeL6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKUYtUeL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKUYtUeL6 .nav-link {
  position: relative;
}
.cid-ttKUYtUeL6 .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKUYtUeL6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKUYtUeL6 .container,
  .cid-ttKUYtUeL6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKUYtUeL6 .dropdown-menu,
.cid-ttKUYtUeL6 .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKUYtUeL6 .nav-item:focus,
.cid-ttKUYtUeL6 .nav-link:focus {
  outline: none;
}
.cid-ttKUYtUeL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKUYtUeL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKUYtUeL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKUYtUeL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKUYtUeL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKUYtUeL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKUYtUeL6 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKUYtUeL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKUYtUeL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKUYtUeL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKUYtUeL6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKUYtUeL6 .navbar.collapsed {
  justify-content: center;
}
.cid-ttKUYtUeL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKUYtUeL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKUYtUeL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKUYtUeL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKUYtUeL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKUYtUeL6 .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-ttKUYtUeL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKUYtUeL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKUYtUeL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKUYtUeL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKUYtUeL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKUYtUeL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKUYtUeL6 .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-ttKUYtUeL6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKUYtUeL6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKUYtUeL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKUYtUeL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKUYtUeL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKUYtUeL6 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKUYtUeL6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKUYtUeL6 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKUYtUeL6 .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-ttKUYtUeL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKUYtUeL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKUYtUeL6 .dropdown-item.active,
.cid-ttKUYtUeL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKUYtUeL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKUYtUeL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKUYtUeL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKUYtUeL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKUYtUeL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKUYtUeL6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKUYtUeL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKUYtUeL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKUYtUeL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKUYtUeL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKUYtUeL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKUYtUeL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKUYtUeL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKUYtUeL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKUYtUeL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKUYtUeL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKUYtUeL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKUYtUeL6 .navbar-dropdown {
  position: fixed;
}
.cid-ttKUYtUeL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKUYtUeL6 .navbar {
    height: 70px;
  }
  .cid-ttKUYtUeL6 .navbar.opened {
    height: auto;
  }
  .cid-ttKUYtUeL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKUYtUeL6 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKUYtUeL6 .addr {
    margin: 0 auto;
  }
}
.cid-ttKUYtUeL6 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKUYtUeL6 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKUYwWW6j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKUYwWW6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKUYwWW6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKUYwWW6j .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKUYwWW6j .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKUYwWW6j .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKUYwWW6j .mbr-section-title {
  color: #ffffff;
}
.cid-ttKUYwWW6j .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKUYwWW6j .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKUYwWW6j .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKUYwWW6j .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKUYwWW6j .item-right {
    padding-top: 0;
  }
}
.cid-ttKUYwWW6j .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKUYwWW6j .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKUYwWW6j .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKUYwWW6j .mbr-text,
.cid-ttKUYwWW6j .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKUYCV5VK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #33358c;
}
.cid-ttKUYCV5VK .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKUYCV5VK .row {
  justify-content: center;
}
.cid-ttKUYCV5VK a {
  font-weight: 400 !important;
}
.cid-ttKUYCV5VK .card-heading {
  color: #ffffff;
}
.cid-ttKUYFZUce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKUYFZUce .img-container {
  position: relative;
}
.cid-ttKUYFZUce .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKUYFZUce .image-wrapper img {
  width: 100%;
  height: 64vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKUYFZUce .image-wrapper img {
    height: auto;
  }
}
.cid-ttKUYFZUce .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKUYFZUce .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKUYFZUce .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKVPf59IZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #33358c;
}
.cid-ttKVPf59IZ .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKVPf59IZ .row {
  justify-content: center;
}
.cid-ttKVPf59IZ a {
  font-weight: 400 !important;
}
.cid-ttKVPf59IZ .card-heading {
  color: #ffffff;
}
.cid-ttKVYElKEQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
}
.cid-ttKVYElKEQ .img-container {
  position: relative;
}
.cid-ttKVYElKEQ .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ttKVYElKEQ .image-wrapper img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ttKVYElKEQ .image-wrapper img {
    height: auto;
  }
}
.cid-ttKVYElKEQ .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ttKVYElKEQ .mbr-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttKVYElKEQ .mbr-text {
  padding-top: 10px;
  color: #ffffff;
}
.cid-ttKUYKVN08 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKUYKVN08 img {
  width: 150px;
  margin: auto;
}
.cid-ttKUYKVN08 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKUYKVN08 .card {
    max-width: 16.6%;
  }
}
.cid-ttKUYKVN08 .mbr-section-title {
  color: #ffffff;
}
.cid-ttKUYN4PIS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKUYN4PIS .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKUYN4PIS img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKUYN4PIS .icon1 {
  background: #a8aaf1;
}
.cid-ttKUYN4PIS .icon2 {
  background: #ff9083;
}
.cid-ttKUYN4PIS .icon3 {
  background: #72dfe9;
}
.cid-ttKUYN4PIS .card-box {
  padding-left: 1rem;
}
.cid-ttKUYN4PIS .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKUYN4PIS .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKUYN4PIS .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKUYN4PIS .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKUYN4PIS .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKUYN4PIS .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKUYN4PIS .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKUYN4PIS .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKUYN4PIS .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKUYN4PIS .card-text {
  color: #ffffff;
}
.cid-ttKUYN4PIS .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKXhcAuFQ {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKXhcAuFQ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKXhcAuFQ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKXhcAuFQ .navbar-caption {
  font-weight: 500;
}
.cid-ttKXhcAuFQ nav.navbar {
  position: fixed;
}
.cid-ttKXhcAuFQ .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-ttKXhcAuFQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKXhcAuFQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKXhcAuFQ .dropdown-item:hover,
.cid-ttKXhcAuFQ .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKXhcAuFQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKXhcAuFQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKXhcAuFQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKXhcAuFQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKXhcAuFQ .nav-link {
  position: relative;
}
.cid-ttKXhcAuFQ .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKXhcAuFQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKXhcAuFQ .container,
  .cid-ttKXhcAuFQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKXhcAuFQ .dropdown-menu,
.cid-ttKXhcAuFQ .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKXhcAuFQ .nav-item:focus,
.cid-ttKXhcAuFQ .nav-link:focus {
  outline: none;
}
.cid-ttKXhcAuFQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKXhcAuFQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKXhcAuFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKXhcAuFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKXhcAuFQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKXhcAuFQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKXhcAuFQ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKXhcAuFQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKXhcAuFQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKXhcAuFQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKXhcAuFQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKXhcAuFQ .navbar.collapsed {
  justify-content: center;
}
.cid-ttKXhcAuFQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKXhcAuFQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKXhcAuFQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKXhcAuFQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKXhcAuFQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKXhcAuFQ .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-ttKXhcAuFQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKXhcAuFQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKXhcAuFQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKXhcAuFQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKXhcAuFQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKXhcAuFQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKXhcAuFQ .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-ttKXhcAuFQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKXhcAuFQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKXhcAuFQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKXhcAuFQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKXhcAuFQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKXhcAuFQ .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKXhcAuFQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKXhcAuFQ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKXhcAuFQ .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-ttKXhcAuFQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKXhcAuFQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKXhcAuFQ .dropdown-item.active,
.cid-ttKXhcAuFQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKXhcAuFQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKXhcAuFQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKXhcAuFQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKXhcAuFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKXhcAuFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKXhcAuFQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKXhcAuFQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKXhcAuFQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKXhcAuFQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKXhcAuFQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKXhcAuFQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKXhcAuFQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKXhcAuFQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKXhcAuFQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKXhcAuFQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKXhcAuFQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKXhcAuFQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKXhcAuFQ .navbar-dropdown {
  position: fixed;
}
.cid-ttKXhcAuFQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKXhcAuFQ .navbar {
    height: 70px;
  }
  .cid-ttKXhcAuFQ .navbar.opened {
    height: auto;
  }
  .cid-ttKXhcAuFQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKXhcAuFQ .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKXhcAuFQ .addr {
    margin: 0 auto;
  }
}
.cid-ttKXhcAuFQ .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKXhcAuFQ .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKXhe75nx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKXhe75nx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKXhe75nx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKXhe75nx .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKXhe75nx .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKXhe75nx .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKXhe75nx .mbr-section-title {
  color: #ffffff;
}
.cid-ttKXhe75nx .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKXhe75nx .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKXhe75nx .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKXhe75nx .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKXhe75nx .item-right {
    padding-top: 0;
  }
}
.cid-ttKXhe75nx .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKXhe75nx .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKXhe75nx .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKXhe75nx .mbr-text,
.cid-ttKXhe75nx .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKXyIhf2z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #33358c;
  z-index: 1;
}
.cid-ttKXyIhf2z .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttKXyIhf2z .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-ttKXyIhf2z .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-ttKXyIhf2z .btn:before {
  content: none;
}
.cid-ttKXyIhf2z .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-ttKXyIhf2z .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-ttKXyIhf2z .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 991px) {
  .cid-ttKXyIhf2z .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-ttKXyIhf2z .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-ttKXyIhf2z .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-ttKXyIhf2z h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-ttKXyIhf2z .form-control,
.cid-ttKXyIhf2z .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-ttKXyIhf2z .jq-selectbox__select {
  padding: 0 !important;
  position: relative;
}
.cid-ttKXyIhf2z textarea {
  min-height: 200px;
}
.cid-ttKXyIhf2z .form-control,
.cid-ttKXyIhf2z .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ttKXyIhf2z .form-control::-webkit-input-placeholder,
.cid-ttKXyIhf2z .field-input::-webkit-input-placeholder,
.cid-ttKXyIhf2z .form-control::-webkit-input-placeholder,
.cid-ttKXyIhf2z .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-ttKXyIhf2z .form-control:-moz-placeholder,
.cid-ttKXyIhf2z .field-input:-moz-placeholder,
.cid-ttKXyIhf2z .form-control:-moz-placeholder,
.cid-ttKXyIhf2z .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-ttKXyIhf2z .form-control:hover,
.cid-ttKXyIhf2z .field-input:hover,
.cid-ttKXyIhf2z .form-control:focus,
.cid-ttKXyIhf2z .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ttKXyIhf2z .form-control:hover::-webkit-input-placeholder,
.cid-ttKXyIhf2z .field-input:hover::-webkit-input-placeholder,
.cid-ttKXyIhf2z .form-control:focus::-webkit-input-placeholder,
.cid-ttKXyIhf2z .field-input:focus::-webkit-input-placeholder,
.cid-ttKXyIhf2z .form-control:hover::-webkit-input-placeholder,
.cid-ttKXyIhf2z .field-input:hover::-webkit-input-placeholder,
.cid-ttKXyIhf2z .form-control:focus::-webkit-input-placeholder,
.cid-ttKXyIhf2z .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-ttKXyIhf2z .form-control:hover:-moz-placeholder,
.cid-ttKXyIhf2z .field-input:hover:-moz-placeholder,
.cid-ttKXyIhf2z .form-control:focus:-moz-placeholder,
.cid-ttKXyIhf2z .field-input:focus:-moz-placeholder,
.cid-ttKXyIhf2z .form-control:hover:-moz-placeholder,
.cid-ttKXyIhf2z .field-input:hover:-moz-placeholder,
.cid-ttKXyIhf2z .form-control:focus:-moz-placeholder,
.cid-ttKXyIhf2z .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-ttKXyIhf2z .jq-number__spin:hover,
.cid-ttKXyIhf2z .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ttKXyIhf2z .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ttKXyIhf2z .jq-selectbox li,
.cid-ttKXyIhf2z .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-ttKXyIhf2z .jq-selectbox li:hover,
.cid-ttKXyIhf2z .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-ttKXyIhf2z .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ttKXyIhf2z .jq-number__spin.minus:hover:after,
.cid-ttKXyIhf2z .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-ttKXyIhf2z .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ttKXyIhf2z .jq-number__spin.minus:after,
.cid-ttKXyIhf2z .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-ttKXyIhf2z input::-webkit-clear-button {
  display: none;
}
.cid-ttKXyIhf2z input::-webkit-inner-spin-button {
  display: none;
}
.cid-ttKXyIhf2z input::-webkit-outer-spin-button {
  display: none;
}
.cid-ttKXyIhf2z input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttKXyIhf2z .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-ttKXyIhf2z .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #f8f8f8;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 16px;
}
.cid-ttKXyIhf2z .card-wrapper:hover {
  border-color: black;
}
.cid-ttKXyIhf2z .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKXyIhf2z .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKXyIhf2z .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKXyIhf2z .icon1 {
  background: #a8aaf1;
}
.cid-ttKXyIhf2z .icon2 {
  background: #ff9083;
}
.cid-ttKXyIhf2z .icon3 {
  background: #72dfe9;
}
.cid-ttKXyIhf2z .card-box {
  padding-left: 1rem;
}
.cid-ttKXyIhf2z .card {
  padding: 0;
}
.cid-ttKXyIhf2z .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKXyIhf2z .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKXyIhf2z .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKXyIhf2z .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKXyIhf2z .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c1c25;
}
.cid-ttKXyIhf2z .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKXyIhf2z .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ttKXyIhf2z .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKXyIhf2z .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKXyIhf2z .main-sub-title,
.cid-ttKXyIhf2z .align-wrapper {
  color: #33358c;
}
.cid-ttKXyIhf2z .gdpr-block {
  text-align: left;
  padding: 1.5em 1rem;
}
.cid-ttKXyIhf2z .gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 6px;
}
.cid-ttKXyIhf2z .form-control-label,
.cid-ttKXyIhf2z .form-check {
  margin-left: 1.5rem;
}
.cid-ttKXyIhf2z .form-group[data-for="input-range"] input {
  margin-left: 5px;
}
.cid-ttKXyIhf2z .form-group[data-for="input-range"] .col-auto {
  margin-top: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.cid-ttKXyIhf2z .form-group[data-for="input-range"] .col-auto:before {
  display: none;
}
.cid-ttKXyIhf2z .mbr-section-title {
  color: #ffffff;
}
.cid-ttKXyIhf2z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttKXyIhf2z .card-text {
  color: #ffffff;
}
.cid-ttKXhiB4sL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKXhiB4sL img {
  width: 150px;
  margin: auto;
}
.cid-ttKXhiB4sL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKXhiB4sL .card {
    max-width: 16.6%;
  }
}
.cid-ttKXhiB4sL .mbr-section-title {
  color: #ffffff;
}
.cid-ttKXhjMOPL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKXhjMOPL .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKXhjMOPL img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKXhjMOPL .icon1 {
  background: #a8aaf1;
}
.cid-ttKXhjMOPL .icon2 {
  background: #ff9083;
}
.cid-ttKXhjMOPL .icon3 {
  background: #72dfe9;
}
.cid-ttKXhjMOPL .card-box {
  padding-left: 1rem;
}
.cid-ttKXhjMOPL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKXhjMOPL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKXhjMOPL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKXhjMOPL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKXhjMOPL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKXhjMOPL .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKXhjMOPL .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKXhjMOPL .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKXhjMOPL .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKXhjMOPL .card-text {
  color: #ffffff;
}
.cid-ttKXhjMOPL .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-ttKWropKvM {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttKWropKvM .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ttKWropKvM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttKWropKvM .navbar-caption {
  font-weight: 500;
}
.cid-ttKWropKvM nav.navbar {
  position: fixed;
}
.cid-ttKWropKvM .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-ttKWropKvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ttKWropKvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKWropKvM .dropdown-item:hover,
.cid-ttKWropKvM .dropdown-item:focus {
  color: #33358c !important;
}
.cid-ttKWropKvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKWropKvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKWropKvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKWropKvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKWropKvM .nav-link {
  position: relative;
}
.cid-ttKWropKvM .nav-link:hover {
  color: #33358c !important;
}
.cid-ttKWropKvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ttKWropKvM .container,
  .cid-ttKWropKvM .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttKWropKvM .dropdown-menu,
.cid-ttKWropKvM .navbar.opened {
  background: #8688fa !important;
}
.cid-ttKWropKvM .nav-item:focus,
.cid-ttKWropKvM .nav-link:focus {
  outline: none;
}
.cid-ttKWropKvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKWropKvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKWropKvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKWropKvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKWropKvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKWropKvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKWropKvM .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #8688fa;
}
.cid-ttKWropKvM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKWropKvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKWropKvM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKWropKvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKWropKvM .navbar.collapsed {
  justify-content: center;
}
.cid-ttKWropKvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKWropKvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttKWropKvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ttKWropKvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKWropKvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKWropKvM .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-ttKWropKvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKWropKvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttKWropKvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKWropKvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKWropKvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKWropKvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKWropKvM .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-ttKWropKvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKWropKvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKWropKvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKWropKvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKWropKvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ttKWropKvM .navbar.navbar-short {
  min-height: 80px;
}
.cid-ttKWropKvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKWropKvM .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ttKWropKvM .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-ttKWropKvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKWropKvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKWropKvM .dropdown-item.active,
.cid-ttKWropKvM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKWropKvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKWropKvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKWropKvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKWropKvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8688fa;
}
.cid-ttKWropKvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKWropKvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKWropKvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKWropKvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKWropKvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42424c;
}
.cid-ttKWropKvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKWropKvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKWropKvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKWropKvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKWropKvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKWropKvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKWropKvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKWropKvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKWropKvM .navbar-dropdown {
  position: fixed;
}
.cid-ttKWropKvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttKWropKvM .navbar {
    height: 70px;
  }
  .cid-ttKWropKvM .navbar.opened {
    height: auto;
  }
  .cid-ttKWropKvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKWropKvM .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ttKWropKvM .addr {
    margin: 0 auto;
  }
}
.cid-ttKWropKvM .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ttKWropKvM .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ttKWrpMc09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42424c;
}
.cid-ttKWrpMc09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttKWrpMc09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttKWrpMc09 .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ttKWrpMc09 .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ttKWrpMc09 .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-ttKWrpMc09 .mbr-section-title {
  color: #ffffff;
}
.cid-ttKWrpMc09 .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ttKWrpMc09 .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ttKWrpMc09 .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ttKWrpMc09 .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttKWrpMc09 .item-right {
    padding-top: 0;
  }
}
.cid-ttKWrpMc09 .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ttKWrpMc09 .mbr-section-btn {
  margin-top: 30px;
}
.cid-ttKWrpMc09 .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ttKWrpMc09 .mbr-text,
.cid-ttKWrpMc09 .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKWrqVFMl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #33358c;
}
.cid-ttKWrqVFMl .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKWrqVFMl .row {
  justify-content: center;
}
.cid-ttKWrqVFMl a {
  font-weight: 400 !important;
}
.cid-ttKWrqVFMl .card-heading {
  color: #ffffff;
}
.cid-ttKWrsRlw6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #33358c;
}
.cid-ttKWrsRlw6 .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKWrsRlw6 .row {
  justify-content: center;
}
.cid-ttKWrsRlw6 a {
  font-weight: 400 !important;
}
.cid-ttKWrsRlw6 .card-heading {
  color: #ffffff;
}
.cid-ttKWYaIlIX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #33358c;
}
.cid-ttKWYaIlIX .p {
  color: #ffffff;
  padding-top: 30px;
}
.cid-ttKWYaIlIX .row {
  justify-content: center;
}
.cid-ttKWYaIlIX a {
  font-weight: 400 !important;
}
.cid-ttKWYaIlIX .card-heading {
  color: #ffffff;
}
.cid-ttKWrtQT1d {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c25;
}
.cid-ttKWrtQT1d img {
  width: 150px;
  margin: auto;
}
.cid-ttKWrtQT1d .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ttKWrtQT1d .card {
    max-width: 16.6%;
  }
}
.cid-ttKWrtQT1d .mbr-section-title {
  color: #ffffff;
}
.cid-ttKWruQpXj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  z-index: 0;
}
.cid-ttKWruQpXj .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-ttKWruQpXj img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-ttKWruQpXj .icon1 {
  background: #a8aaf1;
}
.cid-ttKWruQpXj .icon2 {
  background: #ff9083;
}
.cid-ttKWruQpXj .icon3 {
  background: #72dfe9;
}
.cid-ttKWruQpXj .card-box {
  padding-left: 1rem;
}
.cid-ttKWruQpXj .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ttKWruQpXj .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-ttKWruQpXj .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-ttKWruQpXj .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-ttKWruQpXj .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttKWruQpXj .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-ttKWruQpXj .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ttKWruQpXj .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-ttKWruQpXj .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-ttKWruQpXj .card-text {
  color: #ffffff;
}
.cid-ttKWruQpXj .title {
  color: #ffffff;
}
.cid-tvgor3kYS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tvgor3kYS7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvgor3kYS7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li:hover {
  color: #ff9083;
}
.cid-tvgor3kYS7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvgor3kYS7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvgor3kYS7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvgor3kYS7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvgor3kYS7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvgor3kYS7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvgor3kYS7 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tvgor3kYS7 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tvgor3kYS7 .media-container-row .mbr-text {
  color: #c8c8c8;
}
