.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
  letter-spacing: -2.3px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #553fcc !important;
}
.bg-success {
  background-color: #e354e3 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #fbb432 !important;
}
.bg-danger {
  background-color: #e354e3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #553fcc !important;
  border-color: #553fcc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7967d7 !important;
  border-color: #7967d7 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7967d7 !important;
  border-color: #7967d7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #715edb !important;
  border-color: #715edb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #9688e4 !important;
  border-color: #9688e4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9688e4 !important;
  border-color: #9688e4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbb432 !important;
  border-color: #fbb432 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fcc664 !important;
  border-color: #fcc664 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fcc664 !important;
  border-color: #fcc664 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #553fcc;
  color: #553fcc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #36268e !important;
  background-color: transparent !important;
  border-color: #36268e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #553fcc !important;
  border-color: #553fcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #715edb;
  color: #715edb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3f29b9 !important;
  background-color: transparent !important;
  border-color: #3f29b9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #715edb !important;
  border-color: #715edb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fbb432;
  color: #fbb432;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d28904 !important;
  background-color: transparent !important;
  border-color: #d28904 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbb432 !important;
  border-color: #fbb432 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #553fcc !important;
}
.text-secondary {
  color: #715edb !important;
}
.text-success {
  color: #e354e3 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #fbb432 !important;
}
.text-danger {
  color: #e354e3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #322382 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b27ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b41db4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c38004 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b41db4 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #553fcc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #fbb432;
}
.alert-danger {
  background-color: #e354e3;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #553fcc;
  border-color: #553fcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #553fcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e4e0f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #fffdfa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #553fcc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #553fcc;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #553fcc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #553fcc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #553fcc;
  border-bottom-color: #553fcc;
}
.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: #553fcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #715edb !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='%23553fcc' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 35px 100px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uIMNzic86Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIMNzic86Z .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uIMNzic86Z .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uIMNzic86Z .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uIMNzic86Z .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uIMNzic86Z .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uIMNzic86Z .container {
    padding: 0 1rem;
  }
}
.cid-uIMNzic86Z .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-uIMNzic86Z .nav-link {
  position: relative;
}
.cid-uIMNzic86Z .nav-link:hover {
  color: #ffffff !important;
}
.cid-uIMNzic86Z nav.navbar {
  position: fixed;
}
.cid-uIMNzic86Z .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-uIMNzic86Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uIMNzic86Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIMNzic86Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uIMNzic86Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIMNzic86Z .navbar.collapsed {
  justify-content: center;
}
.cid-uIMNzic86Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIMNzic86Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIMNzic86Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIMNzic86Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIMNzic86Z .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-uIMNzic86Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIMNzic86Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIMNzic86Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIMNzic86Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIMNzic86Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIMNzic86Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIMNzic86Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIMNzic86Z .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-uIMNzic86Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIMNzic86Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIMNzic86Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIMNzic86Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIMNzic86Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIMNzic86Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIMNzic86Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIMNzic86Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIMNzic86Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIMNzic86Z .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-uIMNzic86Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIMNzic86Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIMNzic86Z .dropdown-item:hover,
.cid-uIMNzic86Z .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-uIMNzic86Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIMNzic86Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIMNzic86Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uIMNzic86Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIMNzic86Z .dropdown-menu,
.cid-uIMNzic86Z .navbar.opened {
  background: #fbb432 !important;
}
.cid-uIMNzic86Z .nav-item:focus,
.cid-uIMNzic86Z .nav-link:focus {
  outline: none;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIMNzic86Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIMNzic86Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIMNzic86Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIMNzic86Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIMNzic86Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIMNzic86Z .dropdown-item.active,
.cid-uIMNzic86Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uIMNzic86Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIMNzic86Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIMNzic86Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIMNzic86Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-uIMNzic86Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIMNzic86Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIMNzic86Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIMNzic86Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIMNzic86Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIMNzic86Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIMNzic86Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIMNzic86Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIMNzic86Z .navbar {
    height: 70px;
  }
  .cid-uIMNzic86Z .navbar.opened {
    height: auto;
  }
  .cid-uIMNzic86Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uIMNzic86Z .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-uIMNzic86Z .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-uIMNzic86Z .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-uIMNzic86Z .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-uIMNzic86Z .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-uIMNzic86Z img,
  .cid-uIMNzic86Z .navbar-brand img,
  .cid-uIMNzic86Z .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-uIINrIwjIp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-uIINrIwjIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIINrIwjIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIINrIwjIp .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uIINrIwjIp .container {
    padding: 10px 8px;
  }
}
.cid-uIINrIwjIp .row {
  border-radius: 25px;
  background-color: #fbb432;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #454545;
}
@media (max-width: 768px) {
  .cid-uIINrIwjIp .row {
    padding: 50px 10px 40px;
  }
}
.cid-uIINrIwjIp .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uIINrIwjIp .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uIINrIwjIp .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uIINrIwjIp .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIINrIwjIp .image-wrapper img {
    height: 350px;
  }
}
.cid-uIINrIwjIp .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uIINrIwjIp .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #9282e8;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uIINrIwjIp .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uIINrIwjIp .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uIINrIwjIp .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uIINrIwjIp .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIINrIwjIp .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uIINrIwjIp .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIINrIwjIp .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIINrIwjIp .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uIINrIwjIp .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uIINrIwjIp .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIINrIwjIp .mbr-section-title {
  color: #ffffff;
}
.cid-uIINrIwjIp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIINrIwjIp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ61Hb7Qk3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #715edb;
}
.cid-uJ61Hb7Qk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ61Hb7Qk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ61Hb7Qk3 .content-head {
  max-width: 800px;
}
.cid-uJ61Hb7Qk3 .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uJ61Hb7Qk3 .item {
  color: #fbb432;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJ61Hb7Qk3 .item {
    min-height: 45px;
  }
}
.cid-uJhk9pWRUT {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uJhk9pWRUT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJhk9pWRUT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJhk9pWRUT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJhk9pWRUT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJhk9pWRUT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fbb432;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uJhk9pWRUT .icon-focus,
.cid-uJhk9pWRUT .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uJhk9pWRUT .icon-focus:before,
.cid-uJhk9pWRUT .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJhk9pWRUT .icon-video {
  font-size: 1.5rem !important;
}
.cid-uJhk9pWRUT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uJhk9pWRUT ul {
  font-size: 0;
}
.cid-uJhk9pWRUT .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uJhk9pWRUT .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uJhk9pWRUT .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #553fcc !important;
}
.cid-uJhk9pWRUT .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uJhk9pWRUT .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uJhk9pWRUT .mbr-gallery-filter ul li.active .btn:after {
  border-color: #553fcc;
}
.cid-uJhk9pWRUT .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uJhk9pWRUT .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uJhk9pWRUT .mbr-gallery-filter ul li:first-child,
.cid-uJhk9pWRUT .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uJhk9pWRUT .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uJhk9pWRUT .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uJhk9pWRUT .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uJhk9pWRUT .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uJhk9pWRUT .mbr-section-title b:last-child,
.cid-uJhk9pWRUT .mbr-section-title strong:last-child {
  color: #553fcc;
}
.cid-uJhk9pWRUT .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uJhk9pWRUT .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uJhk9pWRUT .mbr-section-title,
.cid-uJhk9pWRUT .mbr-gallery-filter ul {
  color: #fbb432;
}
.cid-uJhk9pWRUT .mbr-gallery-item > div > span {
  color: #454545;
}
.cid-tTfda79Zya {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbb432;
}
.cid-tTfda79Zya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfda79Zya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfda79Zya .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfda79Zya .container {
    padding: 10px 8px;
  }
}
.cid-tTfda79Zya .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfda79Zya .row {
    padding: 50px 2px;
  }
}
.cid-tTfda79Zya .row .card {
  padding: 0 8px;
}
.cid-tTfda79Zya .row .card:nth-child(2) {
  justify-content: center;
}
.cid-tTfda79Zya .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-tTfda79Zya .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-tTfda79Zya .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #454545;
}
.cid-tTfda79Zya .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-tTfda79Zya .item:last-child {
  margin-bottom: 0;
}
.cid-tTfda79Zya .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tTfda79Zya .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-tTfda79Zya .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-tTfda79Zya .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #127c21;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tTfda79Zya .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-tTfda79Zya .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTfda79Zya .content-wrapper {
    margin: 50px 0;
  }
}
.cid-tTfda79Zya .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-tTfda79Zya .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #e1edff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #e1edff;
  margin-bottom: 0;
}
.cid-tTfda79Zya .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTfda79Zya .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tTfda79Zya .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-tTfda79Zya .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tTfda79Zya .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-tTfda79Zya .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tTfda79Zya .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-tTfda79Zya .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-tTfda79Zya .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tTfda79Zya .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #127c21;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tTfda79Zya .mbr-section-title {
  color: #715edb;
  text-align: center;
}
.cid-tTfda79Zya .mbr-desc,
.cid-tTfda79Zya .desc-wrapper {
  color: #553fcc;
  text-align: center;
}
.cid-tTfda79Zya .card-title {
  color: #715edb;
}
.cid-tTfda79Zya .card-text {
  color: #222222;
}
.cid-tTfdaL5Iq2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfdaL5Iq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdaL5Iq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfdaL5Iq2 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .container {
    padding: 10px 8px;
  }
}
.cid-tTfdaL5Iq2 .row {
  margin: 0;
}
.cid-tTfdaL5Iq2 .row .card {
  padding: 0;
}
.cid-tTfdaL5Iq2 .image-wrapper {
  height: 100%;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .image-wrapper {
    margin: 0;
  }
}
.cid-tTfdaL5Iq2 .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .image-wrapper img {
    height: 300px;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #fbb432 0%, #bbb1f4 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTfdaL5Iq2 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 768px) {
  .cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item {
  padding: 20px;
  border-radius: 17px;
  background-color: #ffffff;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 5px;
  text-align: right;
  margin-top: -3rem;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-tTfdaL5Iq2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tTfdaL5Iq2 .mbr-desc,
.cid-tTfdaL5Iq2 .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-tTfdaL5Iq2 .card-title {
  color: #222222;
}
.cid-tTfdaL5Iq2 .card-text {
  color: #222222;
}
.cid-uKq5KAhPfh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKq5KAhPfh .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uKq5KAhPfh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKq5KAhPfh .container {
    padding: 0 22px;
  }
}
.cid-uKq5KAhPfh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uKq5KAhPfh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKq5KAhPfh .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKq5KAhPfh .embla__slide .slide-content {
    display: block;
  }
}
.cid-uKq5KAhPfh .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKq5KAhPfh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uKq5KAhPfh .embla__button--next,
.cid-uKq5KAhPfh .embla__button--prev {
  display: flex;
}
.cid-uKq5KAhPfh .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKq5KAhPfh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKq5KAhPfh .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uKq5KAhPfh .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uKq5KAhPfh .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uKq5KAhPfh .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uKq5KAhPfh .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uKq5KAhPfh .embla {
  position: relative;
  width: 100%;
}
.cid-uKq5KAhPfh .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uKq5KAhPfh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKq5KAhPfh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKq5KAhPfh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKq5KAhPfh .mbr-section-title {
  color: #fbb432;
  text-align: center;
}
#custom-html-p {
  /* Type valid CSS here */
}
#custom-html-p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
  width: 100%;
}
#custom-html-p p {
  font-size: 60px;
  color: #777;
}
.cid-uKYRP9saNw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKYRP9saNw .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-uKYRP9saNw .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uKYRP9saNw .mbr-section-title {
  color: #767676;
}
.cid-uKYRP9saNw .mbr-section-subtitle {
  margin-top: 16px;
  color: #553fcc;
}
.cid-uKYRP9saNw .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-uKYRP9saNw .item-footer {
  margin-top: 16px;
}
.cid-uKYRP9saNw .items-row {
  row-gap: 48px;
}
.cid-uKYRP9saNw .item {
  cursor: pointer;
}
.cid-uKYRP9saNw .item:focus,
.cid-uKYRP9saNw span:focus {
  outline: none;
}
.cid-uKYRP9saNw .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uKYRP9saNw .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uKYRP9saNw .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uKYRP9saNw .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-uKYRP9saNw .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 0.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uKYRP9saNw .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uKYRP9saNw img {
  width: 100%;
  aspect-ratio: calc(417 / (78 * 4));
  object-fit: cover;
}
.cid-uKYRP9saNw .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 0.5rem 0 0;
}
.cid-uKYRP9saNw .item-title {
  color: #24262b;
}
.cid-uKYRP9saNw .item-subtitle {
  color: #121212;
  margin-top: 6px;
}
.cid-uKYRP9saNw .mbr-text {
  margin-top: 2px;
  color: #878585;
}
.cid-uKYRP9saNw .main-text,
.cid-uKYRP9saNw .item-footer {
  color: #121212;
}
.cid-v1TBUUVzBv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/brown20paper20image-540x360.jpg");
}
.cid-v1TBUUVzBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TBUUVzBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TBUUVzBv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v1TBUUVzBv .container-fluid {
    padding: 0 30px;
  }
}
.cid-v1TBUUVzBv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v1TBUUVzBv .container {
    padding: 0 30px;
  }
}
.cid-v1TBUUVzBv .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v1TBUUVzBv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-v1TBUUVzBv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1TBUUVzBv .embla__slide .card-wrap {
  width: 100%;
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a {
  display: block;
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-v1TBUUVzBv .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-v1TBUUVzBv .embla__button--next,
.cid-v1TBUUVzBv .embla__button--prev {
  display: flex;
}
.cid-v1TBUUVzBv .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1TBUUVzBv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1TBUUVzBv .embla__button:hover {
  background: transparent;
  color: #715edb;
}
.cid-v1TBUUVzBv .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1TBUUVzBv .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-v1TBUUVzBv .embla__button {
    top: auto;
  }
}
.cid-v1TBUUVzBv .embla {
  position: relative;
  width: 100%;
}
.cid-v1TBUUVzBv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1TBUUVzBv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1TBUUVzBv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1TBUUVzBv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1TBUUVzBv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1TBUUVzBv .mbr-date {
  color: #ffffff;
}
.cid-v1TBUUVzBv .mbr-desc {
  color: #ffffff;
}
.cid-v1TBUUVzBv .mbr-text {
  color: #ffffff;
}
.cid-uLaWcpUVFN {
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-uLaWcpUVFN .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uLaWcpUVFN .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-uLaWcpUVFN .map {
  width: 100%;
  height: 30rem;
}
.cid-uLaWcpUVFN .map iframe {
  width: inherit;
  height: 100%;
}
.cid-uLaWcpUVFN .icon-block {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLaWcpUVFN .icon-block .icon-block__icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uLaWcpUVFN .icon-block .icon-block__title {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-uLaWcpUVFN .mbr-text {
  color: #767676;
}
.cid-uLaWcpUVFN a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uLaWcpUVFN .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-uLaWcpUVFN .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uLaWcpUVFN textarea.form-control {
  resize: none;
}
.cid-uLaWcpUVFN .google-map {
  height: 25rem;
  position: relative;
}
.cid-uLaWcpUVFN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLaWcpUVFN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uLaWcpUVFN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLaWcpUVFN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uLaWcpUVFN h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uLaWcpUVFN .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uLaWcpUVFN .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uLaWcpUVFN .google-map {
    padding-bottom: 2rem;
  }
}
.cid-uLaWcpUVFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaWcpUVFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLaWcpUVFN H2 {
  color: #ffffff;
  text-align: center;
}
.cid-uLbe95hs8X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-uLbe95hs8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbe95hs8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbe95hs8X .row {
  position: relative;
}
.cid-uLbe95hs8X .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-uLbe95hs8X .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-uLbe95hs8X .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uLbe95hs8X .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-uLbe95hs8X .col-link {
  padding: 0;
}
.cid-uLbe95hs8X .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-uLbe95hs8X .list li {
  width: 100%;
  color: inherit !important;
}
.cid-uLbe95hs8X .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-uLbe95hs8X .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-uLbe95hs8X .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-uLbe95hs8X .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uLbe95hs8X .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uLbe95hs8X .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uLbe95hs8X .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-uLbe95hs8X .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-uLbe95hs8X .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-uLbe95hs8X .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-uIMNzic86Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIMNzic86Z .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uIMNzic86Z .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uIMNzic86Z .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uIMNzic86Z .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uIMNzic86Z .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uIMNzic86Z .container {
    padding: 0 1rem;
  }
}
.cid-uIMNzic86Z .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-uIMNzic86Z .nav-link {
  position: relative;
}
.cid-uIMNzic86Z .nav-link:hover {
  color: #ffffff !important;
}
.cid-uIMNzic86Z nav.navbar {
  position: fixed;
}
.cid-uIMNzic86Z .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-uIMNzic86Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uIMNzic86Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIMNzic86Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uIMNzic86Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIMNzic86Z .navbar.collapsed {
  justify-content: center;
}
.cid-uIMNzic86Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIMNzic86Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIMNzic86Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIMNzic86Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIMNzic86Z .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-uIMNzic86Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIMNzic86Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIMNzic86Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIMNzic86Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIMNzic86Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIMNzic86Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIMNzic86Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIMNzic86Z .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-uIMNzic86Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIMNzic86Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIMNzic86Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIMNzic86Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIMNzic86Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIMNzic86Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIMNzic86Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIMNzic86Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIMNzic86Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIMNzic86Z .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-uIMNzic86Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIMNzic86Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIMNzic86Z .dropdown-item:hover,
.cid-uIMNzic86Z .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-uIMNzic86Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIMNzic86Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIMNzic86Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uIMNzic86Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIMNzic86Z .dropdown-menu,
.cid-uIMNzic86Z .navbar.opened {
  background: #fbb432 !important;
}
.cid-uIMNzic86Z .nav-item:focus,
.cid-uIMNzic86Z .nav-link:focus {
  outline: none;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIMNzic86Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIMNzic86Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIMNzic86Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIMNzic86Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIMNzic86Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIMNzic86Z .dropdown-item.active,
.cid-uIMNzic86Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uIMNzic86Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIMNzic86Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIMNzic86Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIMNzic86Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-uIMNzic86Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIMNzic86Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIMNzic86Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIMNzic86Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIMNzic86Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIMNzic86Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIMNzic86Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIMNzic86Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIMNzic86Z .navbar {
    height: 70px;
  }
  .cid-uIMNzic86Z .navbar.opened {
    height: auto;
  }
  .cid-uIMNzic86Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uIMNzic86Z .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-uIMNzic86Z .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-uIMNzic86Z .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-uIMNzic86Z .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-uIMNzic86Z .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-uIMNzic86Z img,
  .cid-uIMNzic86Z .navbar-brand img,
  .cid-uIMNzic86Z .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-uLbkLwskmV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLbkLwskmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbkLwskmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbkLwskmV .row {
  margin: 0 -8px;
}
.cid-uLbkLwskmV .row .card {
  padding: 0 8px;
}
.cid-uLbkLwskmV .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uLbkLwskmV .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLbkLwskmV .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uLbkLwskmV .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uLbkLwskmV .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uLbkLwskmV .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLbkLwskmV .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLbkLwskmV .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLbkLwskmV .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLbkLwskmV .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLbkLwskmV .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uLbkLwskmV .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uLbkLwskmV .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uLbkLwskmV .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLbkLwskmV .image-wrapper {
  height: 100%;
}
.cid-uLbkLwskmV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uLbkLwskmV .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uLbkLwskmV .mbr-text,
.cid-uLbkLwskmV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbkLwskmV .logo-wrapper,
.cid-uLbkLwskmV .mbr-desc {
  text-align: center;
}
.cid-uLbkLwskmV .mbr-desc {
  color: #63635d;
}
.cid-uLbkPlk3cC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uLbkPlk3cC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbkPlk3cC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbkPlk3cC .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uLbkPlk3cC .container {
    padding: 10px 8px;
  }
}
.cid-uLbkPlk3cC .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uLbkPlk3cC .row {
    padding: 50px 10px;
  }
}
.cid-uLbkPlk3cC .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uLbkPlk3cC .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLbkPlk3cC .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uLbkPlk3cC .mbr-section-title span {
  opacity: .5;
}
.cid-uLbkPlk3cC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uLbkPlk3cC .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uLbkPlk3cC .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uLbkPlk3cC .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uLbkPlk3cC .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uLbkPlk3cC .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uLbkPlk3cC .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uLbkPlk3cC .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uLbkPlk3cC .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uLbkPlk3cC .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uLbkPlk3cC .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uLbkPlk3cC .image-wrapper {
    margin: 0;
  }
}
.cid-uLbkPlk3cC .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uLbkPlk3cC .image-wrapper img {
    height: 300px;
  }
}
.cid-uLbkPlk3cC .card-title {
  color: #222222;
}
.cid-uLbkPlk3cC .card-text {
  color: #222222;
}
.cid-uLbmn15ySM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uLbmn15ySM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbmn15ySM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbmn15ySM .container-fluid {
  max-width: 100% !important;
}
.cid-uLbmn15ySM .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLbmn15ySM .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLbmn15ySM .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uLbmn15ySM .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uLbmn15ySM .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLbmn15ySM .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uLbmn15ySM .mbr-section-title {
  color: #303030;
}
.cid-uLbmn15ySM .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-uLbmn15ySM .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uLbmn15ySM .text-bottom {
    padding-top: 50px;
  }
}
.cid-uLbmn15ySM .mbr-text {
  color: #303030;
}
.cid-uLbmn15ySM .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TPac9jfQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TPac9jfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TPac9jfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TPac9jfQ .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TPac9jfQ .container {
    padding: 10px 8px;
  }
}
.cid-v0TPac9jfQ .row {
  margin: 0;
}
.cid-v0TPac9jfQ .row .card {
  padding: 0;
}
.cid-v0TPac9jfQ .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TPac9jfQ .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TPac9jfQ .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TPac9jfQ .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TPac9jfQ .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TPac9jfQ .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TPac9jfQ .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TPac9jfQ .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TPac9jfQ .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TPac9jfQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TPac9jfQ .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TPac9jfQ .mbr-section-title {
  color: #222222;
}
.cid-v0TPac9jfQ .mbr-section-title,
.cid-v0TPac9jfQ .mbr-section-btn {
  text-align: center;
}
.cid-uLbe95hs8X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-uLbe95hs8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbe95hs8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbe95hs8X .row {
  position: relative;
}
.cid-uLbe95hs8X .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-uLbe95hs8X .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-uLbe95hs8X .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uLbe95hs8X .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-uLbe95hs8X .col-link {
  padding: 0;
}
.cid-uLbe95hs8X .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-uLbe95hs8X .list li {
  width: 100%;
  color: inherit !important;
}
.cid-uLbe95hs8X .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-uLbe95hs8X .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-uLbe95hs8X .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-uLbe95hs8X .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uLbe95hs8X .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uLbe95hs8X .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uLbe95hs8X .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-uLbe95hs8X .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-uLbe95hs8X .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-uLbe95hs8X .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-uPj0AlrzfC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPj0AlrzfC .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uPj0AlrzfC .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uPj0AlrzfC .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uPj0AlrzfC .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uPj0AlrzfC .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uPj0AlrzfC .container {
    padding: 0 1rem;
  }
}
.cid-uPj0AlrzfC .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-uPj0AlrzfC .nav-link {
  position: relative;
}
.cid-uPj0AlrzfC .nav-link:hover {
  color: #ffffff !important;
}
.cid-uPj0AlrzfC nav.navbar {
  position: fixed;
}
.cid-uPj0AlrzfC .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-uPj0AlrzfC .navbar.opened {
  transition: all 0.3s;
}
.cid-uPj0AlrzfC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPj0AlrzfC .navbar .navbar-logo img {
  width: auto;
}
.cid-uPj0AlrzfC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPj0AlrzfC .navbar.collapsed {
  justify-content: center;
}
.cid-uPj0AlrzfC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPj0AlrzfC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPj0AlrzfC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPj0AlrzfC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPj0AlrzfC .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-uPj0AlrzfC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPj0AlrzfC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPj0AlrzfC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPj0AlrzfC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPj0AlrzfC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPj0AlrzfC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPj0AlrzfC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPj0AlrzfC .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-uPj0AlrzfC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPj0AlrzfC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPj0AlrzfC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPj0AlrzfC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPj0AlrzfC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPj0AlrzfC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPj0AlrzfC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPj0AlrzfC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPj0AlrzfC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPj0AlrzfC .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-uPj0AlrzfC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPj0AlrzfC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPj0AlrzfC .dropdown-item:hover,
.cid-uPj0AlrzfC .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-uPj0AlrzfC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPj0AlrzfC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPj0AlrzfC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uPj0AlrzfC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPj0AlrzfC .dropdown-menu,
.cid-uPj0AlrzfC .navbar.opened {
  background: #fbb432 !important;
}
.cid-uPj0AlrzfC .nav-item:focus,
.cid-uPj0AlrzfC .nav-link:focus {
  outline: none;
}
.cid-uPj0AlrzfC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPj0AlrzfC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPj0AlrzfC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPj0AlrzfC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPj0AlrzfC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPj0AlrzfC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPj0AlrzfC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPj0AlrzfC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPj0AlrzfC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPj0AlrzfC .dropdown-item.active,
.cid-uPj0AlrzfC .dropdown-item:active {
  background-color: transparent;
}
.cid-uPj0AlrzfC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPj0AlrzfC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPj0AlrzfC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPj0AlrzfC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-uPj0AlrzfC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPj0AlrzfC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPj0AlrzfC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPj0AlrzfC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPj0AlrzfC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPj0AlrzfC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPj0AlrzfC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPj0AlrzfC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPj0AlrzfC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPj0AlrzfC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPj0AlrzfC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj0AlrzfC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPj0AlrzfC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPj0AlrzfC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj0AlrzfC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPj0AlrzfC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPj0AlrzfC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPj0AlrzfC .navbar {
    height: 70px;
  }
  .cid-uPj0AlrzfC .navbar.opened {
    height: auto;
  }
  .cid-uPj0AlrzfC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uPj0AlrzfC .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-uPj0AlrzfC .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-uPj0AlrzfC .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-uPj0AlrzfC .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-uPj0AlrzfC .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-uPj0AlrzfC img,
  .cid-uPj0AlrzfC .navbar-brand img,
  .cid-uPj0AlrzfC .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-uPj0Amb8sm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPj0Amb8sm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0Amb8sm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0Amb8sm .row {
  margin: 0 -8px;
}
.cid-uPj0Amb8sm .row .card {
  padding: 0 8px;
}
.cid-uPj0Amb8sm .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uPj0Amb8sm .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPj0Amb8sm .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uPj0Amb8sm .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uPj0Amb8sm .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPj0Amb8sm .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPj0Amb8sm .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPj0Amb8sm .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPj0Amb8sm .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPj0Amb8sm .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPj0Amb8sm .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uPj0Amb8sm .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uPj0Amb8sm .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uPj0Amb8sm .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPj0Amb8sm .image-wrapper {
  height: 100%;
}
.cid-uPj0Amb8sm .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPj0Amb8sm .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPj0Amb8sm .mbr-text,
.cid-uPj0Amb8sm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPj0Amb8sm .logo-wrapper,
.cid-uPj0Amb8sm .mbr-desc {
  text-align: center;
}
.cid-uPj0Amb8sm .mbr-desc {
  color: #63635d;
}
.cid-uPj0AmOMj5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uPj0AmOMj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0AmOMj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0AmOMj5 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uPj0AmOMj5 .container {
    padding: 10px 8px;
  }
}
.cid-uPj0AmOMj5 .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uPj0AmOMj5 .row {
    padding: 50px 10px;
  }
}
.cid-uPj0AmOMj5 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uPj0AmOMj5 .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPj0AmOMj5 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPj0AmOMj5 .mbr-section-title span {
  opacity: .5;
}
.cid-uPj0AmOMj5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uPj0AmOMj5 .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uPj0AmOMj5 .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uPj0AmOMj5 .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uPj0AmOMj5 .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uPj0AmOMj5 .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uPj0AmOMj5 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uPj0AmOMj5 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uPj0AmOMj5 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uPj0AmOMj5 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPj0AmOMj5 .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uPj0AmOMj5 .image-wrapper {
    margin: 0;
  }
}
.cid-uPj0AmOMj5 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uPj0AmOMj5 .image-wrapper img {
    height: 300px;
  }
}
.cid-uPj0AmOMj5 .card-title {
  color: #222222;
}
.cid-uPj0AmOMj5 .card-text {
  color: #222222;
}
.cid-uPj0AnpZLz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uPj0AnpZLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0AnpZLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0AnpZLz .container-fluid {
  max-width: 100% !important;
}
.cid-uPj0AnpZLz .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uPj0AnpZLz .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPj0AnpZLz .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uPj0AnpZLz .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uPj0AnpZLz .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPj0AnpZLz .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uPj0AnpZLz .mbr-section-title {
  color: #303030;
}
.cid-uPj0AnpZLz .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-uPj0AnpZLz .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uPj0AnpZLz .text-bottom {
    padding-top: 50px;
  }
}
.cid-uPj0AnpZLz .mbr-text {
  color: #303030;
}
.cid-uPj0AnpZLz .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TPRc7TvT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TPRc7TvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TPRc7TvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TPRc7TvT .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TPRc7TvT .container {
    padding: 10px 8px;
  }
}
.cid-v0TPRc7TvT .row {
  margin: 0;
}
.cid-v0TPRc7TvT .row .card {
  padding: 0;
}
.cid-v0TPRc7TvT .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TPRc7TvT .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TPRc7TvT .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TPRc7TvT .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TPRc7TvT .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TPRc7TvT .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TPRc7TvT .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TPRc7TvT .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TPRc7TvT .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TPRc7TvT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TPRc7TvT .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TPRc7TvT .mbr-section-title {
  color: #222222;
}
.cid-v0TPRc7TvT .mbr-section-title,
.cid-v0TPRc7TvT .mbr-section-btn {
  text-align: center;
}
.cid-uPj0AnYFqB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-uPj0AnYFqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0AnYFqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0AnYFqB .row {
  position: relative;
}
.cid-uPj0AnYFqB .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-uPj0AnYFqB .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-uPj0AnYFqB .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPj0AnYFqB .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uPj0AnYFqB .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-uPj0AnYFqB .col-link {
  padding: 0;
}
.cid-uPj0AnYFqB .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-uPj0AnYFqB .list li {
  width: 100%;
  color: inherit !important;
}
.cid-uPj0AnYFqB .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-uPj0AnYFqB .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-uPj0AnYFqB .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-uPj0AnYFqB .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uPj0AnYFqB .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uPj0AnYFqB .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPj0AnYFqB .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uPj0AnYFqB .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPj0AnYFqB .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uPj0AnYFqB .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-uPj0AnYFqB .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-uPj0AnYFqB .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-uPj0AnYFqB .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-uPj0IUaqJF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPj0IUaqJF .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uPj0IUaqJF .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uPj0IUaqJF .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uPj0IUaqJF .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uPj0IUaqJF .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uPj0IUaqJF .container {
    padding: 0 1rem;
  }
}
.cid-uPj0IUaqJF .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-uPj0IUaqJF .nav-link {
  position: relative;
}
.cid-uPj0IUaqJF .nav-link:hover {
  color: #ffffff !important;
}
.cid-uPj0IUaqJF nav.navbar {
  position: fixed;
}
.cid-uPj0IUaqJF .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-uPj0IUaqJF .navbar.opened {
  transition: all 0.3s;
}
.cid-uPj0IUaqJF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPj0IUaqJF .navbar .navbar-logo img {
  width: auto;
}
.cid-uPj0IUaqJF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPj0IUaqJF .navbar.collapsed {
  justify-content: center;
}
.cid-uPj0IUaqJF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPj0IUaqJF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPj0IUaqJF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPj0IUaqJF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPj0IUaqJF .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-uPj0IUaqJF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPj0IUaqJF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPj0IUaqJF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPj0IUaqJF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPj0IUaqJF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPj0IUaqJF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPj0IUaqJF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPj0IUaqJF .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-uPj0IUaqJF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPj0IUaqJF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPj0IUaqJF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPj0IUaqJF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPj0IUaqJF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPj0IUaqJF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPj0IUaqJF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPj0IUaqJF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPj0IUaqJF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPj0IUaqJF .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-uPj0IUaqJF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPj0IUaqJF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPj0IUaqJF .dropdown-item:hover,
.cid-uPj0IUaqJF .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-uPj0IUaqJF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPj0IUaqJF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPj0IUaqJF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uPj0IUaqJF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPj0IUaqJF .dropdown-menu,
.cid-uPj0IUaqJF .navbar.opened {
  background: #fbb432 !important;
}
.cid-uPj0IUaqJF .nav-item:focus,
.cid-uPj0IUaqJF .nav-link:focus {
  outline: none;
}
.cid-uPj0IUaqJF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPj0IUaqJF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPj0IUaqJF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPj0IUaqJF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPj0IUaqJF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPj0IUaqJF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPj0IUaqJF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPj0IUaqJF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPj0IUaqJF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPj0IUaqJF .dropdown-item.active,
.cid-uPj0IUaqJF .dropdown-item:active {
  background-color: transparent;
}
.cid-uPj0IUaqJF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPj0IUaqJF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPj0IUaqJF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPj0IUaqJF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-uPj0IUaqJF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPj0IUaqJF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPj0IUaqJF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPj0IUaqJF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPj0IUaqJF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPj0IUaqJF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPj0IUaqJF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPj0IUaqJF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPj0IUaqJF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPj0IUaqJF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPj0IUaqJF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj0IUaqJF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPj0IUaqJF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPj0IUaqJF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj0IUaqJF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPj0IUaqJF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPj0IUaqJF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPj0IUaqJF .navbar {
    height: 70px;
  }
  .cid-uPj0IUaqJF .navbar.opened {
    height: auto;
  }
  .cid-uPj0IUaqJF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uPj0IUaqJF .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-uPj0IUaqJF .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-uPj0IUaqJF .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-uPj0IUaqJF .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-uPj0IUaqJF .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-uPj0IUaqJF img,
  .cid-uPj0IUaqJF .navbar-brand img,
  .cid-uPj0IUaqJF .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-uPj0IV0j76 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPj0IV0j76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0IV0j76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0IV0j76 .row {
  margin: 0 -8px;
}
.cid-uPj0IV0j76 .row .card {
  padding: 0 8px;
}
.cid-uPj0IV0j76 .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uPj0IV0j76 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPj0IV0j76 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uPj0IV0j76 .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uPj0IV0j76 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPj0IV0j76 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPj0IV0j76 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPj0IV0j76 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPj0IV0j76 .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPj0IV0j76 .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPj0IV0j76 .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uPj0IV0j76 .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uPj0IV0j76 .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uPj0IV0j76 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPj0IV0j76 .image-wrapper {
  height: 100%;
}
.cid-uPj0IV0j76 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPj0IV0j76 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPj0IV0j76 .mbr-text,
.cid-uPj0IV0j76 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPj0IV0j76 .logo-wrapper,
.cid-uPj0IV0j76 .mbr-desc {
  text-align: center;
}
.cid-uPj0IV0j76 .mbr-desc {
  color: #63635d;
}
.cid-uPj0IVA5EI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uPj0IVA5EI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0IVA5EI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0IVA5EI .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uPj0IVA5EI .container {
    padding: 10px 8px;
  }
}
.cid-uPj0IVA5EI .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uPj0IVA5EI .row {
    padding: 50px 10px;
  }
}
.cid-uPj0IVA5EI .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uPj0IVA5EI .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPj0IVA5EI .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPj0IVA5EI .mbr-section-title span {
  opacity: .5;
}
.cid-uPj0IVA5EI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uPj0IVA5EI .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uPj0IVA5EI .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uPj0IVA5EI .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uPj0IVA5EI .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uPj0IVA5EI .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uPj0IVA5EI .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uPj0IVA5EI .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uPj0IVA5EI .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uPj0IVA5EI .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPj0IVA5EI .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uPj0IVA5EI .image-wrapper {
    margin: 0;
  }
}
.cid-uPj0IVA5EI .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uPj0IVA5EI .image-wrapper img {
    height: 300px;
  }
}
.cid-uPj0IVA5EI .card-title {
  color: #222222;
}
.cid-uPj0IVA5EI .card-text {
  color: #222222;
}
.cid-uPj0IWa1b0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uPj0IWa1b0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0IWa1b0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0IWa1b0 .container-fluid {
  max-width: 100% !important;
}
.cid-uPj0IWa1b0 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uPj0IWa1b0 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPj0IWa1b0 .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uPj0IWa1b0 .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uPj0IWa1b0 .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPj0IWa1b0 .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uPj0IWa1b0 .mbr-section-title {
  color: #303030;
}
.cid-uPj0IWa1b0 .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-uPj0IWa1b0 .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uPj0IWa1b0 .text-bottom {
    padding-top: 50px;
  }
}
.cid-uPj0IWa1b0 .mbr-text {
  color: #303030;
}
.cid-uPj0IWa1b0 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TQq5GGz9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TQq5GGz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TQq5GGz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TQq5GGz9 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TQq5GGz9 .container {
    padding: 10px 8px;
  }
}
.cid-v0TQq5GGz9 .row {
  margin: 0;
}
.cid-v0TQq5GGz9 .row .card {
  padding: 0;
}
.cid-v0TQq5GGz9 .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TQq5GGz9 .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TQq5GGz9 .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TQq5GGz9 .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TQq5GGz9 .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TQq5GGz9 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TQq5GGz9 .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TQq5GGz9 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TQq5GGz9 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TQq5GGz9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TQq5GGz9 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TQq5GGz9 .mbr-section-title {
  color: #222222;
}
.cid-v0TQq5GGz9 .mbr-section-title,
.cid-v0TQq5GGz9 .mbr-section-btn {
  text-align: center;
}
.cid-uPj0IWBwte {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-uPj0IWBwte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0IWBwte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0IWBwte .row {
  position: relative;
}
.cid-uPj0IWBwte .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-uPj0IWBwte .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-uPj0IWBwte .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPj0IWBwte .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uPj0IWBwte .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-uPj0IWBwte .col-link {
  padding: 0;
}
.cid-uPj0IWBwte .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-uPj0IWBwte .list li {
  width: 100%;
  color: inherit !important;
}
.cid-uPj0IWBwte .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-uPj0IWBwte .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-uPj0IWBwte .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-uPj0IWBwte .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uPj0IWBwte .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uPj0IWBwte .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPj0IWBwte .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uPj0IWBwte .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPj0IWBwte .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uPj0IWBwte .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-uPj0IWBwte .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-uPj0IWBwte .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-uPj0IWBwte .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-uPj0Kj4R3w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPj0Kj4R3w .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uPj0Kj4R3w .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uPj0Kj4R3w .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uPj0Kj4R3w .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uPj0Kj4R3w .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uPj0Kj4R3w .container {
    padding: 0 1rem;
  }
}
.cid-uPj0Kj4R3w .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-uPj0Kj4R3w .nav-link {
  position: relative;
}
.cid-uPj0Kj4R3w .nav-link:hover {
  color: #ffffff !important;
}
.cid-uPj0Kj4R3w nav.navbar {
  position: fixed;
}
.cid-uPj0Kj4R3w .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-uPj0Kj4R3w .navbar.opened {
  transition: all 0.3s;
}
.cid-uPj0Kj4R3w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPj0Kj4R3w .navbar .navbar-logo img {
  width: auto;
}
.cid-uPj0Kj4R3w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPj0Kj4R3w .navbar.collapsed {
  justify-content: center;
}
.cid-uPj0Kj4R3w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPj0Kj4R3w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPj0Kj4R3w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPj0Kj4R3w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPj0Kj4R3w .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-uPj0Kj4R3w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPj0Kj4R3w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPj0Kj4R3w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPj0Kj4R3w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPj0Kj4R3w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPj0Kj4R3w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPj0Kj4R3w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPj0Kj4R3w .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-uPj0Kj4R3w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPj0Kj4R3w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPj0Kj4R3w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPj0Kj4R3w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPj0Kj4R3w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPj0Kj4R3w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPj0Kj4R3w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPj0Kj4R3w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPj0Kj4R3w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPj0Kj4R3w .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-uPj0Kj4R3w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPj0Kj4R3w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPj0Kj4R3w .dropdown-item:hover,
.cid-uPj0Kj4R3w .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-uPj0Kj4R3w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPj0Kj4R3w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPj0Kj4R3w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uPj0Kj4R3w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPj0Kj4R3w .dropdown-menu,
.cid-uPj0Kj4R3w .navbar.opened {
  background: #fbb432 !important;
}
.cid-uPj0Kj4R3w .nav-item:focus,
.cid-uPj0Kj4R3w .nav-link:focus {
  outline: none;
}
.cid-uPj0Kj4R3w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPj0Kj4R3w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPj0Kj4R3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPj0Kj4R3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPj0Kj4R3w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPj0Kj4R3w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPj0Kj4R3w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPj0Kj4R3w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPj0Kj4R3w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPj0Kj4R3w .dropdown-item.active,
.cid-uPj0Kj4R3w .dropdown-item:active {
  background-color: transparent;
}
.cid-uPj0Kj4R3w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPj0Kj4R3w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPj0Kj4R3w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPj0Kj4R3w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-uPj0Kj4R3w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPj0Kj4R3w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPj0Kj4R3w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPj0Kj4R3w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPj0Kj4R3w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPj0Kj4R3w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPj0Kj4R3w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPj0Kj4R3w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPj0Kj4R3w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPj0Kj4R3w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPj0Kj4R3w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj0Kj4R3w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPj0Kj4R3w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPj0Kj4R3w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj0Kj4R3w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPj0Kj4R3w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPj0Kj4R3w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPj0Kj4R3w .navbar {
    height: 70px;
  }
  .cid-uPj0Kj4R3w .navbar.opened {
    height: auto;
  }
  .cid-uPj0Kj4R3w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uPj0Kj4R3w .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-uPj0Kj4R3w .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-uPj0Kj4R3w .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-uPj0Kj4R3w .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-uPj0Kj4R3w .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-uPj0Kj4R3w img,
  .cid-uPj0Kj4R3w .navbar-brand img,
  .cid-uPj0Kj4R3w .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-uPj0KjRTz4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPj0KjRTz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0KjRTz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0KjRTz4 .row {
  margin: 0 -8px;
}
.cid-uPj0KjRTz4 .row .card {
  padding: 0 8px;
}
.cid-uPj0KjRTz4 .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uPj0KjRTz4 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPj0KjRTz4 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uPj0KjRTz4 .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uPj0KjRTz4 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPj0KjRTz4 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPj0KjRTz4 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPj0KjRTz4 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPj0KjRTz4 .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPj0KjRTz4 .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPj0KjRTz4 .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uPj0KjRTz4 .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uPj0KjRTz4 .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uPj0KjRTz4 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPj0KjRTz4 .image-wrapper {
  height: 100%;
}
.cid-uPj0KjRTz4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPj0KjRTz4 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPj0KjRTz4 .mbr-text,
.cid-uPj0KjRTz4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPj0KjRTz4 .logo-wrapper,
.cid-uPj0KjRTz4 .mbr-desc {
  text-align: center;
}
.cid-uPj0KjRTz4 .mbr-desc {
  color: #63635d;
}
.cid-uPj0Kkkvff {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uPj0Kkkvff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0Kkkvff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0Kkkvff .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uPj0Kkkvff .container {
    padding: 10px 8px;
  }
}
.cid-uPj0Kkkvff .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uPj0Kkkvff .row {
    padding: 50px 10px;
  }
}
.cid-uPj0Kkkvff .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uPj0Kkkvff .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPj0Kkkvff .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPj0Kkkvff .mbr-section-title span {
  opacity: .5;
}
.cid-uPj0Kkkvff .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uPj0Kkkvff .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uPj0Kkkvff .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uPj0Kkkvff .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uPj0Kkkvff .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uPj0Kkkvff .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uPj0Kkkvff .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uPj0Kkkvff .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uPj0Kkkvff .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uPj0Kkkvff .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPj0Kkkvff .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uPj0Kkkvff .image-wrapper {
    margin: 0;
  }
}
.cid-uPj0Kkkvff .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uPj0Kkkvff .image-wrapper img {
    height: 300px;
  }
}
.cid-uPj0Kkkvff .card-title {
  color: #222222;
}
.cid-uPj0Kkkvff .card-text {
  color: #222222;
}
.cid-uPj0KkZydG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uPj0KkZydG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0KkZydG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0KkZydG .container-fluid {
  max-width: 100% !important;
}
.cid-uPj0KkZydG .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uPj0KkZydG .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPj0KkZydG .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uPj0KkZydG .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uPj0KkZydG .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPj0KkZydG .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uPj0KkZydG .mbr-section-title {
  color: #303030;
}
.cid-uPj0KkZydG .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-uPj0KkZydG .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uPj0KkZydG .text-bottom {
    padding-top: 50px;
  }
}
.cid-uPj0KkZydG .mbr-text {
  color: #303030;
}
.cid-uPj0KkZydG .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TQRQuysC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TQRQuysC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TQRQuysC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TQRQuysC .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TQRQuysC .container {
    padding: 10px 8px;
  }
}
.cid-v0TQRQuysC .row {
  margin: 0;
}
.cid-v0TQRQuysC .row .card {
  padding: 0;
}
.cid-v0TQRQuysC .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TQRQuysC .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TQRQuysC .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TQRQuysC .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TQRQuysC .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TQRQuysC .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TQRQuysC .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TQRQuysC .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TQRQuysC .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TQRQuysC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TQRQuysC .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TQRQuysC .mbr-section-title {
  color: #222222;
}
.cid-v0TQRQuysC .mbr-section-title,
.cid-v0TQRQuysC .mbr-section-btn {
  text-align: center;
}
.cid-uPj0KlAPfW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-uPj0KlAPfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0KlAPfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0KlAPfW .row {
  position: relative;
}
.cid-uPj0KlAPfW .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-uPj0KlAPfW .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-uPj0KlAPfW .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPj0KlAPfW .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uPj0KlAPfW .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-uPj0KlAPfW .col-link {
  padding: 0;
}
.cid-uPj0KlAPfW .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-uPj0KlAPfW .list li {
  width: 100%;
  color: inherit !important;
}
.cid-uPj0KlAPfW .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-uPj0KlAPfW .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-uPj0KlAPfW .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-uPj0KlAPfW .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uPj0KlAPfW .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uPj0KlAPfW .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPj0KlAPfW .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uPj0KlAPfW .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPj0KlAPfW .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uPj0KlAPfW .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-uPj0KlAPfW .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-uPj0KlAPfW .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-uPj0KlAPfW .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-uPj0MMNSxf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPj0MMNSxf .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uPj0MMNSxf .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uPj0MMNSxf .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uPj0MMNSxf .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uPj0MMNSxf .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uPj0MMNSxf .container {
    padding: 0 1rem;
  }
}
.cid-uPj0MMNSxf .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-uPj0MMNSxf .nav-link {
  position: relative;
}
.cid-uPj0MMNSxf .nav-link:hover {
  color: #ffffff !important;
}
.cid-uPj0MMNSxf nav.navbar {
  position: fixed;
}
.cid-uPj0MMNSxf .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-uPj0MMNSxf .navbar.opened {
  transition: all 0.3s;
}
.cid-uPj0MMNSxf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPj0MMNSxf .navbar .navbar-logo img {
  width: auto;
}
.cid-uPj0MMNSxf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPj0MMNSxf .navbar.collapsed {
  justify-content: center;
}
.cid-uPj0MMNSxf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPj0MMNSxf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPj0MMNSxf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPj0MMNSxf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPj0MMNSxf .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-uPj0MMNSxf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPj0MMNSxf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPj0MMNSxf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPj0MMNSxf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPj0MMNSxf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPj0MMNSxf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPj0MMNSxf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPj0MMNSxf .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-uPj0MMNSxf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPj0MMNSxf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPj0MMNSxf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPj0MMNSxf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPj0MMNSxf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPj0MMNSxf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPj0MMNSxf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPj0MMNSxf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPj0MMNSxf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPj0MMNSxf .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-uPj0MMNSxf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPj0MMNSxf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPj0MMNSxf .dropdown-item:hover,
.cid-uPj0MMNSxf .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-uPj0MMNSxf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPj0MMNSxf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPj0MMNSxf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uPj0MMNSxf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPj0MMNSxf .dropdown-menu,
.cid-uPj0MMNSxf .navbar.opened {
  background: #fbb432 !important;
}
.cid-uPj0MMNSxf .nav-item:focus,
.cid-uPj0MMNSxf .nav-link:focus {
  outline: none;
}
.cid-uPj0MMNSxf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPj0MMNSxf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPj0MMNSxf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPj0MMNSxf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPj0MMNSxf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPj0MMNSxf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPj0MMNSxf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPj0MMNSxf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPj0MMNSxf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPj0MMNSxf .dropdown-item.active,
.cid-uPj0MMNSxf .dropdown-item:active {
  background-color: transparent;
}
.cid-uPj0MMNSxf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPj0MMNSxf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPj0MMNSxf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPj0MMNSxf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-uPj0MMNSxf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPj0MMNSxf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPj0MMNSxf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPj0MMNSxf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPj0MMNSxf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPj0MMNSxf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPj0MMNSxf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPj0MMNSxf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPj0MMNSxf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPj0MMNSxf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPj0MMNSxf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj0MMNSxf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPj0MMNSxf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPj0MMNSxf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj0MMNSxf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPj0MMNSxf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPj0MMNSxf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPj0MMNSxf .navbar {
    height: 70px;
  }
  .cid-uPj0MMNSxf .navbar.opened {
    height: auto;
  }
  .cid-uPj0MMNSxf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uPj0MMNSxf .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-uPj0MMNSxf .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-uPj0MMNSxf .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-uPj0MMNSxf .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-uPj0MMNSxf .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-uPj0MMNSxf img,
  .cid-uPj0MMNSxf .navbar-brand img,
  .cid-uPj0MMNSxf .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-uPj0MNvwdW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPj0MNvwdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0MNvwdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0MNvwdW .row {
  margin: 0 -8px;
}
.cid-uPj0MNvwdW .row .card {
  padding: 0 8px;
}
.cid-uPj0MNvwdW .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uPj0MNvwdW .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPj0MNvwdW .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uPj0MNvwdW .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uPj0MNvwdW .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPj0MNvwdW .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPj0MNvwdW .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPj0MNvwdW .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPj0MNvwdW .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPj0MNvwdW .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPj0MNvwdW .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uPj0MNvwdW .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uPj0MNvwdW .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uPj0MNvwdW .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPj0MNvwdW .image-wrapper {
  height: 100%;
}
.cid-uPj0MNvwdW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPj0MNvwdW .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPj0MNvwdW .mbr-text,
.cid-uPj0MNvwdW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPj0MNvwdW .logo-wrapper,
.cid-uPj0MNvwdW .mbr-desc {
  text-align: center;
}
.cid-uPj0MNvwdW .mbr-desc {
  color: #63635d;
}
.cid-uPj0MNZDdC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uPj0MNZDdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0MNZDdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0MNZDdC .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uPj0MNZDdC .container {
    padding: 10px 8px;
  }
}
.cid-uPj0MNZDdC .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uPj0MNZDdC .row {
    padding: 50px 10px;
  }
}
.cid-uPj0MNZDdC .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uPj0MNZDdC .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPj0MNZDdC .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPj0MNZDdC .mbr-section-title span {
  opacity: .5;
}
.cid-uPj0MNZDdC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uPj0MNZDdC .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uPj0MNZDdC .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uPj0MNZDdC .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uPj0MNZDdC .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uPj0MNZDdC .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uPj0MNZDdC .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uPj0MNZDdC .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uPj0MNZDdC .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uPj0MNZDdC .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPj0MNZDdC .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uPj0MNZDdC .image-wrapper {
    margin: 0;
  }
}
.cid-uPj0MNZDdC .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uPj0MNZDdC .image-wrapper img {
    height: 300px;
  }
}
.cid-uPj0MNZDdC .card-title {
  color: #222222;
}
.cid-uPj0MNZDdC .card-text {
  color: #222222;
}
.cid-uPj0MOMQxn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uPj0MOMQxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0MOMQxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0MOMQxn .container-fluid {
  max-width: 100% !important;
}
.cid-uPj0MOMQxn .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uPj0MOMQxn .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPj0MOMQxn .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uPj0MOMQxn .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uPj0MOMQxn .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPj0MOMQxn .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uPj0MOMQxn .mbr-section-title {
  color: #303030;
}
.cid-uPj0MOMQxn .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-uPj0MOMQxn .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uPj0MOMQxn .text-bottom {
    padding-top: 50px;
  }
}
.cid-uPj0MOMQxn .mbr-text {
  color: #303030;
}
.cid-uPj0MOMQxn .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TRg5jYkh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TRg5jYkh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TRg5jYkh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TRg5jYkh .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TRg5jYkh .container {
    padding: 10px 8px;
  }
}
.cid-v0TRg5jYkh .row {
  margin: 0;
}
.cid-v0TRg5jYkh .row .card {
  padding: 0;
}
.cid-v0TRg5jYkh .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TRg5jYkh .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TRg5jYkh .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TRg5jYkh .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TRg5jYkh .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TRg5jYkh .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TRg5jYkh .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TRg5jYkh .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TRg5jYkh .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TRg5jYkh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TRg5jYkh .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TRg5jYkh .mbr-section-title {
  color: #222222;
}
.cid-v0TRg5jYkh .mbr-section-title,
.cid-v0TRg5jYkh .mbr-section-btn {
  text-align: center;
}
.cid-uPj0MPznrM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-uPj0MPznrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0MPznrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0MPznrM .row {
  position: relative;
}
.cid-uPj0MPznrM .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-uPj0MPznrM .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-uPj0MPznrM .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPj0MPznrM .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uPj0MPznrM .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-uPj0MPznrM .col-link {
  padding: 0;
}
.cid-uPj0MPznrM .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-uPj0MPznrM .list li {
  width: 100%;
  color: inherit !important;
}
.cid-uPj0MPznrM .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-uPj0MPznrM .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-uPj0MPznrM .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-uPj0MPznrM .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uPj0MPznrM .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uPj0MPznrM .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPj0MPznrM .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uPj0MPznrM .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPj0MPznrM .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uPj0MPznrM .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-uPj0MPznrM .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-uPj0MPznrM .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-uPj0MPznrM .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-uPj0NM83GX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPj0NM83GX .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uPj0NM83GX .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uPj0NM83GX .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uPj0NM83GX .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uPj0NM83GX .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uPj0NM83GX .container {
    padding: 0 1rem;
  }
}
.cid-uPj0NM83GX .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-uPj0NM83GX .nav-link {
  position: relative;
}
.cid-uPj0NM83GX .nav-link:hover {
  color: #ffffff !important;
}
.cid-uPj0NM83GX nav.navbar {
  position: fixed;
}
.cid-uPj0NM83GX .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-uPj0NM83GX .navbar.opened {
  transition: all 0.3s;
}
.cid-uPj0NM83GX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPj0NM83GX .navbar .navbar-logo img {
  width: auto;
}
.cid-uPj0NM83GX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPj0NM83GX .navbar.collapsed {
  justify-content: center;
}
.cid-uPj0NM83GX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPj0NM83GX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPj0NM83GX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPj0NM83GX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPj0NM83GX .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-uPj0NM83GX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPj0NM83GX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPj0NM83GX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPj0NM83GX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPj0NM83GX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPj0NM83GX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPj0NM83GX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPj0NM83GX .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-uPj0NM83GX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPj0NM83GX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPj0NM83GX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPj0NM83GX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPj0NM83GX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPj0NM83GX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPj0NM83GX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPj0NM83GX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPj0NM83GX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPj0NM83GX .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-uPj0NM83GX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPj0NM83GX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPj0NM83GX .dropdown-item:hover,
.cid-uPj0NM83GX .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-uPj0NM83GX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPj0NM83GX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPj0NM83GX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uPj0NM83GX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPj0NM83GX .dropdown-menu,
.cid-uPj0NM83GX .navbar.opened {
  background: #fbb432 !important;
}
.cid-uPj0NM83GX .nav-item:focus,
.cid-uPj0NM83GX .nav-link:focus {
  outline: none;
}
.cid-uPj0NM83GX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPj0NM83GX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPj0NM83GX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPj0NM83GX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPj0NM83GX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPj0NM83GX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPj0NM83GX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPj0NM83GX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPj0NM83GX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPj0NM83GX .dropdown-item.active,
.cid-uPj0NM83GX .dropdown-item:active {
  background-color: transparent;
}
.cid-uPj0NM83GX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPj0NM83GX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPj0NM83GX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPj0NM83GX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-uPj0NM83GX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPj0NM83GX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPj0NM83GX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPj0NM83GX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPj0NM83GX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPj0NM83GX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPj0NM83GX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPj0NM83GX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPj0NM83GX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPj0NM83GX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPj0NM83GX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj0NM83GX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPj0NM83GX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPj0NM83GX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPj0NM83GX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPj0NM83GX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPj0NM83GX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPj0NM83GX .navbar {
    height: 70px;
  }
  .cid-uPj0NM83GX .navbar.opened {
    height: auto;
  }
  .cid-uPj0NM83GX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uPj0NM83GX .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-uPj0NM83GX .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-uPj0NM83GX .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-uPj0NM83GX .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-uPj0NM83GX .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-uPj0NM83GX img,
  .cid-uPj0NM83GX .navbar-brand img,
  .cid-uPj0NM83GX .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-uPj0NMRAnx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPj0NMRAnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0NMRAnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0NMRAnx .row {
  margin: 0 -8px;
}
.cid-uPj0NMRAnx .row .card {
  padding: 0 8px;
}
.cid-uPj0NMRAnx .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uPj0NMRAnx .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPj0NMRAnx .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uPj0NMRAnx .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uPj0NMRAnx .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPj0NMRAnx .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPj0NMRAnx .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPj0NMRAnx .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPj0NMRAnx .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPj0NMRAnx .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPj0NMRAnx .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uPj0NMRAnx .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uPj0NMRAnx .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uPj0NMRAnx .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPj0NMRAnx .image-wrapper {
  height: 100%;
}
.cid-uPj0NMRAnx .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPj0NMRAnx .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPj0NMRAnx .mbr-text,
.cid-uPj0NMRAnx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPj0NMRAnx .logo-wrapper,
.cid-uPj0NMRAnx .mbr-desc {
  text-align: center;
}
.cid-uPj0NMRAnx .mbr-desc {
  color: #63635d;
}
.cid-uPj0NNoduh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uPj0NNoduh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0NNoduh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0NNoduh .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uPj0NNoduh .container {
    padding: 10px 8px;
  }
}
.cid-uPj0NNoduh .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uPj0NNoduh .row {
    padding: 50px 10px;
  }
}
.cid-uPj0NNoduh .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uPj0NNoduh .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPj0NNoduh .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPj0NNoduh .mbr-section-title span {
  opacity: .5;
}
.cid-uPj0NNoduh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uPj0NNoduh .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-uPj0NNoduh .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uPj0NNoduh .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uPj0NNoduh .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uPj0NNoduh .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uPj0NNoduh .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uPj0NNoduh .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uPj0NNoduh .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uPj0NNoduh .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPj0NNoduh .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-uPj0NNoduh .image-wrapper {
    margin: 0;
  }
}
.cid-uPj0NNoduh .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uPj0NNoduh .image-wrapper img {
    height: 300px;
  }
}
.cid-uPj0NNoduh .card-title {
  color: #222222;
}
.cid-uPj0NNoduh .card-text {
  color: #222222;
}
.cid-uPj0NOdWZb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uPj0NOdWZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0NOdWZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0NOdWZb .container-fluid {
  max-width: 100% !important;
}
.cid-uPj0NOdWZb .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uPj0NOdWZb .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPj0NOdWZb .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uPj0NOdWZb .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uPj0NOdWZb .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uPj0NOdWZb .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uPj0NOdWZb .mbr-section-title {
  color: #303030;
}
.cid-uPj0NOdWZb .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-uPj0NOdWZb .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uPj0NOdWZb .text-bottom {
    padding-top: 50px;
  }
}
.cid-uPj0NOdWZb .mbr-text {
  color: #303030;
}
.cid-uPj0NOdWZb .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TRAlLEWx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TRAlLEWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TRAlLEWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TRAlLEWx .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TRAlLEWx .container {
    padding: 10px 8px;
  }
}
.cid-v0TRAlLEWx .row {
  margin: 0;
}
.cid-v0TRAlLEWx .row .card {
  padding: 0;
}
.cid-v0TRAlLEWx .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TRAlLEWx .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TRAlLEWx .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TRAlLEWx .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TRAlLEWx .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TRAlLEWx .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TRAlLEWx .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TRAlLEWx .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TRAlLEWx .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TRAlLEWx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TRAlLEWx .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TRAlLEWx .mbr-section-title {
  color: #222222;
}
.cid-v0TRAlLEWx .mbr-section-title,
.cid-v0TRAlLEWx .mbr-section-btn {
  text-align: center;
}
.cid-uPj0NP0iom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-uPj0NP0iom .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPj0NP0iom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPj0NP0iom .row {
  position: relative;
}
.cid-uPj0NP0iom .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-uPj0NP0iom .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-uPj0NP0iom .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPj0NP0iom .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uPj0NP0iom .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-uPj0NP0iom .col-link {
  padding: 0;
}
.cid-uPj0NP0iom .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-uPj0NP0iom .list li {
  width: 100%;
  color: inherit !important;
}
.cid-uPj0NP0iom .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-uPj0NP0iom .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-uPj0NP0iom .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-uPj0NP0iom .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uPj0NP0iom .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uPj0NP0iom .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPj0NP0iom .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uPj0NP0iom .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPj0NP0iom .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uPj0NP0iom .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-uPj0NP0iom .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-uPj0NP0iom .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-uPj0NP0iom .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0x2dchb8L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0x2dchb8L .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0x2dchb8L .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0x2dchb8L .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0x2dchb8L .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0x2dchb8L .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0x2dchb8L .container {
    padding: 0 1rem;
  }
}
.cid-v0x2dchb8L .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0x2dchb8L .nav-link {
  position: relative;
}
.cid-v0x2dchb8L .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0x2dchb8L nav.navbar {
  position: fixed;
}
.cid-v0x2dchb8L .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0x2dchb8L .navbar.opened {
  transition: all 0.3s;
}
.cid-v0x2dchb8L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0x2dchb8L .navbar .navbar-logo img {
  width: auto;
}
.cid-v0x2dchb8L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0x2dchb8L .navbar.collapsed {
  justify-content: center;
}
.cid-v0x2dchb8L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0x2dchb8L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0x2dchb8L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0x2dchb8L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0x2dchb8L .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-v0x2dchb8L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0x2dchb8L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0x2dchb8L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0x2dchb8L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0x2dchb8L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0x2dchb8L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0x2dchb8L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0x2dchb8L .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-v0x2dchb8L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0x2dchb8L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0x2dchb8L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0x2dchb8L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0x2dchb8L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0x2dchb8L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0x2dchb8L .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0x2dchb8L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0x2dchb8L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0x2dchb8L .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-v0x2dchb8L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0x2dchb8L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0x2dchb8L .dropdown-item:hover,
.cid-v0x2dchb8L .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0x2dchb8L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0x2dchb8L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0x2dchb8L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0x2dchb8L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0x2dchb8L .dropdown-menu,
.cid-v0x2dchb8L .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0x2dchb8L .nav-item:focus,
.cid-v0x2dchb8L .nav-link:focus {
  outline: none;
}
.cid-v0x2dchb8L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0x2dchb8L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0x2dchb8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0x2dchb8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0x2dchb8L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0x2dchb8L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0x2dchb8L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0x2dchb8L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0x2dchb8L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0x2dchb8L .dropdown-item.active,
.cid-v0x2dchb8L .dropdown-item:active {
  background-color: transparent;
}
.cid-v0x2dchb8L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0x2dchb8L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0x2dchb8L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0x2dchb8L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0x2dchb8L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0x2dchb8L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0x2dchb8L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0x2dchb8L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0x2dchb8L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0x2dchb8L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0x2dchb8L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0x2dchb8L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0x2dchb8L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0x2dchb8L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0x2dchb8L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0x2dchb8L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0x2dchb8L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0x2dchb8L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0x2dchb8L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0x2dchb8L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0x2dchb8L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0x2dchb8L .navbar {
    height: 70px;
  }
  .cid-v0x2dchb8L .navbar.opened {
    height: auto;
  }
  .cid-v0x2dchb8L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0x2dchb8L .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0x2dchb8L .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0x2dchb8L .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0x2dchb8L .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0x2dchb8L .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0x2dchb8L img,
  .cid-v0x2dchb8L .navbar-brand img,
  .cid-v0x2dchb8L .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0x2ddn8Mm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0x2ddn8Mm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0x2ddn8Mm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0x2ddn8Mm .row {
  margin: 0 -8px;
}
.cid-v0x2ddn8Mm .row .card {
  padding: 0 8px;
}
.cid-v0x2ddn8Mm .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0x2ddn8Mm .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0x2ddn8Mm .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0x2ddn8Mm .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0x2ddn8Mm .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0x2ddn8Mm .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0x2ddn8Mm .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0x2ddn8Mm .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0x2ddn8Mm .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0x2ddn8Mm .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0x2ddn8Mm .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #fbb432;
}
.cid-v0x2ddn8Mm .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0x2ddn8Mm .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0x2ddn8Mm .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0x2ddn8Mm .image-wrapper {
  height: 100%;
}
.cid-v0x2ddn8Mm .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0x2ddn8Mm .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0x2ddn8Mm .mbr-text,
.cid-v0x2ddn8Mm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0x2ddn8Mm .logo-wrapper,
.cid-v0x2ddn8Mm .mbr-desc {
  text-align: center;
}
.cid-v0x2ddn8Mm .mbr-desc {
  color: #63635d;
}
.cid-v0x2ddMSq8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0x2ddMSq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0x2ddMSq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0x2ddMSq8 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0x2ddMSq8 .container {
    padding: 10px 8px;
  }
}
.cid-v0x2ddMSq8 .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0x2ddMSq8 .row {
    padding: 50px 10px;
  }
}
.cid-v0x2ddMSq8 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0x2ddMSq8 .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0x2ddMSq8 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0x2ddMSq8 .mbr-section-title span {
  opacity: .5;
}
.cid-v0x2ddMSq8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0x2ddMSq8 .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0x2ddMSq8 .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0x2ddMSq8 .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0x2ddMSq8 .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0x2ddMSq8 .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0x2ddMSq8 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0x2ddMSq8 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0x2ddMSq8 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0x2ddMSq8 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0x2ddMSq8 .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0x2ddMSq8 .image-wrapper {
    margin: 0;
  }
}
.cid-v0x2ddMSq8 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0x2ddMSq8 .image-wrapper img {
    height: 300px;
  }
}
.cid-v0x2ddMSq8 .card-title {
  color: #222222;
}
.cid-v0x2ddMSq8 .card-text {
  color: #222222;
}
.cid-v0x2decWlH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0x2decWlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0x2decWlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0x2decWlH .container-fluid {
  max-width: 100% !important;
}
.cid-v0x2decWlH .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0x2decWlH .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0x2decWlH .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0x2decWlH .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0x2decWlH .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0x2decWlH .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0x2decWlH .mbr-section-title {
  color: #303030;
}
.cid-v0x2decWlH .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0x2decWlH .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0x2decWlH .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0x2decWlH .mbr-text {
  color: #303030;
}
.cid-v0x2decWlH .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0PqwGnM4B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0PqwGnM4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PqwGnM4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PqwGnM4B .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0PqwGnM4B .container {
    padding: 10px 8px;
  }
}
.cid-v0PqwGnM4B .row {
  margin: 0;
}
.cid-v0PqwGnM4B .row .card {
  padding: 0;
}
.cid-v0PqwGnM4B .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0PqwGnM4B .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0PqwGnM4B .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0PqwGnM4B .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0PqwGnM4B .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0PqwGnM4B .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0PqwGnM4B .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0PqwGnM4B .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0PqwGnM4B .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0PqwGnM4B .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0PqwGnM4B .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0PqwGnM4B .mbr-section-title {
  color: #222222;
}
.cid-v0PqwGnM4B .mbr-section-title,
.cid-v0PqwGnM4B .mbr-section-btn {
  text-align: center;
}
.cid-v0x2deBVpz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0x2deBVpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0x2deBVpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0x2deBVpz .row {
  position: relative;
}
.cid-v0x2deBVpz .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0x2deBVpz .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0x2deBVpz .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0x2deBVpz .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0x2deBVpz .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0x2deBVpz .col-link {
  padding: 0;
}
.cid-v0x2deBVpz .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0x2deBVpz .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0x2deBVpz .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0x2deBVpz .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0x2deBVpz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0x2deBVpz .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0x2deBVpz .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0x2deBVpz .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0x2deBVpz .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0x2deBVpz .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0x2deBVpz .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0x2deBVpz .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0x2deBVpz .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0x2deBVpz .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0x2deBVpz .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0xd4QUQhL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0xd4QUQhL .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0xd4QUQhL .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0xd4QUQhL .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0xd4QUQhL .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0xd4QUQhL .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0xd4QUQhL .container {
    padding: 0 1rem;
  }
}
.cid-v0xd4QUQhL .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0xd4QUQhL .nav-link {
  position: relative;
}
.cid-v0xd4QUQhL .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0xd4QUQhL nav.navbar {
  position: fixed;
}
.cid-v0xd4QUQhL .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0xd4QUQhL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0xd4QUQhL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0xd4QUQhL .navbar .navbar-logo img {
  width: auto;
}
.cid-v0xd4QUQhL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0xd4QUQhL .navbar.collapsed {
  justify-content: center;
}
.cid-v0xd4QUQhL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xd4QUQhL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0xd4QUQhL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xd4QUQhL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0xd4QUQhL .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-v0xd4QUQhL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0xd4QUQhL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0xd4QUQhL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0xd4QUQhL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xd4QUQhL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xd4QUQhL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0xd4QUQhL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0xd4QUQhL .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-v0xd4QUQhL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0xd4QUQhL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0xd4QUQhL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0xd4QUQhL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0xd4QUQhL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0xd4QUQhL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0xd4QUQhL .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0xd4QUQhL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0xd4QUQhL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0xd4QUQhL .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-v0xd4QUQhL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0xd4QUQhL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0xd4QUQhL .dropdown-item:hover,
.cid-v0xd4QUQhL .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0xd4QUQhL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0xd4QUQhL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0xd4QUQhL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0xd4QUQhL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0xd4QUQhL .dropdown-menu,
.cid-v0xd4QUQhL .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0xd4QUQhL .nav-item:focus,
.cid-v0xd4QUQhL .nav-link:focus {
  outline: none;
}
.cid-v0xd4QUQhL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0xd4QUQhL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0xd4QUQhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0xd4QUQhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0xd4QUQhL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xd4QUQhL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0xd4QUQhL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0xd4QUQhL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0xd4QUQhL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xd4QUQhL .dropdown-item.active,
.cid-v0xd4QUQhL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xd4QUQhL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0xd4QUQhL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0xd4QUQhL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0xd4QUQhL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0xd4QUQhL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0xd4QUQhL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0xd4QUQhL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0xd4QUQhL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0xd4QUQhL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0xd4QUQhL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0xd4QUQhL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0xd4QUQhL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xd4QUQhL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xd4QUQhL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0xd4QUQhL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xd4QUQhL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0xd4QUQhL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0xd4QUQhL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xd4QUQhL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0xd4QUQhL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0xd4QUQhL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xd4QUQhL .navbar {
    height: 70px;
  }
  .cid-v0xd4QUQhL .navbar.opened {
    height: auto;
  }
  .cid-v0xd4QUQhL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0xd4QUQhL .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0xd4QUQhL .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0xd4QUQhL .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0xd4QUQhL .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0xd4QUQhL .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0xd4QUQhL img,
  .cid-v0xd4QUQhL .navbar-brand img,
  .cid-v0xd4QUQhL .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0xd4Rfvq2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0xd4Rfvq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xd4Rfvq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xd4Rfvq2 .row {
  margin: 0 -8px;
}
.cid-v0xd4Rfvq2 .row .card {
  padding: 0 8px;
}
.cid-v0xd4Rfvq2 .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0xd4Rfvq2 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0xd4Rfvq2 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0xd4Rfvq2 .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0xd4Rfvq2 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0xd4Rfvq2 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0xd4Rfvq2 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0xd4Rfvq2 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0xd4Rfvq2 .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0xd4Rfvq2 .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0xd4Rfvq2 .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0xd4Rfvq2 .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0xd4Rfvq2 .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0xd4Rfvq2 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0xd4Rfvq2 .image-wrapper {
  height: 100%;
}
.cid-v0xd4Rfvq2 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0xd4Rfvq2 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0xd4Rfvq2 .mbr-text,
.cid-v0xd4Rfvq2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0xd4Rfvq2 .logo-wrapper,
.cid-v0xd4Rfvq2 .mbr-desc {
  text-align: center;
}
.cid-v0xd4Rfvq2 .mbr-desc {
  color: #63635d;
}
.cid-v0xd4Rt5Dn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0xd4Rt5Dn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xd4Rt5Dn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xd4Rt5Dn .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0xd4Rt5Dn .container {
    padding: 10px 8px;
  }
}
.cid-v0xd4Rt5Dn .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0xd4Rt5Dn .row {
    padding: 50px 10px;
  }
}
.cid-v0xd4Rt5Dn .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0xd4Rt5Dn .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0xd4Rt5Dn .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0xd4Rt5Dn .mbr-section-title span {
  opacity: .5;
}
.cid-v0xd4Rt5Dn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0xd4Rt5Dn .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0xd4Rt5Dn .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0xd4Rt5Dn .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0xd4Rt5Dn .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0xd4Rt5Dn .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0xd4Rt5Dn .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0xd4Rt5Dn .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0xd4Rt5Dn .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0xd4Rt5Dn .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0xd4Rt5Dn .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0xd4Rt5Dn .image-wrapper {
    margin: 0;
  }
}
.cid-v0xd4Rt5Dn .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0xd4Rt5Dn .image-wrapper img {
    height: 300px;
  }
}
.cid-v0xd4Rt5Dn .card-title {
  color: #222222;
}
.cid-v0xd4Rt5Dn .card-text {
  color: #222222;
}
.cid-v0xd4RHJLF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0xd4RHJLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xd4RHJLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xd4RHJLF .container-fluid {
  max-width: 100% !important;
}
.cid-v0xd4RHJLF .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0xd4RHJLF .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0xd4RHJLF .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0xd4RHJLF .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0xd4RHJLF .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0xd4RHJLF .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0xd4RHJLF .mbr-section-title {
  color: #303030;
}
.cid-v0xd4RHJLF .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0xd4RHJLF .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0xd4RHJLF .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0xd4RHJLF .mbr-text {
  color: #303030;
}
.cid-v0xd4RHJLF .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TS9dyufY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TS9dyufY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TS9dyufY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TS9dyufY .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TS9dyufY .container {
    padding: 10px 8px;
  }
}
.cid-v0TS9dyufY .row {
  margin: 0;
}
.cid-v0TS9dyufY .row .card {
  padding: 0;
}
.cid-v0TS9dyufY .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TS9dyufY .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TS9dyufY .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TS9dyufY .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TS9dyufY .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TS9dyufY .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TS9dyufY .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TS9dyufY .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TS9dyufY .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TS9dyufY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TS9dyufY .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TS9dyufY .mbr-section-title {
  color: #222222;
}
.cid-v0TS9dyufY .mbr-section-title,
.cid-v0TS9dyufY .mbr-section-btn {
  text-align: center;
}
.cid-v0xd4RQoBC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0xd4RQoBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xd4RQoBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xd4RQoBC .row {
  position: relative;
}
.cid-v0xd4RQoBC .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0xd4RQoBC .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0xd4RQoBC .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xd4RQoBC .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0xd4RQoBC .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0xd4RQoBC .col-link {
  padding: 0;
}
.cid-v0xd4RQoBC .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0xd4RQoBC .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0xd4RQoBC .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0xd4RQoBC .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0xd4RQoBC .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0xd4RQoBC .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xd4RQoBC .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0xd4RQoBC .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0xd4RQoBC .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0xd4RQoBC .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xd4RQoBC .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0xd4RQoBC .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0xd4RQoBC .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0xd4RQoBC .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0xd4RQoBC .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0xjgFQEnq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0xjgFQEnq .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0xjgFQEnq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0xjgFQEnq .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0xjgFQEnq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0xjgFQEnq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0xjgFQEnq .container {
    padding: 0 1rem;
  }
}
.cid-v0xjgFQEnq .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0xjgFQEnq .nav-link {
  position: relative;
}
.cid-v0xjgFQEnq .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0xjgFQEnq nav.navbar {
  position: fixed;
}
.cid-v0xjgFQEnq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0xjgFQEnq .navbar.opened {
  transition: all 0.3s;
}
.cid-v0xjgFQEnq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0xjgFQEnq .navbar .navbar-logo img {
  width: auto;
}
.cid-v0xjgFQEnq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0xjgFQEnq .navbar.collapsed {
  justify-content: center;
}
.cid-v0xjgFQEnq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xjgFQEnq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0xjgFQEnq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xjgFQEnq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0xjgFQEnq .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-v0xjgFQEnq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0xjgFQEnq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0xjgFQEnq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0xjgFQEnq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xjgFQEnq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xjgFQEnq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0xjgFQEnq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0xjgFQEnq .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-v0xjgFQEnq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0xjgFQEnq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0xjgFQEnq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0xjgFQEnq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0xjgFQEnq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0xjgFQEnq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0xjgFQEnq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0xjgFQEnq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0xjgFQEnq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0xjgFQEnq .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-v0xjgFQEnq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0xjgFQEnq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0xjgFQEnq .dropdown-item:hover,
.cid-v0xjgFQEnq .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0xjgFQEnq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0xjgFQEnq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0xjgFQEnq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0xjgFQEnq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0xjgFQEnq .dropdown-menu,
.cid-v0xjgFQEnq .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0xjgFQEnq .nav-item:focus,
.cid-v0xjgFQEnq .nav-link:focus {
  outline: none;
}
.cid-v0xjgFQEnq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0xjgFQEnq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0xjgFQEnq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0xjgFQEnq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0xjgFQEnq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xjgFQEnq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0xjgFQEnq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0xjgFQEnq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0xjgFQEnq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xjgFQEnq .dropdown-item.active,
.cid-v0xjgFQEnq .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xjgFQEnq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0xjgFQEnq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0xjgFQEnq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0xjgFQEnq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0xjgFQEnq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0xjgFQEnq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0xjgFQEnq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0xjgFQEnq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0xjgFQEnq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0xjgFQEnq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0xjgFQEnq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0xjgFQEnq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xjgFQEnq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xjgFQEnq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0xjgFQEnq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xjgFQEnq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0xjgFQEnq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0xjgFQEnq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xjgFQEnq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0xjgFQEnq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0xjgFQEnq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xjgFQEnq .navbar {
    height: 70px;
  }
  .cid-v0xjgFQEnq .navbar.opened {
    height: auto;
  }
  .cid-v0xjgFQEnq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0xjgFQEnq .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0xjgFQEnq .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0xjgFQEnq .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0xjgFQEnq .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0xjgFQEnq .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0xjgFQEnq img,
  .cid-v0xjgFQEnq .navbar-brand img,
  .cid-v0xjgFQEnq .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0xjgG9riz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0xjgG9riz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xjgG9riz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xjgG9riz .row {
  margin: 0 -8px;
}
.cid-v0xjgG9riz .row .card {
  padding: 0 8px;
}
.cid-v0xjgG9riz .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0xjgG9riz .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0xjgG9riz .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0xjgG9riz .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0xjgG9riz .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0xjgG9riz .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0xjgG9riz .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0xjgG9riz .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0xjgG9riz .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0xjgG9riz .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0xjgG9riz .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0xjgG9riz .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0xjgG9riz .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0xjgG9riz .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0xjgG9riz .image-wrapper {
  height: 100%;
}
.cid-v0xjgG9riz .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0xjgG9riz .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0xjgG9riz .mbr-text,
.cid-v0xjgG9riz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0xjgG9riz .logo-wrapper,
.cid-v0xjgG9riz .mbr-desc {
  text-align: center;
}
.cid-v0xjgG9riz .mbr-desc {
  color: #63635d;
}
.cid-v0xjgGldPW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0xjgGldPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xjgGldPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xjgGldPW .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0xjgGldPW .container {
    padding: 10px 8px;
  }
}
.cid-v0xjgGldPW .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0xjgGldPW .row {
    padding: 50px 10px;
  }
}
.cid-v0xjgGldPW .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0xjgGldPW .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0xjgGldPW .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0xjgGldPW .mbr-section-title span {
  opacity: .5;
}
.cid-v0xjgGldPW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0xjgGldPW .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0xjgGldPW .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0xjgGldPW .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0xjgGldPW .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0xjgGldPW .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0xjgGldPW .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0xjgGldPW .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0xjgGldPW .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0xjgGldPW .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0xjgGldPW .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0xjgGldPW .image-wrapper {
    margin: 0;
  }
}
.cid-v0xjgGldPW .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0xjgGldPW .image-wrapper img {
    height: 300px;
  }
}
.cid-v0xjgGldPW .card-title {
  color: #222222;
}
.cid-v0xjgGldPW .card-text {
  color: #222222;
}
.cid-v0xjgGCVSU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0xjgGCVSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xjgGCVSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xjgGCVSU .container-fluid {
  max-width: 100% !important;
}
.cid-v0xjgGCVSU .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0xjgGCVSU .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0xjgGCVSU .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0xjgGCVSU .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0xjgGCVSU .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0xjgGCVSU .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0xjgGCVSU .mbr-section-title {
  color: #303030;
}
.cid-v0xjgGCVSU .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0xjgGCVSU .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0xjgGCVSU .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0xjgGCVSU .mbr-text {
  color: #303030;
}
.cid-v0xjgGCVSU .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TSDW7a9Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TSDW7a9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TSDW7a9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TSDW7a9Y .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TSDW7a9Y .container {
    padding: 10px 8px;
  }
}
.cid-v0TSDW7a9Y .row {
  margin: 0;
}
.cid-v0TSDW7a9Y .row .card {
  padding: 0;
}
.cid-v0TSDW7a9Y .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TSDW7a9Y .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TSDW7a9Y .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TSDW7a9Y .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TSDW7a9Y .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TSDW7a9Y .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TSDW7a9Y .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TSDW7a9Y .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TSDW7a9Y .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TSDW7a9Y .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TSDW7a9Y .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TSDW7a9Y .mbr-section-title {
  color: #222222;
}
.cid-v0TSDW7a9Y .mbr-section-title,
.cid-v0TSDW7a9Y .mbr-section-btn {
  text-align: center;
}
.cid-v0xjgGLoBz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0xjgGLoBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xjgGLoBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xjgGLoBz .row {
  position: relative;
}
.cid-v0xjgGLoBz .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0xjgGLoBz .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0xjgGLoBz .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xjgGLoBz .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0xjgGLoBz .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0xjgGLoBz .col-link {
  padding: 0;
}
.cid-v0xjgGLoBz .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0xjgGLoBz .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0xjgGLoBz .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0xjgGLoBz .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0xjgGLoBz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0xjgGLoBz .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xjgGLoBz .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0xjgGLoBz .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0xjgGLoBz .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0xjgGLoBz .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xjgGLoBz .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0xjgGLoBz .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0xjgGLoBz .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0xjgGLoBz .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0xjgGLoBz .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0xnOsPUZm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0xnOsPUZm .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0xnOsPUZm .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0xnOsPUZm .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0xnOsPUZm .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0xnOsPUZm .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0xnOsPUZm .container {
    padding: 0 1rem;
  }
}
.cid-v0xnOsPUZm .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0xnOsPUZm .nav-link {
  position: relative;
}
.cid-v0xnOsPUZm .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0xnOsPUZm nav.navbar {
  position: fixed;
}
.cid-v0xnOsPUZm .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0xnOsPUZm .navbar.opened {
  transition: all 0.3s;
}
.cid-v0xnOsPUZm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0xnOsPUZm .navbar .navbar-logo img {
  width: auto;
}
.cid-v0xnOsPUZm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0xnOsPUZm .navbar.collapsed {
  justify-content: center;
}
.cid-v0xnOsPUZm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xnOsPUZm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0xnOsPUZm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xnOsPUZm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0xnOsPUZm .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-v0xnOsPUZm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0xnOsPUZm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0xnOsPUZm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0xnOsPUZm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xnOsPUZm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xnOsPUZm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0xnOsPUZm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0xnOsPUZm .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-v0xnOsPUZm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0xnOsPUZm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0xnOsPUZm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0xnOsPUZm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0xnOsPUZm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0xnOsPUZm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0xnOsPUZm .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0xnOsPUZm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0xnOsPUZm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0xnOsPUZm .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-v0xnOsPUZm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0xnOsPUZm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0xnOsPUZm .dropdown-item:hover,
.cid-v0xnOsPUZm .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0xnOsPUZm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0xnOsPUZm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0xnOsPUZm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0xnOsPUZm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0xnOsPUZm .dropdown-menu,
.cid-v0xnOsPUZm .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0xnOsPUZm .nav-item:focus,
.cid-v0xnOsPUZm .nav-link:focus {
  outline: none;
}
.cid-v0xnOsPUZm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0xnOsPUZm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0xnOsPUZm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0xnOsPUZm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0xnOsPUZm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xnOsPUZm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0xnOsPUZm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0xnOsPUZm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0xnOsPUZm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xnOsPUZm .dropdown-item.active,
.cid-v0xnOsPUZm .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xnOsPUZm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0xnOsPUZm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0xnOsPUZm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0xnOsPUZm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0xnOsPUZm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0xnOsPUZm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0xnOsPUZm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0xnOsPUZm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0xnOsPUZm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0xnOsPUZm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0xnOsPUZm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0xnOsPUZm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xnOsPUZm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xnOsPUZm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0xnOsPUZm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xnOsPUZm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0xnOsPUZm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0xnOsPUZm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xnOsPUZm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0xnOsPUZm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0xnOsPUZm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xnOsPUZm .navbar {
    height: 70px;
  }
  .cid-v0xnOsPUZm .navbar.opened {
    height: auto;
  }
  .cid-v0xnOsPUZm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0xnOsPUZm .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0xnOsPUZm .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0xnOsPUZm .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0xnOsPUZm .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0xnOsPUZm .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0xnOsPUZm img,
  .cid-v0xnOsPUZm .navbar-brand img,
  .cid-v0xnOsPUZm .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0xnOt61Fi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0xnOt61Fi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xnOt61Fi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xnOt61Fi .row {
  margin: 0 -8px;
}
.cid-v0xnOt61Fi .row .card {
  padding: 0 8px;
}
.cid-v0xnOt61Fi .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0xnOt61Fi .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0xnOt61Fi .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0xnOt61Fi .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0xnOt61Fi .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0xnOt61Fi .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0xnOt61Fi .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0xnOt61Fi .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0xnOt61Fi .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0xnOt61Fi .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0xnOt61Fi .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0xnOt61Fi .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0xnOt61Fi .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0xnOt61Fi .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0xnOt61Fi .image-wrapper {
  height: 100%;
}
.cid-v0xnOt61Fi .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0xnOt61Fi .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0xnOt61Fi .mbr-text,
.cid-v0xnOt61Fi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0xnOt61Fi .logo-wrapper,
.cid-v0xnOt61Fi .mbr-desc {
  text-align: center;
}
.cid-v0xnOt61Fi .mbr-desc {
  color: #63635d;
}
.cid-v0xnOtiGWE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0xnOtiGWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xnOtiGWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xnOtiGWE .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0xnOtiGWE .container {
    padding: 10px 8px;
  }
}
.cid-v0xnOtiGWE .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0xnOtiGWE .row {
    padding: 50px 10px;
  }
}
.cid-v0xnOtiGWE .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0xnOtiGWE .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0xnOtiGWE .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0xnOtiGWE .mbr-section-title span {
  opacity: .5;
}
.cid-v0xnOtiGWE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0xnOtiGWE .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0xnOtiGWE .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0xnOtiGWE .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0xnOtiGWE .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0xnOtiGWE .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0xnOtiGWE .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0xnOtiGWE .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0xnOtiGWE .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0xnOtiGWE .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0xnOtiGWE .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0xnOtiGWE .image-wrapper {
    margin: 0;
  }
}
.cid-v0xnOtiGWE .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0xnOtiGWE .image-wrapper img {
    height: 300px;
  }
}
.cid-v0xnOtiGWE .card-title {
  color: #222222;
}
.cid-v0xnOtiGWE .card-text {
  color: #222222;
}
.cid-v0xnOtvLiW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0xnOtvLiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xnOtvLiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xnOtvLiW .container-fluid {
  max-width: 100% !important;
}
.cid-v0xnOtvLiW .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0xnOtvLiW .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0xnOtvLiW .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0xnOtvLiW .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0xnOtvLiW .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0xnOtvLiW .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0xnOtvLiW .mbr-section-title {
  color: #303030;
}
.cid-v0xnOtvLiW .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0xnOtvLiW .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0xnOtvLiW .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0xnOtvLiW .mbr-text {
  color: #303030;
}
.cid-v0xnOtvLiW .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TT6tEfzg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TT6tEfzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TT6tEfzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TT6tEfzg .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TT6tEfzg .container {
    padding: 10px 8px;
  }
}
.cid-v0TT6tEfzg .row {
  margin: 0;
}
.cid-v0TT6tEfzg .row .card {
  padding: 0;
}
.cid-v0TT6tEfzg .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TT6tEfzg .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TT6tEfzg .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TT6tEfzg .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TT6tEfzg .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TT6tEfzg .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TT6tEfzg .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TT6tEfzg .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TT6tEfzg .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TT6tEfzg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TT6tEfzg .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TT6tEfzg .mbr-section-title {
  color: #222222;
}
.cid-v0TT6tEfzg .mbr-section-title,
.cid-v0TT6tEfzg .mbr-section-btn {
  text-align: center;
}
.cid-v0xnOtEqcp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0xnOtEqcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xnOtEqcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xnOtEqcp .row {
  position: relative;
}
.cid-v0xnOtEqcp .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0xnOtEqcp .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0xnOtEqcp .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xnOtEqcp .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0xnOtEqcp .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0xnOtEqcp .col-link {
  padding: 0;
}
.cid-v0xnOtEqcp .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0xnOtEqcp .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0xnOtEqcp .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0xnOtEqcp .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0xnOtEqcp .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0xnOtEqcp .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xnOtEqcp .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0xnOtEqcp .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0xnOtEqcp .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0xnOtEqcp .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xnOtEqcp .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0xnOtEqcp .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0xnOtEqcp .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0xnOtEqcp .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0xnOtEqcp .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0xsgNz3KF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0xsgNz3KF .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0xsgNz3KF .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0xsgNz3KF .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0xsgNz3KF .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0xsgNz3KF .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0xsgNz3KF .container {
    padding: 0 1rem;
  }
}
.cid-v0xsgNz3KF .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0xsgNz3KF .nav-link {
  position: relative;
}
.cid-v0xsgNz3KF .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0xsgNz3KF nav.navbar {
  position: fixed;
}
.cid-v0xsgNz3KF .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0xsgNz3KF .navbar.opened {
  transition: all 0.3s;
}
.cid-v0xsgNz3KF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0xsgNz3KF .navbar .navbar-logo img {
  width: auto;
}
.cid-v0xsgNz3KF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0xsgNz3KF .navbar.collapsed {
  justify-content: center;
}
.cid-v0xsgNz3KF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xsgNz3KF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0xsgNz3KF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xsgNz3KF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0xsgNz3KF .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-v0xsgNz3KF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0xsgNz3KF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0xsgNz3KF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0xsgNz3KF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xsgNz3KF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xsgNz3KF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0xsgNz3KF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0xsgNz3KF .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-v0xsgNz3KF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0xsgNz3KF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0xsgNz3KF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0xsgNz3KF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0xsgNz3KF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0xsgNz3KF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0xsgNz3KF .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0xsgNz3KF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0xsgNz3KF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0xsgNz3KF .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-v0xsgNz3KF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0xsgNz3KF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0xsgNz3KF .dropdown-item:hover,
.cid-v0xsgNz3KF .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0xsgNz3KF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0xsgNz3KF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0xsgNz3KF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0xsgNz3KF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0xsgNz3KF .dropdown-menu,
.cid-v0xsgNz3KF .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0xsgNz3KF .nav-item:focus,
.cid-v0xsgNz3KF .nav-link:focus {
  outline: none;
}
.cid-v0xsgNz3KF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0xsgNz3KF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0xsgNz3KF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0xsgNz3KF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0xsgNz3KF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xsgNz3KF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0xsgNz3KF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0xsgNz3KF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0xsgNz3KF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xsgNz3KF .dropdown-item.active,
.cid-v0xsgNz3KF .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xsgNz3KF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0xsgNz3KF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0xsgNz3KF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0xsgNz3KF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0xsgNz3KF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0xsgNz3KF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0xsgNz3KF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0xsgNz3KF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0xsgNz3KF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0xsgNz3KF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0xsgNz3KF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0xsgNz3KF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xsgNz3KF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xsgNz3KF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0xsgNz3KF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xsgNz3KF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0xsgNz3KF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0xsgNz3KF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xsgNz3KF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0xsgNz3KF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0xsgNz3KF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xsgNz3KF .navbar {
    height: 70px;
  }
  .cid-v0xsgNz3KF .navbar.opened {
    height: auto;
  }
  .cid-v0xsgNz3KF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0xsgNz3KF .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0xsgNz3KF .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0xsgNz3KF .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0xsgNz3KF .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0xsgNz3KF .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0xsgNz3KF img,
  .cid-v0xsgNz3KF .navbar-brand img,
  .cid-v0xsgNz3KF .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0xsgNQ0zW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0xsgNQ0zW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xsgNQ0zW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xsgNQ0zW .row {
  margin: 0 -8px;
}
.cid-v0xsgNQ0zW .row .card {
  padding: 0 8px;
}
.cid-v0xsgNQ0zW .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0xsgNQ0zW .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0xsgNQ0zW .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0xsgNQ0zW .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0xsgNQ0zW .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0xsgNQ0zW .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0xsgNQ0zW .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0xsgNQ0zW .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0xsgNQ0zW .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0xsgNQ0zW .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0xsgNQ0zW .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0xsgNQ0zW .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0xsgNQ0zW .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0xsgNQ0zW .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0xsgNQ0zW .image-wrapper {
  height: 100%;
}
.cid-v0xsgNQ0zW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0xsgNQ0zW .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0xsgNQ0zW .mbr-text,
.cid-v0xsgNQ0zW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0xsgNQ0zW .logo-wrapper,
.cid-v0xsgNQ0zW .mbr-desc {
  text-align: center;
}
.cid-v0xsgNQ0zW .mbr-desc {
  color: #63635d;
}
.cid-v0xsgO1NqN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0xsgO1NqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xsgO1NqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xsgO1NqN .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0xsgO1NqN .container {
    padding: 10px 8px;
  }
}
.cid-v0xsgO1NqN .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0xsgO1NqN .row {
    padding: 50px 10px;
  }
}
.cid-v0xsgO1NqN .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0xsgO1NqN .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0xsgO1NqN .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0xsgO1NqN .mbr-section-title span {
  opacity: .5;
}
.cid-v0xsgO1NqN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0xsgO1NqN .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0xsgO1NqN .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0xsgO1NqN .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0xsgO1NqN .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0xsgO1NqN .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0xsgO1NqN .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0xsgO1NqN .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0xsgO1NqN .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0xsgO1NqN .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0xsgO1NqN .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0xsgO1NqN .image-wrapper {
    margin: 0;
  }
}
.cid-v0xsgO1NqN .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0xsgO1NqN .image-wrapper img {
    height: 300px;
  }
}
.cid-v0xsgO1NqN .card-title {
  color: #222222;
}
.cid-v0xsgO1NqN .card-text {
  color: #222222;
}
.cid-v0xsgOfuKa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0xsgOfuKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xsgOfuKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xsgOfuKa .container-fluid {
  max-width: 100% !important;
}
.cid-v0xsgOfuKa .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0xsgOfuKa .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0xsgOfuKa .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0xsgOfuKa .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0xsgOfuKa .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0xsgOfuKa .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0xsgOfuKa .mbr-section-title {
  color: #303030;
}
.cid-v0xsgOfuKa .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0xsgOfuKa .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0xsgOfuKa .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0xsgOfuKa .mbr-text {
  color: #303030;
}
.cid-v0xsgOfuKa .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TTv2Bz0K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TTv2Bz0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TTv2Bz0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TTv2Bz0K .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TTv2Bz0K .container {
    padding: 10px 8px;
  }
}
.cid-v0TTv2Bz0K .row {
  margin: 0;
}
.cid-v0TTv2Bz0K .row .card {
  padding: 0;
}
.cid-v0TTv2Bz0K .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TTv2Bz0K .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TTv2Bz0K .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TTv2Bz0K .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TTv2Bz0K .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TTv2Bz0K .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TTv2Bz0K .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TTv2Bz0K .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TTv2Bz0K .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TTv2Bz0K .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TTv2Bz0K .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TTv2Bz0K .mbr-section-title {
  color: #222222;
}
.cid-v0TTv2Bz0K .mbr-section-title,
.cid-v0TTv2Bz0K .mbr-section-btn {
  text-align: center;
}
.cid-v0xsgOnNYE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0xsgOnNYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xsgOnNYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xsgOnNYE .row {
  position: relative;
}
.cid-v0xsgOnNYE .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0xsgOnNYE .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0xsgOnNYE .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xsgOnNYE .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0xsgOnNYE .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0xsgOnNYE .col-link {
  padding: 0;
}
.cid-v0xsgOnNYE .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0xsgOnNYE .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0xsgOnNYE .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0xsgOnNYE .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0xsgOnNYE .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0xsgOnNYE .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xsgOnNYE .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0xsgOnNYE .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0xsgOnNYE .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0xsgOnNYE .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xsgOnNYE .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0xsgOnNYE .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0xsgOnNYE .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0xsgOnNYE .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0xsgOnNYE .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0xxkmhUmq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0xxkmhUmq .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0xxkmhUmq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0xxkmhUmq .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0xxkmhUmq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0xxkmhUmq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0xxkmhUmq .container {
    padding: 0 1rem;
  }
}
.cid-v0xxkmhUmq .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0xxkmhUmq .nav-link {
  position: relative;
}
.cid-v0xxkmhUmq .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0xxkmhUmq nav.navbar {
  position: fixed;
}
.cid-v0xxkmhUmq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0xxkmhUmq .navbar.opened {
  transition: all 0.3s;
}
.cid-v0xxkmhUmq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0xxkmhUmq .navbar .navbar-logo img {
  width: auto;
}
.cid-v0xxkmhUmq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0xxkmhUmq .navbar.collapsed {
  justify-content: center;
}
.cid-v0xxkmhUmq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xxkmhUmq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0xxkmhUmq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xxkmhUmq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0xxkmhUmq .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-v0xxkmhUmq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0xxkmhUmq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0xxkmhUmq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0xxkmhUmq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xxkmhUmq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xxkmhUmq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0xxkmhUmq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0xxkmhUmq .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-v0xxkmhUmq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0xxkmhUmq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0xxkmhUmq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0xxkmhUmq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0xxkmhUmq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0xxkmhUmq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0xxkmhUmq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0xxkmhUmq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0xxkmhUmq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0xxkmhUmq .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-v0xxkmhUmq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0xxkmhUmq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0xxkmhUmq .dropdown-item:hover,
.cid-v0xxkmhUmq .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0xxkmhUmq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0xxkmhUmq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0xxkmhUmq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0xxkmhUmq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0xxkmhUmq .dropdown-menu,
.cid-v0xxkmhUmq .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0xxkmhUmq .nav-item:focus,
.cid-v0xxkmhUmq .nav-link:focus {
  outline: none;
}
.cid-v0xxkmhUmq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0xxkmhUmq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0xxkmhUmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0xxkmhUmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0xxkmhUmq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xxkmhUmq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0xxkmhUmq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0xxkmhUmq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0xxkmhUmq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xxkmhUmq .dropdown-item.active,
.cid-v0xxkmhUmq .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xxkmhUmq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0xxkmhUmq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0xxkmhUmq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0xxkmhUmq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0xxkmhUmq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0xxkmhUmq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0xxkmhUmq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0xxkmhUmq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0xxkmhUmq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0xxkmhUmq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0xxkmhUmq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0xxkmhUmq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xxkmhUmq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xxkmhUmq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0xxkmhUmq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xxkmhUmq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0xxkmhUmq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0xxkmhUmq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xxkmhUmq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0xxkmhUmq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0xxkmhUmq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xxkmhUmq .navbar {
    height: 70px;
  }
  .cid-v0xxkmhUmq .navbar.opened {
    height: auto;
  }
  .cid-v0xxkmhUmq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0xxkmhUmq .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0xxkmhUmq .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0xxkmhUmq .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0xxkmhUmq .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0xxkmhUmq .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0xxkmhUmq img,
  .cid-v0xxkmhUmq .navbar-brand img,
  .cid-v0xxkmhUmq .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0xxkmPFH7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0xxkmPFH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xxkmPFH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xxkmPFH7 .row {
  margin: 0 -8px;
}
.cid-v0xxkmPFH7 .row .card {
  padding: 0 8px;
}
.cid-v0xxkmPFH7 .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0xxkmPFH7 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0xxkmPFH7 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0xxkmPFH7 .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0xxkmPFH7 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0xxkmPFH7 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0xxkmPFH7 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0xxkmPFH7 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0xxkmPFH7 .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0xxkmPFH7 .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0xxkmPFH7 .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0xxkmPFH7 .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0xxkmPFH7 .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0xxkmPFH7 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0xxkmPFH7 .image-wrapper {
  height: 100%;
}
.cid-v0xxkmPFH7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0xxkmPFH7 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0xxkmPFH7 .mbr-text,
.cid-v0xxkmPFH7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0xxkmPFH7 .logo-wrapper,
.cid-v0xxkmPFH7 .mbr-desc {
  text-align: center;
}
.cid-v0xxkmPFH7 .mbr-desc {
  color: #63635d;
}
.cid-v0xxkncxwF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0xxkncxwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xxkncxwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xxkncxwF .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0xxkncxwF .container {
    padding: 10px 8px;
  }
}
.cid-v0xxkncxwF .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0xxkncxwF .row {
    padding: 50px 10px;
  }
}
.cid-v0xxkncxwF .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0xxkncxwF .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0xxkncxwF .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0xxkncxwF .mbr-section-title span {
  opacity: .5;
}
.cid-v0xxkncxwF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0xxkncxwF .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0xxkncxwF .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0xxkncxwF .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0xxkncxwF .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0xxkncxwF .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0xxkncxwF .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0xxkncxwF .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0xxkncxwF .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0xxkncxwF .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0xxkncxwF .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0xxkncxwF .image-wrapper {
    margin: 0;
  }
}
.cid-v0xxkncxwF .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0xxkncxwF .image-wrapper img {
    height: 300px;
  }
}
.cid-v0xxkncxwF .card-title {
  color: #222222;
}
.cid-v0xxkncxwF .card-text {
  color: #222222;
}
.cid-v0xxknDThx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0xxknDThx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xxknDThx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xxknDThx .container-fluid {
  max-width: 100% !important;
}
.cid-v0xxknDThx .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0xxknDThx .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0xxknDThx .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0xxknDThx .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0xxknDThx .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0xxknDThx .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0xxknDThx .mbr-section-title {
  color: #303030;
}
.cid-v0xxknDThx .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0xxknDThx .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0xxknDThx .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0xxknDThx .mbr-text {
  color: #303030;
}
.cid-v0xxknDThx .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TTShUwue {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TTShUwue .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TTShUwue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TTShUwue .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TTShUwue .container {
    padding: 10px 8px;
  }
}
.cid-v0TTShUwue .row {
  margin: 0;
}
.cid-v0TTShUwue .row .card {
  padding: 0;
}
.cid-v0TTShUwue .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TTShUwue .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TTShUwue .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TTShUwue .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TTShUwue .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TTShUwue .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TTShUwue .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TTShUwue .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TTShUwue .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TTShUwue .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TTShUwue .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TTShUwue .mbr-section-title {
  color: #222222;
}
.cid-v0TTShUwue .mbr-section-title,
.cid-v0TTShUwue .mbr-section-btn {
  text-align: center;
}
.cid-v0xxknZ4Hm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0xxknZ4Hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xxknZ4Hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xxknZ4Hm .row {
  position: relative;
}
.cid-v0xxknZ4Hm .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0xxknZ4Hm .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0xxknZ4Hm .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xxknZ4Hm .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0xxknZ4Hm .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0xxknZ4Hm .col-link {
  padding: 0;
}
.cid-v0xxknZ4Hm .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0xxknZ4Hm .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0xxknZ4Hm .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0xxknZ4Hm .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0xxknZ4Hm .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0xxknZ4Hm .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xxknZ4Hm .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0xxknZ4Hm .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0xxknZ4Hm .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0xxknZ4Hm .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xxknZ4Hm .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0xxknZ4Hm .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0xxknZ4Hm .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0xxknZ4Hm .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0xxknZ4Hm .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0xAvOyxPy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0xAvOyxPy .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0xAvOyxPy .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0xAvOyxPy .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0xAvOyxPy .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0xAvOyxPy .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0xAvOyxPy .container {
    padding: 0 1rem;
  }
}
.cid-v0xAvOyxPy .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0xAvOyxPy .nav-link {
  position: relative;
}
.cid-v0xAvOyxPy .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0xAvOyxPy nav.navbar {
  position: fixed;
}
.cid-v0xAvOyxPy .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0xAvOyxPy .navbar.opened {
  transition: all 0.3s;
}
.cid-v0xAvOyxPy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0xAvOyxPy .navbar .navbar-logo img {
  width: auto;
}
.cid-v0xAvOyxPy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0xAvOyxPy .navbar.collapsed {
  justify-content: center;
}
.cid-v0xAvOyxPy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xAvOyxPy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0xAvOyxPy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xAvOyxPy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0xAvOyxPy .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-v0xAvOyxPy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0xAvOyxPy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0xAvOyxPy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0xAvOyxPy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xAvOyxPy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xAvOyxPy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0xAvOyxPy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0xAvOyxPy .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-v0xAvOyxPy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0xAvOyxPy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0xAvOyxPy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0xAvOyxPy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0xAvOyxPy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0xAvOyxPy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0xAvOyxPy .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0xAvOyxPy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0xAvOyxPy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0xAvOyxPy .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-v0xAvOyxPy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0xAvOyxPy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0xAvOyxPy .dropdown-item:hover,
.cid-v0xAvOyxPy .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0xAvOyxPy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0xAvOyxPy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0xAvOyxPy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0xAvOyxPy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0xAvOyxPy .dropdown-menu,
.cid-v0xAvOyxPy .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0xAvOyxPy .nav-item:focus,
.cid-v0xAvOyxPy .nav-link:focus {
  outline: none;
}
.cid-v0xAvOyxPy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0xAvOyxPy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0xAvOyxPy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0xAvOyxPy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0xAvOyxPy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xAvOyxPy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0xAvOyxPy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0xAvOyxPy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0xAvOyxPy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xAvOyxPy .dropdown-item.active,
.cid-v0xAvOyxPy .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xAvOyxPy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0xAvOyxPy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0xAvOyxPy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0xAvOyxPy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0xAvOyxPy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0xAvOyxPy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0xAvOyxPy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0xAvOyxPy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0xAvOyxPy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0xAvOyxPy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0xAvOyxPy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0xAvOyxPy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xAvOyxPy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xAvOyxPy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0xAvOyxPy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xAvOyxPy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0xAvOyxPy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0xAvOyxPy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xAvOyxPy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0xAvOyxPy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0xAvOyxPy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xAvOyxPy .navbar {
    height: 70px;
  }
  .cid-v0xAvOyxPy .navbar.opened {
    height: auto;
  }
  .cid-v0xAvOyxPy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0xAvOyxPy .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0xAvOyxPy .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0xAvOyxPy .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0xAvOyxPy .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0xAvOyxPy .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0xAvOyxPy img,
  .cid-v0xAvOyxPy .navbar-brand img,
  .cid-v0xAvOyxPy .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0xAvP2IIH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0xAvP2IIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xAvP2IIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xAvP2IIH .row {
  margin: 0 -8px;
}
.cid-v0xAvP2IIH .row .card {
  padding: 0 8px;
}
.cid-v0xAvP2IIH .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0xAvP2IIH .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0xAvP2IIH .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0xAvP2IIH .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0xAvP2IIH .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0xAvP2IIH .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0xAvP2IIH .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0xAvP2IIH .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0xAvP2IIH .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0xAvP2IIH .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0xAvP2IIH .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0xAvP2IIH .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0xAvP2IIH .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0xAvP2IIH .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0xAvP2IIH .image-wrapper {
  height: 100%;
}
.cid-v0xAvP2IIH .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0xAvP2IIH .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0xAvP2IIH .mbr-text,
.cid-v0xAvP2IIH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0xAvP2IIH .logo-wrapper,
.cid-v0xAvP2IIH .mbr-desc {
  text-align: center;
}
.cid-v0xAvP2IIH .mbr-desc {
  color: #63635d;
}
.cid-v0xAvPla1I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0xAvPla1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xAvPla1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xAvPla1I .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0xAvPla1I .container {
    padding: 10px 8px;
  }
}
.cid-v0xAvPla1I .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0xAvPla1I .row {
    padding: 50px 10px;
  }
}
.cid-v0xAvPla1I .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0xAvPla1I .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0xAvPla1I .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0xAvPla1I .mbr-section-title span {
  opacity: .5;
}
.cid-v0xAvPla1I .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0xAvPla1I .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0xAvPla1I .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0xAvPla1I .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0xAvPla1I .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0xAvPla1I .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0xAvPla1I .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0xAvPla1I .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0xAvPla1I .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0xAvPla1I .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0xAvPla1I .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0xAvPla1I .image-wrapper {
    margin: 0;
  }
}
.cid-v0xAvPla1I .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0xAvPla1I .image-wrapper img {
    height: 300px;
  }
}
.cid-v0xAvPla1I .card-title {
  color: #222222;
}
.cid-v0xAvPla1I .card-text {
  color: #222222;
}
.cid-v0xAvPEXlf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0xAvPEXlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xAvPEXlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xAvPEXlf .container-fluid {
  max-width: 100% !important;
}
.cid-v0xAvPEXlf .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0xAvPEXlf .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0xAvPEXlf .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0xAvPEXlf .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0xAvPEXlf .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0xAvPEXlf .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0xAvPEXlf .mbr-section-title {
  color: #303030;
}
.cid-v0xAvPEXlf .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0xAvPEXlf .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0xAvPEXlf .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0xAvPEXlf .mbr-text {
  color: #303030;
}
.cid-v0xAvPEXlf .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TUegaIR5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TUegaIR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TUegaIR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TUegaIR5 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TUegaIR5 .container {
    padding: 10px 8px;
  }
}
.cid-v0TUegaIR5 .row {
  margin: 0;
}
.cid-v0TUegaIR5 .row .card {
  padding: 0;
}
.cid-v0TUegaIR5 .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TUegaIR5 .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TUegaIR5 .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TUegaIR5 .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TUegaIR5 .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TUegaIR5 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TUegaIR5 .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TUegaIR5 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TUegaIR5 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TUegaIR5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TUegaIR5 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TUegaIR5 .mbr-section-title {
  color: #222222;
}
.cid-v0TUegaIR5 .mbr-section-title,
.cid-v0TUegaIR5 .mbr-section-btn {
  text-align: center;
}
.cid-v0xAvPQ7jf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0xAvPQ7jf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xAvPQ7jf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xAvPQ7jf .row {
  position: relative;
}
.cid-v0xAvPQ7jf .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0xAvPQ7jf .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0xAvPQ7jf .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xAvPQ7jf .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0xAvPQ7jf .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0xAvPQ7jf .col-link {
  padding: 0;
}
.cid-v0xAvPQ7jf .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0xAvPQ7jf .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0xAvPQ7jf .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0xAvPQ7jf .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0xAvPQ7jf .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0xAvPQ7jf .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xAvPQ7jf .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0xAvPQ7jf .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0xAvPQ7jf .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0xAvPQ7jf .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xAvPQ7jf .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0xAvPQ7jf .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0xAvPQ7jf .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0xAvPQ7jf .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0xAvPQ7jf .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0xD1QqY7W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0xD1QqY7W .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0xD1QqY7W .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0xD1QqY7W .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0xD1QqY7W .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0xD1QqY7W .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0xD1QqY7W .container {
    padding: 0 1rem;
  }
}
.cid-v0xD1QqY7W .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0xD1QqY7W .nav-link {
  position: relative;
}
.cid-v0xD1QqY7W .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0xD1QqY7W nav.navbar {
  position: fixed;
}
.cid-v0xD1QqY7W .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0xD1QqY7W .navbar.opened {
  transition: all 0.3s;
}
.cid-v0xD1QqY7W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0xD1QqY7W .navbar .navbar-logo img {
  width: auto;
}
.cid-v0xD1QqY7W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0xD1QqY7W .navbar.collapsed {
  justify-content: center;
}
.cid-v0xD1QqY7W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xD1QqY7W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0xD1QqY7W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xD1QqY7W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0xD1QqY7W .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-v0xD1QqY7W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0xD1QqY7W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0xD1QqY7W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0xD1QqY7W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xD1QqY7W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xD1QqY7W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0xD1QqY7W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0xD1QqY7W .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-v0xD1QqY7W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0xD1QqY7W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0xD1QqY7W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0xD1QqY7W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0xD1QqY7W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0xD1QqY7W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0xD1QqY7W .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0xD1QqY7W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0xD1QqY7W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0xD1QqY7W .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-v0xD1QqY7W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0xD1QqY7W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0xD1QqY7W .dropdown-item:hover,
.cid-v0xD1QqY7W .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0xD1QqY7W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0xD1QqY7W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0xD1QqY7W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0xD1QqY7W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0xD1QqY7W .dropdown-menu,
.cid-v0xD1QqY7W .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0xD1QqY7W .nav-item:focus,
.cid-v0xD1QqY7W .nav-link:focus {
  outline: none;
}
.cid-v0xD1QqY7W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0xD1QqY7W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0xD1QqY7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0xD1QqY7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0xD1QqY7W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xD1QqY7W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0xD1QqY7W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0xD1QqY7W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0xD1QqY7W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xD1QqY7W .dropdown-item.active,
.cid-v0xD1QqY7W .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xD1QqY7W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0xD1QqY7W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0xD1QqY7W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0xD1QqY7W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0xD1QqY7W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0xD1QqY7W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0xD1QqY7W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0xD1QqY7W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0xD1QqY7W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0xD1QqY7W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0xD1QqY7W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0xD1QqY7W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xD1QqY7W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xD1QqY7W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0xD1QqY7W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xD1QqY7W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0xD1QqY7W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0xD1QqY7W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xD1QqY7W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0xD1QqY7W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0xD1QqY7W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xD1QqY7W .navbar {
    height: 70px;
  }
  .cid-v0xD1QqY7W .navbar.opened {
    height: auto;
  }
  .cid-v0xD1QqY7W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0xD1QqY7W .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0xD1QqY7W .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0xD1QqY7W .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0xD1QqY7W .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0xD1QqY7W .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0xD1QqY7W img,
  .cid-v0xD1QqY7W .navbar-brand img,
  .cid-v0xD1QqY7W .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0xD1Rldm1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0xD1Rldm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xD1Rldm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xD1Rldm1 .row {
  margin: 0 -8px;
}
.cid-v0xD1Rldm1 .row .card {
  padding: 0 8px;
}
.cid-v0xD1Rldm1 .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0xD1Rldm1 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0xD1Rldm1 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0xD1Rldm1 .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0xD1Rldm1 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0xD1Rldm1 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0xD1Rldm1 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0xD1Rldm1 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0xD1Rldm1 .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0xD1Rldm1 .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0xD1Rldm1 .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0xD1Rldm1 .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0xD1Rldm1 .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0xD1Rldm1 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0xD1Rldm1 .image-wrapper {
  height: 100%;
}
.cid-v0xD1Rldm1 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0xD1Rldm1 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0xD1Rldm1 .mbr-text,
.cid-v0xD1Rldm1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0xD1Rldm1 .logo-wrapper,
.cid-v0xD1Rldm1 .mbr-desc {
  text-align: center;
}
.cid-v0xD1Rldm1 .mbr-desc {
  color: #63635d;
}
.cid-v0xD1RRtNX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0xD1RRtNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xD1RRtNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xD1RRtNX .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0xD1RRtNX .container {
    padding: 10px 8px;
  }
}
.cid-v0xD1RRtNX .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0xD1RRtNX .row {
    padding: 50px 10px;
  }
}
.cid-v0xD1RRtNX .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0xD1RRtNX .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0xD1RRtNX .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0xD1RRtNX .mbr-section-title span {
  opacity: .5;
}
.cid-v0xD1RRtNX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0xD1RRtNX .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0xD1RRtNX .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0xD1RRtNX .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0xD1RRtNX .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0xD1RRtNX .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0xD1RRtNX .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0xD1RRtNX .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0xD1RRtNX .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0xD1RRtNX .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0xD1RRtNX .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0xD1RRtNX .image-wrapper {
    margin: 0;
  }
}
.cid-v0xD1RRtNX .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0xD1RRtNX .image-wrapper img {
    height: 300px;
  }
}
.cid-v0xD1RRtNX .card-title {
  color: #222222;
}
.cid-v0xD1RRtNX .card-text {
  color: #222222;
}
.cid-v0xD1SyiaL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0xD1SyiaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xD1SyiaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xD1SyiaL .container-fluid {
  max-width: 100% !important;
}
.cid-v0xD1SyiaL .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0xD1SyiaL .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0xD1SyiaL .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0xD1SyiaL .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0xD1SyiaL .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0xD1SyiaL .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0xD1SyiaL .mbr-section-title {
  color: #303030;
}
.cid-v0xD1SyiaL .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0xD1SyiaL .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0xD1SyiaL .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0xD1SyiaL .mbr-text {
  color: #303030;
}
.cid-v0xD1SyiaL .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TUGLK8a2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TUGLK8a2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TUGLK8a2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TUGLK8a2 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TUGLK8a2 .container {
    padding: 10px 8px;
  }
}
.cid-v0TUGLK8a2 .row {
  margin: 0;
}
.cid-v0TUGLK8a2 .row .card {
  padding: 0;
}
.cid-v0TUGLK8a2 .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TUGLK8a2 .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TUGLK8a2 .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TUGLK8a2 .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TUGLK8a2 .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TUGLK8a2 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TUGLK8a2 .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TUGLK8a2 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TUGLK8a2 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TUGLK8a2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TUGLK8a2 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TUGLK8a2 .mbr-section-title {
  color: #222222;
}
.cid-v0TUGLK8a2 .mbr-section-title,
.cid-v0TUGLK8a2 .mbr-section-btn {
  text-align: center;
}
.cid-v0xD1T3C1J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0xD1T3C1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xD1T3C1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xD1T3C1J .row {
  position: relative;
}
.cid-v0xD1T3C1J .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0xD1T3C1J .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0xD1T3C1J .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xD1T3C1J .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0xD1T3C1J .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0xD1T3C1J .col-link {
  padding: 0;
}
.cid-v0xD1T3C1J .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0xD1T3C1J .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0xD1T3C1J .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0xD1T3C1J .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0xD1T3C1J .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0xD1T3C1J .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xD1T3C1J .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0xD1T3C1J .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0xD1T3C1J .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0xD1T3C1J .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xD1T3C1J .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0xD1T3C1J .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0xD1T3C1J .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0xD1T3C1J .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0xD1T3C1J .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0xGghZh9o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0xGghZh9o .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0xGghZh9o .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0xGghZh9o .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0xGghZh9o .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0xGghZh9o .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0xGghZh9o .container {
    padding: 0 1rem;
  }
}
.cid-v0xGghZh9o .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0xGghZh9o .nav-link {
  position: relative;
}
.cid-v0xGghZh9o .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0xGghZh9o nav.navbar {
  position: fixed;
}
.cid-v0xGghZh9o .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0xGghZh9o .navbar.opened {
  transition: all 0.3s;
}
.cid-v0xGghZh9o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0xGghZh9o .navbar .navbar-logo img {
  width: auto;
}
.cid-v0xGghZh9o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0xGghZh9o .navbar.collapsed {
  justify-content: center;
}
.cid-v0xGghZh9o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xGghZh9o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0xGghZh9o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xGghZh9o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0xGghZh9o .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-v0xGghZh9o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0xGghZh9o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0xGghZh9o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0xGghZh9o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xGghZh9o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xGghZh9o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0xGghZh9o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0xGghZh9o .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-v0xGghZh9o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0xGghZh9o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0xGghZh9o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0xGghZh9o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0xGghZh9o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0xGghZh9o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0xGghZh9o .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0xGghZh9o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0xGghZh9o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0xGghZh9o .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-v0xGghZh9o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0xGghZh9o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0xGghZh9o .dropdown-item:hover,
.cid-v0xGghZh9o .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0xGghZh9o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0xGghZh9o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0xGghZh9o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0xGghZh9o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0xGghZh9o .dropdown-menu,
.cid-v0xGghZh9o .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0xGghZh9o .nav-item:focus,
.cid-v0xGghZh9o .nav-link:focus {
  outline: none;
}
.cid-v0xGghZh9o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0xGghZh9o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0xGghZh9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0xGghZh9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0xGghZh9o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xGghZh9o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0xGghZh9o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0xGghZh9o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0xGghZh9o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xGghZh9o .dropdown-item.active,
.cid-v0xGghZh9o .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xGghZh9o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0xGghZh9o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0xGghZh9o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0xGghZh9o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0xGghZh9o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0xGghZh9o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0xGghZh9o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0xGghZh9o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0xGghZh9o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0xGghZh9o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0xGghZh9o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0xGghZh9o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xGghZh9o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xGghZh9o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0xGghZh9o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xGghZh9o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0xGghZh9o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0xGghZh9o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xGghZh9o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0xGghZh9o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0xGghZh9o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xGghZh9o .navbar {
    height: 70px;
  }
  .cid-v0xGghZh9o .navbar.opened {
    height: auto;
  }
  .cid-v0xGghZh9o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0xGghZh9o .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0xGghZh9o .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0xGghZh9o .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0xGghZh9o .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0xGghZh9o .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0xGghZh9o img,
  .cid-v0xGghZh9o .navbar-brand img,
  .cid-v0xGghZh9o .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0xGgiyDcH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0xGgiyDcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xGgiyDcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xGgiyDcH .row {
  margin: 0 -8px;
}
.cid-v0xGgiyDcH .row .card {
  padding: 0 8px;
}
.cid-v0xGgiyDcH .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0xGgiyDcH .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0xGgiyDcH .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0xGgiyDcH .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0xGgiyDcH .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0xGgiyDcH .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0xGgiyDcH .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0xGgiyDcH .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0xGgiyDcH .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0xGgiyDcH .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0xGgiyDcH .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0xGgiyDcH .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0xGgiyDcH .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0xGgiyDcH .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0xGgiyDcH .image-wrapper {
  height: 100%;
}
.cid-v0xGgiyDcH .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0xGgiyDcH .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0xGgiyDcH .mbr-text,
.cid-v0xGgiyDcH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0xGgiyDcH .logo-wrapper,
.cid-v0xGgiyDcH .mbr-desc {
  text-align: center;
}
.cid-v0xGgiyDcH .mbr-desc {
  color: #63635d;
}
.cid-v0xGgiV9bC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0xGgiV9bC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xGgiV9bC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xGgiV9bC .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0xGgiV9bC .container {
    padding: 10px 8px;
  }
}
.cid-v0xGgiV9bC .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0xGgiV9bC .row {
    padding: 50px 10px;
  }
}
.cid-v0xGgiV9bC .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0xGgiV9bC .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0xGgiV9bC .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0xGgiV9bC .mbr-section-title span {
  opacity: .5;
}
.cid-v0xGgiV9bC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0xGgiV9bC .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0xGgiV9bC .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0xGgiV9bC .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0xGgiV9bC .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0xGgiV9bC .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0xGgiV9bC .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0xGgiV9bC .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0xGgiV9bC .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0xGgiV9bC .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0xGgiV9bC .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0xGgiV9bC .image-wrapper {
    margin: 0;
  }
}
.cid-v0xGgiV9bC .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0xGgiV9bC .image-wrapper img {
    height: 300px;
  }
}
.cid-v0xGgiV9bC .card-title {
  color: #222222;
}
.cid-v0xGgiV9bC .card-text {
  color: #222222;
}
.cid-v0xGgjmgJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0xGgjmgJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xGgjmgJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xGgjmgJb .container-fluid {
  max-width: 100% !important;
}
.cid-v0xGgjmgJb .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0xGgjmgJb .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0xGgjmgJb .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0xGgjmgJb .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0xGgjmgJb .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0xGgjmgJb .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0xGgjmgJb .mbr-section-title {
  color: #303030;
}
.cid-v0xGgjmgJb .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0xGgjmgJb .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0xGgjmgJb .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0xGgjmgJb .mbr-text {
  color: #303030;
}
.cid-v0xGgjmgJb .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TV8e4O6k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TV8e4O6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TV8e4O6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TV8e4O6k .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TV8e4O6k .container {
    padding: 10px 8px;
  }
}
.cid-v0TV8e4O6k .row {
  margin: 0;
}
.cid-v0TV8e4O6k .row .card {
  padding: 0;
}
.cid-v0TV8e4O6k .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TV8e4O6k .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TV8e4O6k .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TV8e4O6k .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TV8e4O6k .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TV8e4O6k .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TV8e4O6k .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TV8e4O6k .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TV8e4O6k .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TV8e4O6k .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TV8e4O6k .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TV8e4O6k .mbr-section-title {
  color: #222222;
}
.cid-v0TV8e4O6k .mbr-section-title,
.cid-v0TV8e4O6k .mbr-section-btn {
  text-align: center;
}
.cid-v0xGgjFrpJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0xGgjFrpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xGgjFrpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xGgjFrpJ .row {
  position: relative;
}
.cid-v0xGgjFrpJ .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0xGgjFrpJ .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0xGgjFrpJ .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xGgjFrpJ .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0xGgjFrpJ .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0xGgjFrpJ .col-link {
  padding: 0;
}
.cid-v0xGgjFrpJ .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0xGgjFrpJ .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0xGgjFrpJ .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0xGgjFrpJ .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0xGgjFrpJ .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0xGgjFrpJ .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xGgjFrpJ .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0xGgjFrpJ .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0xGgjFrpJ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0xGgjFrpJ .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xGgjFrpJ .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0xGgjFrpJ .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0xGgjFrpJ .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0xGgjFrpJ .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0xGgjFrpJ .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0xIVlAlpo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0xIVlAlpo .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0xIVlAlpo .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0xIVlAlpo .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0xIVlAlpo .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0xIVlAlpo .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0xIVlAlpo .container {
    padding: 0 1rem;
  }
}
.cid-v0xIVlAlpo .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0xIVlAlpo .nav-link {
  position: relative;
}
.cid-v0xIVlAlpo .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0xIVlAlpo nav.navbar {
  position: fixed;
}
.cid-v0xIVlAlpo .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0xIVlAlpo .navbar.opened {
  transition: all 0.3s;
}
.cid-v0xIVlAlpo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0xIVlAlpo .navbar .navbar-logo img {
  width: auto;
}
.cid-v0xIVlAlpo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0xIVlAlpo .navbar.collapsed {
  justify-content: center;
}
.cid-v0xIVlAlpo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xIVlAlpo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0xIVlAlpo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xIVlAlpo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0xIVlAlpo .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-v0xIVlAlpo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0xIVlAlpo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0xIVlAlpo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0xIVlAlpo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xIVlAlpo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xIVlAlpo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0xIVlAlpo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0xIVlAlpo .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-v0xIVlAlpo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0xIVlAlpo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0xIVlAlpo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0xIVlAlpo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0xIVlAlpo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0xIVlAlpo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0xIVlAlpo .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0xIVlAlpo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0xIVlAlpo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0xIVlAlpo .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-v0xIVlAlpo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0xIVlAlpo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0xIVlAlpo .dropdown-item:hover,
.cid-v0xIVlAlpo .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0xIVlAlpo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0xIVlAlpo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0xIVlAlpo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0xIVlAlpo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0xIVlAlpo .dropdown-menu,
.cid-v0xIVlAlpo .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0xIVlAlpo .nav-item:focus,
.cid-v0xIVlAlpo .nav-link:focus {
  outline: none;
}
.cid-v0xIVlAlpo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0xIVlAlpo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0xIVlAlpo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0xIVlAlpo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0xIVlAlpo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xIVlAlpo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0xIVlAlpo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0xIVlAlpo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0xIVlAlpo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xIVlAlpo .dropdown-item.active,
.cid-v0xIVlAlpo .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xIVlAlpo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0xIVlAlpo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0xIVlAlpo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0xIVlAlpo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0xIVlAlpo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0xIVlAlpo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0xIVlAlpo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0xIVlAlpo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0xIVlAlpo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0xIVlAlpo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0xIVlAlpo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0xIVlAlpo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xIVlAlpo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xIVlAlpo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0xIVlAlpo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xIVlAlpo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0xIVlAlpo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0xIVlAlpo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xIVlAlpo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0xIVlAlpo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0xIVlAlpo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xIVlAlpo .navbar {
    height: 70px;
  }
  .cid-v0xIVlAlpo .navbar.opened {
    height: auto;
  }
  .cid-v0xIVlAlpo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0xIVlAlpo .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0xIVlAlpo .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0xIVlAlpo .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0xIVlAlpo .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0xIVlAlpo .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0xIVlAlpo img,
  .cid-v0xIVlAlpo .navbar-brand img,
  .cid-v0xIVlAlpo .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0xIVmd3lh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0xIVmd3lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xIVmd3lh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xIVmd3lh .row {
  margin: 0 -8px;
}
.cid-v0xIVmd3lh .row .card {
  padding: 0 8px;
}
.cid-v0xIVmd3lh .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0xIVmd3lh .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0xIVmd3lh .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0xIVmd3lh .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0xIVmd3lh .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0xIVmd3lh .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0xIVmd3lh .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0xIVmd3lh .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0xIVmd3lh .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0xIVmd3lh .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0xIVmd3lh .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0xIVmd3lh .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0xIVmd3lh .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0xIVmd3lh .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0xIVmd3lh .image-wrapper {
  height: 100%;
}
.cid-v0xIVmd3lh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0xIVmd3lh .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0xIVmd3lh .mbr-text,
.cid-v0xIVmd3lh .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0xIVmd3lh .logo-wrapper,
.cid-v0xIVmd3lh .mbr-desc {
  text-align: center;
}
.cid-v0xIVmd3lh .mbr-desc {
  color: #63635d;
}
.cid-v0xIVmEavq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0xIVmEavq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xIVmEavq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xIVmEavq .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0xIVmEavq .container {
    padding: 10px 8px;
  }
}
.cid-v0xIVmEavq .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0xIVmEavq .row {
    padding: 50px 10px;
  }
}
.cid-v0xIVmEavq .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0xIVmEavq .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0xIVmEavq .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0xIVmEavq .mbr-section-title span {
  opacity: .5;
}
.cid-v0xIVmEavq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0xIVmEavq .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0xIVmEavq .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0xIVmEavq .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0xIVmEavq .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0xIVmEavq .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0xIVmEavq .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0xIVmEavq .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0xIVmEavq .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0xIVmEavq .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0xIVmEavq .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0xIVmEavq .image-wrapper {
    margin: 0;
  }
}
.cid-v0xIVmEavq .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0xIVmEavq .image-wrapper img {
    height: 300px;
  }
}
.cid-v0xIVmEavq .card-title {
  color: #222222;
}
.cid-v0xIVmEavq .card-text {
  color: #222222;
}
.cid-v0xIVn3BKK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0xIVn3BKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xIVn3BKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xIVn3BKK .container-fluid {
  max-width: 100% !important;
}
.cid-v0xIVn3BKK .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0xIVn3BKK .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0xIVn3BKK .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0xIVn3BKK .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0xIVn3BKK .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0xIVn3BKK .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0xIVn3BKK .mbr-section-title {
  color: #303030;
}
.cid-v0xIVn3BKK .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0xIVn3BKK .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0xIVn3BKK .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0xIVn3BKK .mbr-text {
  color: #303030;
}
.cid-v0xIVn3BKK .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TVvqYYPX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TVvqYYPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TVvqYYPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TVvqYYPX .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TVvqYYPX .container {
    padding: 10px 8px;
  }
}
.cid-v0TVvqYYPX .row {
  margin: 0;
}
.cid-v0TVvqYYPX .row .card {
  padding: 0;
}
.cid-v0TVvqYYPX .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TVvqYYPX .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TVvqYYPX .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TVvqYYPX .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TVvqYYPX .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TVvqYYPX .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TVvqYYPX .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TVvqYYPX .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TVvqYYPX .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TVvqYYPX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TVvqYYPX .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TVvqYYPX .mbr-section-title {
  color: #222222;
}
.cid-v0TVvqYYPX .mbr-section-title,
.cid-v0TVvqYYPX .mbr-section-btn {
  text-align: center;
}
.cid-v0xIVnkzpx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0xIVnkzpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xIVnkzpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xIVnkzpx .row {
  position: relative;
}
.cid-v0xIVnkzpx .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0xIVnkzpx .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0xIVnkzpx .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xIVnkzpx .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0xIVnkzpx .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0xIVnkzpx .col-link {
  padding: 0;
}
.cid-v0xIVnkzpx .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0xIVnkzpx .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0xIVnkzpx .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0xIVnkzpx .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0xIVnkzpx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0xIVnkzpx .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xIVnkzpx .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0xIVnkzpx .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0xIVnkzpx .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0xIVnkzpx .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xIVnkzpx .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0xIVnkzpx .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0xIVnkzpx .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0xIVnkzpx .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0xIVnkzpx .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0xKRngtDv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0xKRngtDv .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0xKRngtDv .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0xKRngtDv .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0xKRngtDv .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0xKRngtDv .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0xKRngtDv .container {
    padding: 0 1rem;
  }
}
.cid-v0xKRngtDv .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0xKRngtDv .nav-link {
  position: relative;
}
.cid-v0xKRngtDv .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0xKRngtDv nav.navbar {
  position: fixed;
}
.cid-v0xKRngtDv .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0xKRngtDv .navbar.opened {
  transition: all 0.3s;
}
.cid-v0xKRngtDv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0xKRngtDv .navbar .navbar-logo img {
  width: auto;
}
.cid-v0xKRngtDv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0xKRngtDv .navbar.collapsed {
  justify-content: center;
}
.cid-v0xKRngtDv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xKRngtDv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0xKRngtDv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xKRngtDv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0xKRngtDv .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-v0xKRngtDv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0xKRngtDv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0xKRngtDv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0xKRngtDv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xKRngtDv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xKRngtDv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0xKRngtDv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0xKRngtDv .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-v0xKRngtDv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0xKRngtDv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0xKRngtDv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0xKRngtDv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0xKRngtDv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0xKRngtDv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0xKRngtDv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0xKRngtDv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0xKRngtDv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0xKRngtDv .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-v0xKRngtDv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0xKRngtDv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0xKRngtDv .dropdown-item:hover,
.cid-v0xKRngtDv .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0xKRngtDv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0xKRngtDv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0xKRngtDv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0xKRngtDv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0xKRngtDv .dropdown-menu,
.cid-v0xKRngtDv .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0xKRngtDv .nav-item:focus,
.cid-v0xKRngtDv .nav-link:focus {
  outline: none;
}
.cid-v0xKRngtDv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0xKRngtDv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0xKRngtDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0xKRngtDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0xKRngtDv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xKRngtDv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0xKRngtDv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0xKRngtDv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0xKRngtDv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xKRngtDv .dropdown-item.active,
.cid-v0xKRngtDv .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xKRngtDv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0xKRngtDv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0xKRngtDv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0xKRngtDv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0xKRngtDv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0xKRngtDv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0xKRngtDv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0xKRngtDv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0xKRngtDv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0xKRngtDv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0xKRngtDv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0xKRngtDv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xKRngtDv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xKRngtDv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0xKRngtDv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xKRngtDv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0xKRngtDv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0xKRngtDv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xKRngtDv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0xKRngtDv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0xKRngtDv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xKRngtDv .navbar {
    height: 70px;
  }
  .cid-v0xKRngtDv .navbar.opened {
    height: auto;
  }
  .cid-v0xKRngtDv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0xKRngtDv .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0xKRngtDv .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0xKRngtDv .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0xKRngtDv .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0xKRngtDv .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0xKRngtDv img,
  .cid-v0xKRngtDv .navbar-brand img,
  .cid-v0xKRngtDv .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0xKRnTmPd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0xKRnTmPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xKRnTmPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xKRnTmPd .row {
  margin: 0 -8px;
}
.cid-v0xKRnTmPd .row .card {
  padding: 0 8px;
}
.cid-v0xKRnTmPd .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0xKRnTmPd .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0xKRnTmPd .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0xKRnTmPd .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0xKRnTmPd .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0xKRnTmPd .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0xKRnTmPd .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0xKRnTmPd .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0xKRnTmPd .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0xKRnTmPd .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0xKRnTmPd .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0xKRnTmPd .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0xKRnTmPd .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0xKRnTmPd .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0xKRnTmPd .image-wrapper {
  height: 100%;
}
.cid-v0xKRnTmPd .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0xKRnTmPd .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0xKRnTmPd .mbr-text,
.cid-v0xKRnTmPd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0xKRnTmPd .logo-wrapper,
.cid-v0xKRnTmPd .mbr-desc {
  text-align: center;
}
.cid-v0xKRnTmPd .mbr-desc {
  color: #63635d;
}
.cid-v0xKRojgwN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0xKRojgwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xKRojgwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xKRojgwN .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0xKRojgwN .container {
    padding: 10px 8px;
  }
}
.cid-v0xKRojgwN .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0xKRojgwN .row {
    padding: 50px 10px;
  }
}
.cid-v0xKRojgwN .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0xKRojgwN .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0xKRojgwN .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0xKRojgwN .mbr-section-title span {
  opacity: .5;
}
.cid-v0xKRojgwN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0xKRojgwN .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0xKRojgwN .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0xKRojgwN .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0xKRojgwN .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0xKRojgwN .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0xKRojgwN .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0xKRojgwN .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0xKRojgwN .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0xKRojgwN .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0xKRojgwN .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0xKRojgwN .image-wrapper {
    margin: 0;
  }
}
.cid-v0xKRojgwN .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0xKRojgwN .image-wrapper img {
    height: 300px;
  }
}
.cid-v0xKRojgwN .card-title {
  color: #222222;
}
.cid-v0xKRojgwN .card-text {
  color: #222222;
}
.cid-v0xKRoHW7B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0xKRoHW7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xKRoHW7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xKRoHW7B .container-fluid {
  max-width: 100% !important;
}
.cid-v0xKRoHW7B .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0xKRoHW7B .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0xKRoHW7B .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0xKRoHW7B .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0xKRoHW7B .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0xKRoHW7B .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0xKRoHW7B .mbr-section-title {
  color: #303030;
}
.cid-v0xKRoHW7B .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0xKRoHW7B .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0xKRoHW7B .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0xKRoHW7B .mbr-text {
  color: #303030;
}
.cid-v0xKRoHW7B .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TVWsmvFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TVWsmvFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TVWsmvFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TVWsmvFl .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TVWsmvFl .container {
    padding: 10px 8px;
  }
}
.cid-v0TVWsmvFl .row {
  margin: 0;
}
.cid-v0TVWsmvFl .row .card {
  padding: 0;
}
.cid-v0TVWsmvFl .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TVWsmvFl .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TVWsmvFl .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TVWsmvFl .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TVWsmvFl .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TVWsmvFl .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TVWsmvFl .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TVWsmvFl .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TVWsmvFl .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TVWsmvFl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TVWsmvFl .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TVWsmvFl .mbr-section-title {
  color: #222222;
}
.cid-v0TVWsmvFl .mbr-section-title,
.cid-v0TVWsmvFl .mbr-section-btn {
  text-align: center;
}
.cid-v0xKRoYeza {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0xKRoYeza .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xKRoYeza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xKRoYeza .row {
  position: relative;
}
.cid-v0xKRoYeza .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0xKRoYeza .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0xKRoYeza .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xKRoYeza .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0xKRoYeza .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0xKRoYeza .col-link {
  padding: 0;
}
.cid-v0xKRoYeza .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0xKRoYeza .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0xKRoYeza .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0xKRoYeza .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0xKRoYeza .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0xKRoYeza .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xKRoYeza .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0xKRoYeza .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0xKRoYeza .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0xKRoYeza .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xKRoYeza .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0xKRoYeza .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0xKRoYeza .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0xKRoYeza .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0xKRoYeza .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0xMSmY8UV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0xMSmY8UV .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0xMSmY8UV .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0xMSmY8UV .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0xMSmY8UV .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0xMSmY8UV .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0xMSmY8UV .container {
    padding: 0 1rem;
  }
}
.cid-v0xMSmY8UV .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0xMSmY8UV .nav-link {
  position: relative;
}
.cid-v0xMSmY8UV .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0xMSmY8UV nav.navbar {
  position: fixed;
}
.cid-v0xMSmY8UV .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0xMSmY8UV .navbar.opened {
  transition: all 0.3s;
}
.cid-v0xMSmY8UV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0xMSmY8UV .navbar .navbar-logo img {
  width: auto;
}
.cid-v0xMSmY8UV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0xMSmY8UV .navbar.collapsed {
  justify-content: center;
}
.cid-v0xMSmY8UV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xMSmY8UV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0xMSmY8UV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xMSmY8UV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0xMSmY8UV .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-v0xMSmY8UV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0xMSmY8UV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0xMSmY8UV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0xMSmY8UV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xMSmY8UV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xMSmY8UV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0xMSmY8UV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0xMSmY8UV .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-v0xMSmY8UV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0xMSmY8UV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0xMSmY8UV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0xMSmY8UV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0xMSmY8UV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0xMSmY8UV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0xMSmY8UV .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0xMSmY8UV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0xMSmY8UV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0xMSmY8UV .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-v0xMSmY8UV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0xMSmY8UV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0xMSmY8UV .dropdown-item:hover,
.cid-v0xMSmY8UV .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0xMSmY8UV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0xMSmY8UV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0xMSmY8UV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0xMSmY8UV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0xMSmY8UV .dropdown-menu,
.cid-v0xMSmY8UV .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0xMSmY8UV .nav-item:focus,
.cid-v0xMSmY8UV .nav-link:focus {
  outline: none;
}
.cid-v0xMSmY8UV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0xMSmY8UV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0xMSmY8UV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0xMSmY8UV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0xMSmY8UV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xMSmY8UV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0xMSmY8UV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0xMSmY8UV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0xMSmY8UV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xMSmY8UV .dropdown-item.active,
.cid-v0xMSmY8UV .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xMSmY8UV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0xMSmY8UV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0xMSmY8UV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0xMSmY8UV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0xMSmY8UV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0xMSmY8UV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0xMSmY8UV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0xMSmY8UV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0xMSmY8UV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0xMSmY8UV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0xMSmY8UV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0xMSmY8UV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xMSmY8UV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0xMSmY8UV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0xMSmY8UV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xMSmY8UV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0xMSmY8UV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0xMSmY8UV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0xMSmY8UV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0xMSmY8UV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0xMSmY8UV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xMSmY8UV .navbar {
    height: 70px;
  }
  .cid-v0xMSmY8UV .navbar.opened {
    height: auto;
  }
  .cid-v0xMSmY8UV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0xMSmY8UV .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0xMSmY8UV .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0xMSmY8UV .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0xMSmY8UV .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0xMSmY8UV .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0xMSmY8UV img,
  .cid-v0xMSmY8UV .navbar-brand img,
  .cid-v0xMSmY8UV .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0xMSnwWN1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0xMSnwWN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xMSnwWN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xMSnwWN1 .row {
  margin: 0 -8px;
}
.cid-v0xMSnwWN1 .row .card {
  padding: 0 8px;
}
.cid-v0xMSnwWN1 .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0xMSnwWN1 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0xMSnwWN1 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0xMSnwWN1 .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0xMSnwWN1 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0xMSnwWN1 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0xMSnwWN1 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0xMSnwWN1 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0xMSnwWN1 .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0xMSnwWN1 .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0xMSnwWN1 .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0xMSnwWN1 .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0xMSnwWN1 .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0xMSnwWN1 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0xMSnwWN1 .image-wrapper {
  height: 100%;
}
.cid-v0xMSnwWN1 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0xMSnwWN1 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0xMSnwWN1 .mbr-text,
.cid-v0xMSnwWN1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0xMSnwWN1 .logo-wrapper,
.cid-v0xMSnwWN1 .mbr-desc {
  text-align: center;
}
.cid-v0xMSnwWN1 .mbr-desc {
  color: #63635d;
}
.cid-v0xMSo3GlH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0xMSo3GlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xMSo3GlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xMSo3GlH .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0xMSo3GlH .container {
    padding: 10px 8px;
  }
}
.cid-v0xMSo3GlH .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0xMSo3GlH .row {
    padding: 50px 10px;
  }
}
.cid-v0xMSo3GlH .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0xMSo3GlH .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0xMSo3GlH .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0xMSo3GlH .mbr-section-title span {
  opacity: .5;
}
.cid-v0xMSo3GlH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0xMSo3GlH .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0xMSo3GlH .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0xMSo3GlH .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0xMSo3GlH .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0xMSo3GlH .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0xMSo3GlH .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0xMSo3GlH .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0xMSo3GlH .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0xMSo3GlH .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0xMSo3GlH .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0xMSo3GlH .image-wrapper {
    margin: 0;
  }
}
.cid-v0xMSo3GlH .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0xMSo3GlH .image-wrapper img {
    height: 300px;
  }
}
.cid-v0xMSo3GlH .card-title {
  color: #222222;
}
.cid-v0xMSo3GlH .card-text {
  color: #222222;
}
.cid-v0xMSost4E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0xMSost4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xMSost4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xMSost4E .container-fluid {
  max-width: 100% !important;
}
.cid-v0xMSost4E .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0xMSost4E .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0xMSost4E .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0xMSost4E .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0xMSost4E .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0xMSost4E .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0xMSost4E .mbr-section-title {
  color: #303030;
}
.cid-v0xMSost4E .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0xMSost4E .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0xMSost4E .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0xMSost4E .mbr-text {
  color: #303030;
}
.cid-v0xMSost4E .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0TWsbwSHJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0TWsbwSHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0TWsbwSHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0TWsbwSHJ .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0TWsbwSHJ .container {
    padding: 10px 8px;
  }
}
.cid-v0TWsbwSHJ .row {
  margin: 0;
}
.cid-v0TWsbwSHJ .row .card {
  padding: 0;
}
.cid-v0TWsbwSHJ .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TWsbwSHJ .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0TWsbwSHJ .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0TWsbwSHJ .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0TWsbwSHJ .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0TWsbwSHJ .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0TWsbwSHJ .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0TWsbwSHJ .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0TWsbwSHJ .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0TWsbwSHJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0TWsbwSHJ .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0TWsbwSHJ .mbr-section-title {
  color: #222222;
}
.cid-v0TWsbwSHJ .mbr-section-title,
.cid-v0TWsbwSHJ .mbr-section-btn {
  text-align: center;
}
.cid-v0xMSoMBgI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0xMSoMBgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xMSoMBgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xMSoMBgI .row {
  position: relative;
}
.cid-v0xMSoMBgI .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0xMSoMBgI .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0xMSoMBgI .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xMSoMBgI .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0xMSoMBgI .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0xMSoMBgI .col-link {
  padding: 0;
}
.cid-v0xMSoMBgI .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0xMSoMBgI .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0xMSoMBgI .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0xMSoMBgI .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0xMSoMBgI .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0xMSoMBgI .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xMSoMBgI .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0xMSoMBgI .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0xMSoMBgI .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0xMSoMBgI .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0xMSoMBgI .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0xMSoMBgI .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0xMSoMBgI .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0xMSoMBgI .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0xMSoMBgI .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0OuCRIGo4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0OuCRIGo4 .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0OuCRIGo4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0OuCRIGo4 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0OuCRIGo4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0OuCRIGo4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0OuCRIGo4 .container {
    padding: 0 1rem;
  }
}
.cid-v0OuCRIGo4 .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0OuCRIGo4 .nav-link {
  position: relative;
}
.cid-v0OuCRIGo4 .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0OuCRIGo4 nav.navbar {
  position: fixed;
}
.cid-v0OuCRIGo4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0OuCRIGo4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0OuCRIGo4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0OuCRIGo4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0OuCRIGo4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0OuCRIGo4 .navbar.collapsed {
  justify-content: center;
}
.cid-v0OuCRIGo4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0OuCRIGo4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0OuCRIGo4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0OuCRIGo4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0OuCRIGo4 .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-v0OuCRIGo4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0OuCRIGo4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0OuCRIGo4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0OuCRIGo4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0OuCRIGo4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0OuCRIGo4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0OuCRIGo4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0OuCRIGo4 .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-v0OuCRIGo4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0OuCRIGo4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0OuCRIGo4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0OuCRIGo4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0OuCRIGo4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0OuCRIGo4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0OuCRIGo4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0OuCRIGo4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0OuCRIGo4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0OuCRIGo4 .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-v0OuCRIGo4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0OuCRIGo4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0OuCRIGo4 .dropdown-item:hover,
.cid-v0OuCRIGo4 .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0OuCRIGo4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0OuCRIGo4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0OuCRIGo4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0OuCRIGo4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0OuCRIGo4 .dropdown-menu,
.cid-v0OuCRIGo4 .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0OuCRIGo4 .nav-item:focus,
.cid-v0OuCRIGo4 .nav-link:focus {
  outline: none;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0OuCRIGo4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0OuCRIGo4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0OuCRIGo4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0OuCRIGo4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0OuCRIGo4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0OuCRIGo4 .dropdown-item.active,
.cid-v0OuCRIGo4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0OuCRIGo4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0OuCRIGo4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0OuCRIGo4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0OuCRIGo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0OuCRIGo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0OuCRIGo4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0OuCRIGo4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0OuCRIGo4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0OuCRIGo4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0OuCRIGo4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0OuCRIGo4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0OuCRIGo4 .navbar {
    height: 70px;
  }
  .cid-v0OuCRIGo4 .navbar.opened {
    height: auto;
  }
  .cid-v0OuCRIGo4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0OuCRIGo4 .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0OuCRIGo4 .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0OuCRIGo4 .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0OuCRIGo4 .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0OuCRIGo4 .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0OuCRIGo4 img,
  .cid-v0OuCRIGo4 .navbar-brand img,
  .cid-v0OuCRIGo4 .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v0OuCS8aql {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0OuCS8aql .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0OuCS8aql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0OuCS8aql .row {
  margin: 0 -8px;
}
.cid-v0OuCS8aql .row .card {
  padding: 0 8px;
}
.cid-v0OuCS8aql .card-wrapper {
  padding: 75px 64px;
  background-color: #fbb432;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v0OuCS8aql .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0OuCS8aql .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v0OuCS8aql .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v0OuCS8aql .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0OuCS8aql .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0OuCS8aql .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0OuCS8aql .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0OuCS8aql .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0OuCS8aql .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0OuCS8aql .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v0OuCS8aql .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0OuCS8aql .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v0OuCS8aql .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0OuCS8aql .image-wrapper {
  height: 100%;
}
.cid-v0OuCS8aql .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0OuCS8aql .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v0OuCS8aql .mbr-text,
.cid-v0OuCS8aql .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0OuCS8aql .logo-wrapper,
.cid-v0OuCS8aql .mbr-desc {
  text-align: center;
}
.cid-v0OuCS8aql .mbr-desc {
  color: #63635d;
}
.cid-v0OuCSpOTm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0OuCSpOTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0OuCSpOTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0OuCSpOTm .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0OuCSpOTm .container {
    padding: 10px 8px;
  }
}
.cid-v0OuCSpOTm .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0OuCSpOTm .row {
    padding: 50px 10px;
  }
}
.cid-v0OuCSpOTm .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0OuCSpOTm .mbr-section-title {
  margin-bottom: 80px;
  color: #553fcc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0OuCSpOTm .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0OuCSpOTm .mbr-section-title span {
  opacity: .5;
}
.cid-v0OuCSpOTm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0OuCSpOTm .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0OuCSpOTm .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0OuCSpOTm .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0OuCSpOTm .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0OuCSpOTm .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0OuCSpOTm .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0OuCSpOTm .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0OuCSpOTm .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0OuCSpOTm .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0OuCSpOTm .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0OuCSpOTm .image-wrapper {
    margin: 0;
  }
}
.cid-v0OuCSpOTm .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0OuCSpOTm .image-wrapper img {
    height: 300px;
  }
}
.cid-v0OuCSpOTm .card-title {
  color: #222222;
}
.cid-v0OuCSpOTm .card-text {
  color: #222222;
}
.cid-v0OuCSK1XD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-v0OuCSK1XD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0OuCSK1XD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0OuCSK1XD .container-fluid {
  max-width: 100% !important;
}
.cid-v0OuCSK1XD .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-v0OuCSK1XD .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0OuCSK1XD .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-v0OuCSK1XD .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-v0OuCSK1XD .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0OuCSK1XD .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-v0OuCSK1XD .mbr-section-title {
  color: #303030;
}
.cid-v0OuCSK1XD .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-v0OuCSK1XD .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-v0OuCSK1XD .text-bottom {
    padding-top: 50px;
  }
}
.cid-v0OuCSK1XD .mbr-text {
  color: #303030;
}
.cid-v0OuCSK1XD .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0P7fkLYBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v0P7fkLYBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0P7fkLYBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0P7fkLYBM .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0P7fkLYBM .container {
    padding: 10px 8px;
  }
}
.cid-v0P7fkLYBM .row {
  margin: 0;
}
.cid-v0P7fkLYBM .row .card {
  padding: 0;
}
.cid-v0P7fkLYBM .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0P7fkLYBM .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-v0P7fkLYBM .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-v0P7fkLYBM .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0P7fkLYBM .video-wrapper iframe {
  height: 100% !important;
}
.cid-v0P7fkLYBM .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0P7fkLYBM .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0P7fkLYBM .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0P7fkLYBM .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0P7fkLYBM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0P7fkLYBM .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-v0P7fkLYBM .mbr-section-title {
  color: #222222;
}
.cid-v0P7fkLYBM .mbr-section-title,
.cid-v0P7fkLYBM .mbr-section-btn {
  text-align: center;
}
.cid-v0OuCT1Zu7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0OuCT1Zu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0OuCT1Zu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0OuCT1Zu7 .row {
  position: relative;
}
.cid-v0OuCT1Zu7 .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0OuCT1Zu7 .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0OuCT1Zu7 .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0OuCT1Zu7 .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0OuCT1Zu7 .col-link {
  padding: 0;
}
.cid-v0OuCT1Zu7 .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0OuCT1Zu7 .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0OuCT1Zu7 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0OuCT1Zu7 .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0OuCT1Zu7 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0OuCT1Zu7 .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0OuCT1Zu7 .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0OuCT1Zu7 .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0OuCT1Zu7 .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0OuCT1Zu7 .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0OuCT1Zu7 .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0OuCT1Zu7 .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0OuCRIGo4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0OuCRIGo4 .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0OuCRIGo4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0OuCRIGo4 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0OuCRIGo4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0OuCRIGo4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0OuCRIGo4 .container {
    padding: 0 1rem;
  }
}
.cid-v0OuCRIGo4 .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0OuCRIGo4 .nav-link {
  position: relative;
}
.cid-v0OuCRIGo4 .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0OuCRIGo4 nav.navbar {
  position: fixed;
}
.cid-v0OuCRIGo4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0OuCRIGo4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0OuCRIGo4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0OuCRIGo4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0OuCRIGo4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0OuCRIGo4 .navbar.collapsed {
  justify-content: center;
}
.cid-v0OuCRIGo4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0OuCRIGo4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0OuCRIGo4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0OuCRIGo4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0OuCRIGo4 .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-v0OuCRIGo4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0OuCRIGo4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0OuCRIGo4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0OuCRIGo4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0OuCRIGo4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0OuCRIGo4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0OuCRIGo4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0OuCRIGo4 .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-v0OuCRIGo4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0OuCRIGo4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0OuCRIGo4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0OuCRIGo4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0OuCRIGo4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0OuCRIGo4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0OuCRIGo4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0OuCRIGo4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0OuCRIGo4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0OuCRIGo4 .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-v0OuCRIGo4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0OuCRIGo4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0OuCRIGo4 .dropdown-item:hover,
.cid-v0OuCRIGo4 .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0OuCRIGo4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0OuCRIGo4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0OuCRIGo4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0OuCRIGo4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0OuCRIGo4 .dropdown-menu,
.cid-v0OuCRIGo4 .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0OuCRIGo4 .nav-item:focus,
.cid-v0OuCRIGo4 .nav-link:focus {
  outline: none;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0OuCRIGo4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0OuCRIGo4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0OuCRIGo4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0OuCRIGo4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0OuCRIGo4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0OuCRIGo4 .dropdown-item.active,
.cid-v0OuCRIGo4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0OuCRIGo4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0OuCRIGo4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0OuCRIGo4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0OuCRIGo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0OuCRIGo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0OuCRIGo4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0OuCRIGo4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0OuCRIGo4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0OuCRIGo4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0OuCRIGo4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0OuCRIGo4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0OuCRIGo4 .navbar {
    height: 70px;
  }
  .cid-v0OuCRIGo4 .navbar.opened {
    height: auto;
  }
  .cid-v0OuCRIGo4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0OuCRIGo4 .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0OuCRIGo4 .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0OuCRIGo4 .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0OuCRIGo4 .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0OuCRIGo4 .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0OuCRIGo4 img,
  .cid-v0OuCRIGo4 .navbar-brand img,
  .cid-v0OuCRIGo4 .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1A0uEcK4c {
  padding-top: 112rem;
  padding-bottom: 1rem;
  background-color: #fffaf0;
}
.cid-v1A0uEcK4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1A0uEcK4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1A0uEcK4c .row {
  margin: 0 -45px;
}
.cid-v1A0uEcK4c .row .card {
  padding: 0 45px;
}
.cid-v1A0uEcK4c .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1640px) {
  .cid-v1A0uEcK4c .items-wrapper {
    display: block;
  }
}
.cid-v1A0uEcK4c .items-wrapper .item {
  padding-top: 64px;
  text-align: center;
}
.cid-v1A0uEcK4c .items-wrapper .item:hover .item-wrapper,
.cid-v1A0uEcK4c .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
@media (max-width: 1640px) {
  .cid-v1A0uEcK4c .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-v1A0uEcK4c .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  padding: 25px 25px 32px;
  transition: all 0.3s ease;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v1A0uEcK4c .items-wrapper .item .item-wrapper {
    padding: 18px;
    max-width: 90%;
    margin: 0 auto;
  }
}
.cid-v1A0uEcK4c .items-wrapper .item .item-wrapper .image-wrap {
  margin-bottom: 32px;
  margin-top: -90px;
}
.cid-v1A0uEcK4c .items-wrapper .item .item-wrapper .image-wrap .item-img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  min-width: 118px;
  border: 2px solid #3a001d;
  box-shadow: 0 11px 0 #3a001d;
  border-radius: 100% !important;
  background: #fff;
  justify-content: center;
  align-items: center;
}
.cid-v1A0uEcK4c .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #fecb66;
}
@media (max-width: 768px) {
  .cid-v1A0uEcK4c .items-wrapper .item .item-wrapper .image-wrap .item-img {
    width: 90px;
    height: 90px;
    box-shadow: 0 8px 0 #3a001d;
  }
}
.cid-v1A0uEcK4c .items-wrapper .item .item-wrapper .item-content {
  text-align: center;
}
.cid-v1A0uEcK4c .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
  font-size: 1.1rem;
  font-weight: 600;
}
.cid-v1A0uEcK4c .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
  font-size: 0.95rem;
}
.cid-v1A0uEcK4c .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-v1A0uEcK4c .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v1A0uEcK4c .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (min-width: 993px) {
  .cid-v1A0uEcK4c .items-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .cid-v1A0uEcK4c .items-wrapper .item {
    padding-top: 80px;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .cid-v1A0uEcK4c .items-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .cid-v1A0uEcK4c .items-wrapper {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .cid-v1A0uEcK4c .items-wrapper .item {
    padding-top: 50px;
  }
  .cid-v1A0uEcK4c .items-wrapper .item .item-wrapper {
    padding: 20px;
    border-radius: 10px;
  }
  .cid-v1A0uEcK4c .items-wrapper .item .image-wrap {
    margin-top: -70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v1A0uEcK4c .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1A0uEcK4c .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #553fcc;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-v1A0uEcK4c .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-v1A0uEcK4c .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v1A0uEcK4c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1A0uEcK4c .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1A0uEcK4c .mbr-label,
.cid-v1A0uEcK4c .mbr-section-title,
.cid-v1A0uEcK4c .mbr-text,
.cid-v1A0uEcK4c .item-name,
.cid-v1A0uEcK4c .item-role,
.cid-v1A0uEcK4c .item-text {
  color: #3a001d;
}
.cid-v1A0uEcK4c .item-role,
.cid-v1A0uEcK4c .item-text,
.cid-v1A0uEcK4c .item-name,
.cid-v1A0uEcK4c .image-wrap,
.cid-v1A0uEcK4c .mbr-section-btn {
  text-align: center;
}
.cid-v1A0uEcK4c .mbr-section-title,
.cid-v1A0uEcK4c .title-wrapper {
  text-align: left;
  color: #151e11;
}
@media (max-width: 768px) {
  .cid-v1A0uEcK4c .items-wrapper {
    display: grid;
    grid-template-columns: 1fr !important;
    justify-items: center;
  }
  .cid-v1A0uEcK4c .item {
    padding-top: 30px !important;
    display: flex;
    justify-content: center;
  }
  .cid-v1A0uEcK4c .item-wrapper {
    max-width: 85% !important;
    margin: 0 auto !important;
    padding: 25px 15px 30px !important;
    position: relative;
  }
  .cid-v1A0uEcK4c .image-wrap {
    margin-top: -55px !important;
    margin-bottom: 20px !important;
    display: flex;
    justify-content: center;
  }
  .cid-v1A0uEcK4c .item-img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-v1A0uEcK4c .item-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
  }
  .cid-v1A0uEcK4c .item-content {
    text-align: center !important;
  }
}
@media (min-width: 993px) {
  .cid-v1A0uEcK4c .items-wrapper {
    position: relative;
  }
  .cid-v1A0uEcK4c .content-wrapper {
    position: relative;
    left: 25px;
  }
}
.cid-v1A0uEcK4c .mbr-label,
.cid-v1A0uEcK4c .label-wrapper {
  color: #151e11;
}
.cid-v1zkOckkhF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #151e11;
}
.cid-v1zkOckkhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zkOckkhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zkOckkhF .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-v1zkOckkhF .row .item {
  padding: 0 13px;
}
.cid-v1zkOckkhF .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-v1zkOckkhF .item {
    margin-bottom: 16px;
  }
}
.cid-v1zkOckkhF .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v1zkOckkhF .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v1zkOckkhF .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-v1zkOckkhF .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1zkOckkhF .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #151e11;
  z-index: 1;
  opacity: 0.4;
  pointer-events: none;
}
.cid-v1zkOckkhF .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-v1zkOckkhF .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #fff7ee;
}
.cid-v1zkOckkhF .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1zkOckkhF .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-v1zkOckkhF .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1zkOckkhF .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-v1zkOckkhF .item-label,
.cid-v1zkOckkhF .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-v1zkOckkhF .item-title {
  color: #fff7ee;
}
.cid-v1zkOckkhF .item-title,
.cid-v1zkOckkhF .mbr-section-btn {
  text-align: center;
}
.cid-v1zkOckkhF P {
  color: #ffffff;
}
.cid-v1zls1j2vW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7efdf;
}
.cid-v1zls1j2vW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zls1j2vW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zls1j2vW .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v1zls1j2vW .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-v1zls1j2vW .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v1zls1j2vW .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-v1zls1j2vW .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f7efdf;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v1zls1j2vW .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-v1zls1j2vW .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f7efdf;
}
.cid-v1zls1j2vW .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f7efdf;
}
.cid-v1zls1j2vW .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v1zls1j2vW .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-v1zls1j2vW .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-v1zls1j2vW .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.4;
  background-color: #000000;
}
.cid-v1zls1j2vW .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-v1zls1j2vW .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-v1zls1j2vW .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-v1zls1j2vW .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-v1zls1j2vW .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-v1zls1j2vW .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-v1zls1j2vW .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-v1zls1j2vW .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #553fcc;
}
.cid-v1zls1j2vW .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v1zls1j2vW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1zls1j2vW .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-v1zls1j2vW .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-v1zls1j2vW .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-v1zls1j2vW .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-v1zls1j2vW .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1zls1j2vW .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-v1zls1j2vW .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v1zls1j2vW .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v1zls1j2vW .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #553fcc;
  background-color: #fbb432;
  border-radius: 100%;
}
.cid-v1zls1j2vW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1zls1j2vW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v1zls1j2vW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1zls1j2vW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-v1zls1j2vW .mbr-label,
.cid-v1zls1j2vW .label-wrapper {
  color: #000000;
}
.cid-v1zls1j2vW .mbr-section-title {
  color: #553fcc;
}
.cid-v1zls1j2vW .mbr-text {
  color: #8a8a8a;
}
.cid-v1zls1j2vW .card-title {
  color: #000000;
}
.cid-v1zls1j2vW .card-text {
  color: #8a8a8a;
}
.cid-v1zls1j2vW .item-number {
  color: #fbb432;
  text-align: center;
}
.cid-v1zls1j2vW .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1zls1j2vW .item-star,
.cid-v1zls1j2vW .rating-wrapper {
  color: #fbb432;
  text-align: center;
}
.cid-v1zls1j2vW .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v0OuCT1Zu7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0OuCT1Zu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0OuCT1Zu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0OuCT1Zu7 .row {
  position: relative;
}
.cid-v0OuCT1Zu7 .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0OuCT1Zu7 .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0OuCT1Zu7 .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0OuCT1Zu7 .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0OuCT1Zu7 .col-link {
  padding: 0;
}
.cid-v0OuCT1Zu7 .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0OuCT1Zu7 .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0OuCT1Zu7 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0OuCT1Zu7 .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0OuCT1Zu7 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0OuCT1Zu7 .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0OuCT1Zu7 .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0OuCT1Zu7 .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0OuCT1Zu7 .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0OuCT1Zu7 .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0OuCT1Zu7 .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0OuCT1Zu7 .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v0OuCRIGo4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v0OuCRIGo4 .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v0OuCRIGo4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0OuCRIGo4 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0OuCRIGo4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0OuCRIGo4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0OuCRIGo4 .container {
    padding: 0 1rem;
  }
}
.cid-v0OuCRIGo4 .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v0OuCRIGo4 .nav-link {
  position: relative;
}
.cid-v0OuCRIGo4 .nav-link:hover {
  color: #ffffff !important;
}
.cid-v0OuCRIGo4 nav.navbar {
  position: fixed;
}
.cid-v0OuCRIGo4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v0OuCRIGo4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0OuCRIGo4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0OuCRIGo4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0OuCRIGo4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0OuCRIGo4 .navbar.collapsed {
  justify-content: center;
}
.cid-v0OuCRIGo4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0OuCRIGo4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0OuCRIGo4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0OuCRIGo4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0OuCRIGo4 .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-v0OuCRIGo4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0OuCRIGo4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0OuCRIGo4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0OuCRIGo4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0OuCRIGo4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0OuCRIGo4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0OuCRIGo4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0OuCRIGo4 .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-v0OuCRIGo4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0OuCRIGo4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0OuCRIGo4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0OuCRIGo4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0OuCRIGo4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0OuCRIGo4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0OuCRIGo4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0OuCRIGo4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0OuCRIGo4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0OuCRIGo4 .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-v0OuCRIGo4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0OuCRIGo4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0OuCRIGo4 .dropdown-item:hover,
.cid-v0OuCRIGo4 .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v0OuCRIGo4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0OuCRIGo4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0OuCRIGo4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0OuCRIGo4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0OuCRIGo4 .dropdown-menu,
.cid-v0OuCRIGo4 .navbar.opened {
  background: #fbb432 !important;
}
.cid-v0OuCRIGo4 .nav-item:focus,
.cid-v0OuCRIGo4 .nav-link:focus {
  outline: none;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0OuCRIGo4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0OuCRIGo4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0OuCRIGo4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0OuCRIGo4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0OuCRIGo4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0OuCRIGo4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0OuCRIGo4 .dropdown-item.active,
.cid-v0OuCRIGo4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0OuCRIGo4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0OuCRIGo4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0OuCRIGo4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0OuCRIGo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v0OuCRIGo4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0OuCRIGo4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0OuCRIGo4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0OuCRIGo4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0OuCRIGo4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0OuCRIGo4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0OuCRIGo4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0OuCRIGo4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0OuCRIGo4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0OuCRIGo4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0OuCRIGo4 .navbar {
    height: 70px;
  }
  .cid-v0OuCRIGo4 .navbar.opened {
    height: auto;
  }
  .cid-v0OuCRIGo4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v0OuCRIGo4 .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v0OuCRIGo4 .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v0OuCRIGo4 .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v0OuCRIGo4 .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v0OuCRIGo4 .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v0OuCRIGo4 img,
  .cid-v0OuCRIGo4 .navbar-brand img,
  .cid-v0OuCRIGo4 .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1KI6A31q7 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1KI6A31q7 .card {
  position: relative;
}
.cid-v1KI6A31q7 .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1KI6A31q7 .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1KI6A31q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1KI6A31q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1KI6A31q7 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1KI6A31q7 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1KI6A31q7 .content-wrapper {
    width: 100%;
  }
}
.cid-v1KI6A31q7 .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1KI6A31q7 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1KI6A31q7 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1KI6A31q7 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1KI6A31q7 .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1KI6A31q7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1KI6A31q7 .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1KI6A31q7 .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1KI6A31q7 .mbr-label,
.cid-v1KI6A31q7 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1KI6A31q7 .mbr-section-title {
  color: #ffffff;
}
.cid-v1KI6A31q7 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1KI6A31q7 .mbr-section-title,
.cid-v1KI6A31q7 .mbr-section-btn {
  text-align: center;
}
.cid-v1KTwZquTK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1KTwZquTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1KTwZquTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1KTwZquTK .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1KTwZquTK .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1KTwZquTK .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1KTwZquTK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1KTwZquTK .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fbb432);
}
.cid-v1KTwZquTK .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1KTwZquTK .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1KTwZquTK .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1KTwZquTK .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1KTwZquTK .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1KTwZquTK .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1KTwZquTK .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1KTwZquTK .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1KTwZquTK .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1KTwZquTK .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1KTwZquTK .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1KTwZquTK .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1KTwZquTK .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1KTwZquTK .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1KTwZquTK .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1KTwZquTK .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1KTwZquTK .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1KTwZquTK .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1KTwZquTK .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1KTwZquTK .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1KTwZquTK .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1KTwZquTK .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1KTwZquTK .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1KTwZquTK .image-wrapper {
    padding: 0;
  }
}
.cid-v1KTwZquTK .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1KTwZquTK .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1KTwZquTK .image-wrapper img {
    height: 300px;
  }
}
.cid-v1KTwZquTK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1KTwZquTK .mbr-section-subtitle,
.cid-v1KTwZquTK .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1KTwZquTK .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1KTwZquTK .item-label {
  color: #ffffff;
}
.cid-v1KTwZquTK .item-text {
  color: #a997ce;
}
.cid-v1KTwZquTK .item-text,
.cid-v1KTwZquTK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v1L8v8TivZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1L8v8TivZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1L8v8TivZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1L8v8TivZ .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1L8v8TivZ .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1L8v8TivZ .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1L8v8TivZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1L8v8TivZ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1L8v8TivZ .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1L8v8TivZ .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1L8v8TivZ .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1L8v8TivZ .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1L8v8TivZ .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1L8v8TivZ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1L8v8TivZ .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1L8v8TivZ .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1L8v8TivZ .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1L8v8TivZ .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1L8v8TivZ .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1L8v8TivZ .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1L8v8TivZ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1L8v8TivZ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1L8v8TivZ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1L8v8TivZ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1L8v8TivZ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1L8v8TivZ .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1L8v8TivZ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1L8v8TivZ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1L8v8TivZ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1L8v8TivZ .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1L8v8TivZ .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1L8v8TivZ .image-wrapper {
    padding: 0;
  }
}
.cid-v1L8v8TivZ .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1L8v8TivZ .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1L8v8TivZ .image-wrapper img {
    height: 300px;
  }
}
.cid-v1L8v8TivZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1L8v8TivZ .mbr-section-subtitle,
.cid-v1L8v8TivZ .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1L8v8TivZ .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1L8v8TivZ .item-label {
  color: #ffffff;
}
.cid-v1L8v8TivZ .item-text {
  color: #a997ce;
}
.cid-v1L8v8TivZ .item-text,
.cid-v1L8v8TivZ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LFvuAyVS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1LFvuAyVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LFvuAyVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LFvuAyVS .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LFvuAyVS .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LFvuAyVS .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LFvuAyVS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LFvuAyVS .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LFvuAyVS .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LFvuAyVS .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LFvuAyVS .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LFvuAyVS .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LFvuAyVS .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LFvuAyVS .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LFvuAyVS .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LFvuAyVS .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LFvuAyVS .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LFvuAyVS .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LFvuAyVS .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LFvuAyVS .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LFvuAyVS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LFvuAyVS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LFvuAyVS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LFvuAyVS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LFvuAyVS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LFvuAyVS .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LFvuAyVS .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LFvuAyVS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LFvuAyVS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LFvuAyVS .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LFvuAyVS .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LFvuAyVS .image-wrapper {
    padding: 0;
  }
}
.cid-v1LFvuAyVS .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LFvuAyVS .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LFvuAyVS .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LFvuAyVS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LFvuAyVS .mbr-section-subtitle,
.cid-v1LFvuAyVS .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LFvuAyVS .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LFvuAyVS .item-label {
  color: #ffffff;
}
.cid-v1LFvuAyVS .item-text {
  color: #a997ce;
}
.cid-v1LFvuAyVS .item-text,
.cid-v1LFvuAyVS .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v0OuCT1Zu7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v0OuCT1Zu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0OuCT1Zu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0OuCT1Zu7 .row {
  position: relative;
}
.cid-v0OuCT1Zu7 .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v0OuCT1Zu7 .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v0OuCT1Zu7 .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v0OuCT1Zu7 .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v0OuCT1Zu7 .col-link {
  padding: 0;
}
.cid-v0OuCT1Zu7 .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v0OuCT1Zu7 .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v0OuCT1Zu7 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v0OuCT1Zu7 .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v0OuCT1Zu7 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v0OuCT1Zu7 .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0OuCT1Zu7 .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v0OuCT1Zu7 .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0OuCT1Zu7 .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v0OuCT1Zu7 .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v0OuCT1Zu7 .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v0OuCT1Zu7 .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v0OuCT1Zu7 .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1Lm9g4E7X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1Lm9g4E7X .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1Lm9g4E7X .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1Lm9g4E7X .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1Lm9g4E7X .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1Lm9g4E7X .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1Lm9g4E7X .container {
    padding: 0 1rem;
  }
}
.cid-v1Lm9g4E7X .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1Lm9g4E7X .nav-link {
  position: relative;
}
.cid-v1Lm9g4E7X .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1Lm9g4E7X nav.navbar {
  position: fixed;
}
.cid-v1Lm9g4E7X .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1Lm9g4E7X .navbar.opened {
  transition: all 0.3s;
}
.cid-v1Lm9g4E7X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1Lm9g4E7X .navbar .navbar-logo img {
  width: auto;
}
.cid-v1Lm9g4E7X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1Lm9g4E7X .navbar.collapsed {
  justify-content: center;
}
.cid-v1Lm9g4E7X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1Lm9g4E7X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1Lm9g4E7X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1Lm9g4E7X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1Lm9g4E7X .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-v1Lm9g4E7X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1Lm9g4E7X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1Lm9g4E7X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1Lm9g4E7X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1Lm9g4E7X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1Lm9g4E7X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1Lm9g4E7X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1Lm9g4E7X .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-v1Lm9g4E7X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1Lm9g4E7X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1Lm9g4E7X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1Lm9g4E7X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1Lm9g4E7X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1Lm9g4E7X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1Lm9g4E7X .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1Lm9g4E7X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1Lm9g4E7X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1Lm9g4E7X .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-v1Lm9g4E7X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1Lm9g4E7X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1Lm9g4E7X .dropdown-item:hover,
.cid-v1Lm9g4E7X .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1Lm9g4E7X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1Lm9g4E7X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1Lm9g4E7X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1Lm9g4E7X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1Lm9g4E7X .dropdown-menu,
.cid-v1Lm9g4E7X .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1Lm9g4E7X .nav-item:focus,
.cid-v1Lm9g4E7X .nav-link:focus {
  outline: none;
}
.cid-v1Lm9g4E7X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1Lm9g4E7X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1Lm9g4E7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1Lm9g4E7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1Lm9g4E7X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1Lm9g4E7X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1Lm9g4E7X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1Lm9g4E7X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1Lm9g4E7X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1Lm9g4E7X .dropdown-item.active,
.cid-v1Lm9g4E7X .dropdown-item:active {
  background-color: transparent;
}
.cid-v1Lm9g4E7X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1Lm9g4E7X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1Lm9g4E7X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1Lm9g4E7X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1Lm9g4E7X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1Lm9g4E7X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1Lm9g4E7X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1Lm9g4E7X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1Lm9g4E7X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1Lm9g4E7X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1Lm9g4E7X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1Lm9g4E7X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Lm9g4E7X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Lm9g4E7X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1Lm9g4E7X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Lm9g4E7X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1Lm9g4E7X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1Lm9g4E7X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Lm9g4E7X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1Lm9g4E7X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1Lm9g4E7X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1Lm9g4E7X .navbar {
    height: 70px;
  }
  .cid-v1Lm9g4E7X .navbar.opened {
    height: auto;
  }
  .cid-v1Lm9g4E7X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1Lm9g4E7X .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1Lm9g4E7X .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1Lm9g4E7X .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1Lm9g4E7X .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1Lm9g4E7X .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1Lm9g4E7X img,
  .cid-v1Lm9g4E7X .navbar-brand img,
  .cid-v1Lm9g4E7X .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1Lm9hvfmk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1Lm9hvfmk .card {
  position: relative;
}
.cid-v1Lm9hvfmk .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1Lm9hvfmk .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1Lm9hvfmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Lm9hvfmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Lm9hvfmk .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1Lm9hvfmk .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1Lm9hvfmk .content-wrapper {
    width: 100%;
  }
}
.cid-v1Lm9hvfmk .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1Lm9hvfmk .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1Lm9hvfmk .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1Lm9hvfmk .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1Lm9hvfmk .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1Lm9hvfmk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1Lm9hvfmk .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1Lm9hvfmk .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1Lm9hvfmk .mbr-label,
.cid-v1Lm9hvfmk .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1Lm9hvfmk .mbr-section-title {
  color: #ffffff;
}
.cid-v1Lm9hvfmk .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1Lm9hvfmk .mbr-section-title,
.cid-v1Lm9hvfmk .mbr-section-btn {
  text-align: center;
}
.cid-v1Lm9i2uOH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1Lm9i2uOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Lm9i2uOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Lm9i2uOH .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1Lm9i2uOH .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1Lm9i2uOH .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1Lm9i2uOH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Lm9i2uOH .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1Lm9i2uOH .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1Lm9i2uOH .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1Lm9i2uOH .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1Lm9i2uOH .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1Lm9i2uOH .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1Lm9i2uOH .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1Lm9i2uOH .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1Lm9i2uOH .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1Lm9i2uOH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1Lm9i2uOH .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1Lm9i2uOH .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Lm9i2uOH .image-wrapper {
    padding: 0;
  }
}
.cid-v1Lm9i2uOH .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1Lm9i2uOH .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Lm9i2uOH .image-wrapper img {
    height: 300px;
  }
}
.cid-v1Lm9i2uOH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1Lm9i2uOH .mbr-section-subtitle,
.cid-v1Lm9i2uOH .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1Lm9i2uOH .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1Lm9i2uOH .item-label {
  color: #ffffff;
}
.cid-v1Lm9i2uOH .item-text {
  color: #a997ce;
}
.cid-v1Lm9i2uOH .item-text,
.cid-v1Lm9i2uOH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1Lm9iFilB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1Lm9iFilB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Lm9iFilB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Lm9iFilB .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1Lm9iFilB .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1Lm9iFilB .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1Lm9iFilB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Lm9iFilB .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1Lm9iFilB .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1Lm9iFilB .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1Lm9iFilB .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1Lm9iFilB .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1Lm9iFilB .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1Lm9iFilB .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1Lm9iFilB .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1Lm9iFilB .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1Lm9iFilB .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1Lm9iFilB .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Lm9iFilB .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1Lm9iFilB .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1Lm9iFilB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1Lm9iFilB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1Lm9iFilB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1Lm9iFilB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1Lm9iFilB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1Lm9iFilB .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1Lm9iFilB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1Lm9iFilB .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1Lm9iFilB .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1Lm9iFilB .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1Lm9iFilB .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Lm9iFilB .image-wrapper {
    padding: 0;
  }
}
.cid-v1Lm9iFilB .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1Lm9iFilB .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Lm9iFilB .image-wrapper img {
    height: 300px;
  }
}
.cid-v1Lm9iFilB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1Lm9iFilB .mbr-section-subtitle,
.cid-v1Lm9iFilB .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1Lm9iFilB .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1Lm9iFilB .item-label {
  color: #ffffff;
}
.cid-v1Lm9iFilB .item-text {
  color: #a997ce;
}
.cid-v1Lm9iFilB .item-text,
.cid-v1Lm9iFilB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LHp9vAyx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1LHp9vAyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LHp9vAyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LHp9vAyx .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LHp9vAyx .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LHp9vAyx .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LHp9vAyx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LHp9vAyx .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LHp9vAyx .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LHp9vAyx .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LHp9vAyx .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LHp9vAyx .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LHp9vAyx .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LHp9vAyx .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LHp9vAyx .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LHp9vAyx .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LHp9vAyx .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LHp9vAyx .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LHp9vAyx .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LHp9vAyx .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LHp9vAyx .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LHp9vAyx .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LHp9vAyx .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LHp9vAyx .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LHp9vAyx .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LHp9vAyx .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LHp9vAyx .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LHp9vAyx .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LHp9vAyx .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LHp9vAyx .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LHp9vAyx .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LHp9vAyx .image-wrapper {
    padding: 0;
  }
}
.cid-v1LHp9vAyx .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LHp9vAyx .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LHp9vAyx .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LHp9vAyx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LHp9vAyx .mbr-section-subtitle,
.cid-v1LHp9vAyx .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LHp9vAyx .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LHp9vAyx .item-label {
  color: #ffffff;
}
.cid-v1LHp9vAyx .item-text {
  color: #a997ce;
}
.cid-v1LHp9vAyx .item-text,
.cid-v1LHp9vAyx .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1Lm9jdqro {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1Lm9jdqro .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Lm9jdqro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Lm9jdqro .row {
  position: relative;
}
.cid-v1Lm9jdqro .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1Lm9jdqro .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1Lm9jdqro .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1Lm9jdqro .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1Lm9jdqro .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1Lm9jdqro .col-link {
  padding: 0;
}
.cid-v1Lm9jdqro .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1Lm9jdqro .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1Lm9jdqro .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1Lm9jdqro .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1Lm9jdqro .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1Lm9jdqro .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1Lm9jdqro .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1Lm9jdqro .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1Lm9jdqro .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1Lm9jdqro .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1Lm9jdqro .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1Lm9jdqro .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1Lm9jdqro .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1Lm9jdqro .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1Lm9jdqro .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1LuAZyJsB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1LuAZyJsB .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1LuAZyJsB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1LuAZyJsB .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1LuAZyJsB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1LuAZyJsB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1LuAZyJsB .container {
    padding: 0 1rem;
  }
}
.cid-v1LuAZyJsB .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1LuAZyJsB .nav-link {
  position: relative;
}
.cid-v1LuAZyJsB .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1LuAZyJsB nav.navbar {
  position: fixed;
}
.cid-v1LuAZyJsB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1LuAZyJsB .navbar.opened {
  transition: all 0.3s;
}
.cid-v1LuAZyJsB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1LuAZyJsB .navbar .navbar-logo img {
  width: auto;
}
.cid-v1LuAZyJsB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1LuAZyJsB .navbar.collapsed {
  justify-content: center;
}
.cid-v1LuAZyJsB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1LuAZyJsB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1LuAZyJsB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1LuAZyJsB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1LuAZyJsB .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-v1LuAZyJsB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1LuAZyJsB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1LuAZyJsB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1LuAZyJsB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1LuAZyJsB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1LuAZyJsB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1LuAZyJsB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1LuAZyJsB .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-v1LuAZyJsB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1LuAZyJsB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1LuAZyJsB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1LuAZyJsB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1LuAZyJsB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1LuAZyJsB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1LuAZyJsB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1LuAZyJsB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1LuAZyJsB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1LuAZyJsB .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-v1LuAZyJsB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1LuAZyJsB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1LuAZyJsB .dropdown-item:hover,
.cid-v1LuAZyJsB .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1LuAZyJsB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1LuAZyJsB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1LuAZyJsB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1LuAZyJsB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1LuAZyJsB .dropdown-menu,
.cid-v1LuAZyJsB .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1LuAZyJsB .nav-item:focus,
.cid-v1LuAZyJsB .nav-link:focus {
  outline: none;
}
.cid-v1LuAZyJsB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1LuAZyJsB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1LuAZyJsB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1LuAZyJsB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1LuAZyJsB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1LuAZyJsB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1LuAZyJsB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1LuAZyJsB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1LuAZyJsB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1LuAZyJsB .dropdown-item.active,
.cid-v1LuAZyJsB .dropdown-item:active {
  background-color: transparent;
}
.cid-v1LuAZyJsB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1LuAZyJsB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1LuAZyJsB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1LuAZyJsB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1LuAZyJsB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1LuAZyJsB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1LuAZyJsB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1LuAZyJsB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1LuAZyJsB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1LuAZyJsB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1LuAZyJsB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1LuAZyJsB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LuAZyJsB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LuAZyJsB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1LuAZyJsB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LuAZyJsB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1LuAZyJsB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1LuAZyJsB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LuAZyJsB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1LuAZyJsB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1LuAZyJsB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1LuAZyJsB .navbar {
    height: 70px;
  }
  .cid-v1LuAZyJsB .navbar.opened {
    height: auto;
  }
  .cid-v1LuAZyJsB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1LuAZyJsB .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1LuAZyJsB .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1LuAZyJsB .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1LuAZyJsB .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1LuAZyJsB .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1LuAZyJsB img,
  .cid-v1LuAZyJsB .navbar-brand img,
  .cid-v1LuAZyJsB .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1LuB05PuQ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1LuB05PuQ .card {
  position: relative;
}
.cid-v1LuB05PuQ .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1LuB05PuQ .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1LuB05PuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LuB05PuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LuB05PuQ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1LuB05PuQ .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LuB05PuQ .content-wrapper {
    width: 100%;
  }
}
.cid-v1LuB05PuQ .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1LuB05PuQ .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1LuB05PuQ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1LuB05PuQ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1LuB05PuQ .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1LuB05PuQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1LuB05PuQ .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1LuB05PuQ .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1LuB05PuQ .mbr-label,
.cid-v1LuB05PuQ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LuB05PuQ .mbr-section-title {
  color: #ffffff;
}
.cid-v1LuB05PuQ .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LuB05PuQ .mbr-section-title,
.cid-v1LuB05PuQ .mbr-section-btn {
  text-align: center;
}
.cid-v1LuB0zZSX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1LuB0zZSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LuB0zZSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LuB0zZSX .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LuB0zZSX .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LuB0zZSX .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LuB0zZSX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LuB0zZSX .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LuB0zZSX .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LuB0zZSX .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LuB0zZSX .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LuB0zZSX .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LuB0zZSX .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LuB0zZSX .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LuB0zZSX .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LuB0zZSX .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LuB0zZSX .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LuB0zZSX .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LuB0zZSX .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LuB0zZSX .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LuB0zZSX .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LuB0zZSX .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LuB0zZSX .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LuB0zZSX .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LuB0zZSX .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LuB0zZSX .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LuB0zZSX .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LuB0zZSX .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LuB0zZSX .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LuB0zZSX .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LuB0zZSX .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LuB0zZSX .image-wrapper {
    padding: 0;
  }
}
.cid-v1LuB0zZSX .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LuB0zZSX .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LuB0zZSX .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LuB0zZSX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LuB0zZSX .mbr-section-subtitle,
.cid-v1LuB0zZSX .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LuB0zZSX .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LuB0zZSX .item-label {
  color: #ffffff;
}
.cid-v1LuB0zZSX .item-text {
  color: #a997ce;
}
.cid-v1LuB0zZSX .item-text,
.cid-v1LuB0zZSX .mbr-section-btn {
  color: #ffffff;
}
.cid-v1LuB1csF8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1LuB1csF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LuB1csF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LuB1csF8 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LuB1csF8 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LuB1csF8 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LuB1csF8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LuB1csF8 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LuB1csF8 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LuB1csF8 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LuB1csF8 .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LuB1csF8 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LuB1csF8 .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LuB1csF8 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LuB1csF8 .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LuB1csF8 .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LuB1csF8 .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LuB1csF8 .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LuB1csF8 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LuB1csF8 .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LuB1csF8 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LuB1csF8 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LuB1csF8 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LuB1csF8 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LuB1csF8 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LuB1csF8 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LuB1csF8 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LuB1csF8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LuB1csF8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LuB1csF8 .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LuB1csF8 .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LuB1csF8 .image-wrapper {
    padding: 0;
  }
}
.cid-v1LuB1csF8 .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LuB1csF8 .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LuB1csF8 .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LuB1csF8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LuB1csF8 .mbr-section-subtitle,
.cid-v1LuB1csF8 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LuB1csF8 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LuB1csF8 .item-label {
  color: #ffffff;
}
.cid-v1LuB1csF8 .item-text {
  color: #a997ce;
}
.cid-v1LuB1csF8 .item-text,
.cid-v1LuB1csF8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LIRFQMUG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1LIRFQMUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LIRFQMUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LIRFQMUG .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LIRFQMUG .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LIRFQMUG .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LIRFQMUG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LIRFQMUG .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LIRFQMUG .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LIRFQMUG .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LIRFQMUG .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LIRFQMUG .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LIRFQMUG .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LIRFQMUG .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LIRFQMUG .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LIRFQMUG .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LIRFQMUG .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LIRFQMUG .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LIRFQMUG .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LIRFQMUG .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LIRFQMUG .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LIRFQMUG .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LIRFQMUG .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LIRFQMUG .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LIRFQMUG .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LIRFQMUG .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LIRFQMUG .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LIRFQMUG .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LIRFQMUG .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LIRFQMUG .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LIRFQMUG .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LIRFQMUG .image-wrapper {
    padding: 0;
  }
}
.cid-v1LIRFQMUG .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LIRFQMUG .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LIRFQMUG .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LIRFQMUG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LIRFQMUG .mbr-section-subtitle,
.cid-v1LIRFQMUG .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LIRFQMUG .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LIRFQMUG .item-label {
  color: #ffffff;
}
.cid-v1LIRFQMUG .item-text {
  color: #a997ce;
}
.cid-v1LIRFQMUG .item-text,
.cid-v1LIRFQMUG .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LuB1Ulvx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1LuB1Ulvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LuB1Ulvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LuB1Ulvx .row {
  position: relative;
}
.cid-v1LuB1Ulvx .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1LuB1Ulvx .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1LuB1Ulvx .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LuB1Ulvx .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1LuB1Ulvx .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1LuB1Ulvx .col-link {
  padding: 0;
}
.cid-v1LuB1Ulvx .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1LuB1Ulvx .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1LuB1Ulvx .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1LuB1Ulvx .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1LuB1Ulvx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1LuB1Ulvx .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1LuB1Ulvx .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1LuB1Ulvx .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1LuB1Ulvx .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1LuB1Ulvx .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LuB1Ulvx .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1LuB1Ulvx .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1LuB1Ulvx .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1LuB1Ulvx .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1LuB1Ulvx .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1LAN2tB1z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1LAN2tB1z .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1LAN2tB1z .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1LAN2tB1z .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1LAN2tB1z .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1LAN2tB1z .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1LAN2tB1z .container {
    padding: 0 1rem;
  }
}
.cid-v1LAN2tB1z .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1LAN2tB1z .nav-link {
  position: relative;
}
.cid-v1LAN2tB1z .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1LAN2tB1z nav.navbar {
  position: fixed;
}
.cid-v1LAN2tB1z .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1LAN2tB1z .navbar.opened {
  transition: all 0.3s;
}
.cid-v1LAN2tB1z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1LAN2tB1z .navbar .navbar-logo img {
  width: auto;
}
.cid-v1LAN2tB1z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1LAN2tB1z .navbar.collapsed {
  justify-content: center;
}
.cid-v1LAN2tB1z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1LAN2tB1z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1LAN2tB1z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1LAN2tB1z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1LAN2tB1z .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-v1LAN2tB1z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1LAN2tB1z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1LAN2tB1z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1LAN2tB1z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1LAN2tB1z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1LAN2tB1z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1LAN2tB1z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1LAN2tB1z .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-v1LAN2tB1z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1LAN2tB1z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1LAN2tB1z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1LAN2tB1z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1LAN2tB1z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1LAN2tB1z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1LAN2tB1z .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1LAN2tB1z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1LAN2tB1z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1LAN2tB1z .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-v1LAN2tB1z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1LAN2tB1z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1LAN2tB1z .dropdown-item:hover,
.cid-v1LAN2tB1z .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1LAN2tB1z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1LAN2tB1z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1LAN2tB1z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1LAN2tB1z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1LAN2tB1z .dropdown-menu,
.cid-v1LAN2tB1z .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1LAN2tB1z .nav-item:focus,
.cid-v1LAN2tB1z .nav-link:focus {
  outline: none;
}
.cid-v1LAN2tB1z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1LAN2tB1z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1LAN2tB1z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1LAN2tB1z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1LAN2tB1z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1LAN2tB1z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1LAN2tB1z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1LAN2tB1z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1LAN2tB1z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1LAN2tB1z .dropdown-item.active,
.cid-v1LAN2tB1z .dropdown-item:active {
  background-color: transparent;
}
.cid-v1LAN2tB1z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1LAN2tB1z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1LAN2tB1z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1LAN2tB1z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1LAN2tB1z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1LAN2tB1z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1LAN2tB1z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1LAN2tB1z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1LAN2tB1z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1LAN2tB1z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1LAN2tB1z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1LAN2tB1z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LAN2tB1z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LAN2tB1z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1LAN2tB1z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LAN2tB1z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1LAN2tB1z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1LAN2tB1z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LAN2tB1z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1LAN2tB1z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1LAN2tB1z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1LAN2tB1z .navbar {
    height: 70px;
  }
  .cid-v1LAN2tB1z .navbar.opened {
    height: auto;
  }
  .cid-v1LAN2tB1z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1LAN2tB1z .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1LAN2tB1z .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1LAN2tB1z .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1LAN2tB1z .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1LAN2tB1z .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1LAN2tB1z img,
  .cid-v1LAN2tB1z .navbar-brand img,
  .cid-v1LAN2tB1z .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1LAN30udx {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1LAN30udx .card {
  position: relative;
}
.cid-v1LAN30udx .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1LAN30udx .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1LAN30udx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LAN30udx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LAN30udx .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1LAN30udx .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LAN30udx .content-wrapper {
    width: 100%;
  }
}
.cid-v1LAN30udx .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1LAN30udx .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1LAN30udx .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1LAN30udx .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1LAN30udx .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1LAN30udx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1LAN30udx .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1LAN30udx .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1LAN30udx .mbr-label,
.cid-v1LAN30udx .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LAN30udx .mbr-section-title {
  color: #ffffff;
}
.cid-v1LAN30udx .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LAN30udx .mbr-section-title,
.cid-v1LAN30udx .mbr-section-btn {
  text-align: center;
}
.cid-v1LAN3z078 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1LAN3z078 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LAN3z078 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LAN3z078 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LAN3z078 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LAN3z078 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LAN3z078 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LAN3z078 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LAN3z078 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LAN3z078 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LAN3z078 .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LAN3z078 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LAN3z078 .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LAN3z078 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LAN3z078 .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LAN3z078 .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LAN3z078 .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LAN3z078 .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LAN3z078 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LAN3z078 .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LAN3z078 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LAN3z078 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LAN3z078 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LAN3z078 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LAN3z078 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LAN3z078 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LAN3z078 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LAN3z078 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LAN3z078 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LAN3z078 .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LAN3z078 .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LAN3z078 .image-wrapper {
    padding: 0;
  }
}
.cid-v1LAN3z078 .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LAN3z078 .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LAN3z078 .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LAN3z078 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LAN3z078 .mbr-section-subtitle,
.cid-v1LAN3z078 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LAN3z078 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LAN3z078 .item-label {
  color: #ffffff;
}
.cid-v1LAN3z078 .item-text {
  color: #a997ce;
}
.cid-v1LAN3z078 .item-text,
.cid-v1LAN3z078 .mbr-section-btn {
  color: #ffffff;
}
.cid-v1LAN4def4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-v1LAN4def4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LAN4def4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LAN4def4 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LAN4def4 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LAN4def4 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LAN4def4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LAN4def4 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LAN4def4 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LAN4def4 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LAN4def4 .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LAN4def4 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LAN4def4 .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LAN4def4 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LAN4def4 .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LAN4def4 .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LAN4def4 .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LAN4def4 .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LAN4def4 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LAN4def4 .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LAN4def4 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LAN4def4 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LAN4def4 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LAN4def4 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LAN4def4 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LAN4def4 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LAN4def4 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LAN4def4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LAN4def4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LAN4def4 .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LAN4def4 .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LAN4def4 .image-wrapper {
    padding: 0;
  }
}
.cid-v1LAN4def4 .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LAN4def4 .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LAN4def4 .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LAN4def4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LAN4def4 .mbr-section-subtitle,
.cid-v1LAN4def4 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LAN4def4 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LAN4def4 .item-label {
  color: #ffffff;
}
.cid-v1LAN4def4 .item-text {
  color: #a997ce;
}
.cid-v1LAN4def4 .item-text,
.cid-v1LAN4def4 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LK6C3TTS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-v1LK6C3TTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LK6C3TTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LK6C3TTS .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LK6C3TTS .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LK6C3TTS .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LK6C3TTS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LK6C3TTS .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LK6C3TTS .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LK6C3TTS .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LK6C3TTS .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LK6C3TTS .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LK6C3TTS .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LK6C3TTS .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LK6C3TTS .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LK6C3TTS .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LK6C3TTS .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LK6C3TTS .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LK6C3TTS .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LK6C3TTS .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LK6C3TTS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LK6C3TTS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LK6C3TTS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LK6C3TTS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LK6C3TTS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LK6C3TTS .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LK6C3TTS .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LK6C3TTS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LK6C3TTS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LK6C3TTS .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LK6C3TTS .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LK6C3TTS .image-wrapper {
    padding: 0;
  }
}
.cid-v1LK6C3TTS .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LK6C3TTS .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LK6C3TTS .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LK6C3TTS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LK6C3TTS .mbr-section-subtitle,
.cid-v1LK6C3TTS .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LK6C3TTS .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LK6C3TTS .item-label {
  color: #ffffff;
}
.cid-v1LK6C3TTS .item-text {
  color: #a997ce;
}
.cid-v1LK6C3TTS .item-text,
.cid-v1LK6C3TTS .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LAN4QWsY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1LAN4QWsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LAN4QWsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LAN4QWsY .row {
  position: relative;
}
.cid-v1LAN4QWsY .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1LAN4QWsY .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1LAN4QWsY .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LAN4QWsY .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1LAN4QWsY .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1LAN4QWsY .col-link {
  padding: 0;
}
.cid-v1LAN4QWsY .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1LAN4QWsY .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1LAN4QWsY .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1LAN4QWsY .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1LAN4QWsY .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1LAN4QWsY .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1LAN4QWsY .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1LAN4QWsY .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1LAN4QWsY .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1LAN4QWsY .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LAN4QWsY .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1LAN4QWsY .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1LAN4QWsY .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1LAN4QWsY .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1LAN4QWsY .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1LDFbjNgZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1LDFbjNgZ .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1LDFbjNgZ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1LDFbjNgZ .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1LDFbjNgZ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1LDFbjNgZ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1LDFbjNgZ .container {
    padding: 0 1rem;
  }
}
.cid-v1LDFbjNgZ .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1LDFbjNgZ .nav-link {
  position: relative;
}
.cid-v1LDFbjNgZ .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1LDFbjNgZ nav.navbar {
  position: fixed;
}
.cid-v1LDFbjNgZ .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1LDFbjNgZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v1LDFbjNgZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1LDFbjNgZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v1LDFbjNgZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1LDFbjNgZ .navbar.collapsed {
  justify-content: center;
}
.cid-v1LDFbjNgZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1LDFbjNgZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1LDFbjNgZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1LDFbjNgZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1LDFbjNgZ .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-v1LDFbjNgZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1LDFbjNgZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1LDFbjNgZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1LDFbjNgZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1LDFbjNgZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1LDFbjNgZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1LDFbjNgZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1LDFbjNgZ .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-v1LDFbjNgZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1LDFbjNgZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1LDFbjNgZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1LDFbjNgZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1LDFbjNgZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1LDFbjNgZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1LDFbjNgZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1LDFbjNgZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1LDFbjNgZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1LDFbjNgZ .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-v1LDFbjNgZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1LDFbjNgZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1LDFbjNgZ .dropdown-item:hover,
.cid-v1LDFbjNgZ .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1LDFbjNgZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1LDFbjNgZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1LDFbjNgZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1LDFbjNgZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1LDFbjNgZ .dropdown-menu,
.cid-v1LDFbjNgZ .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1LDFbjNgZ .nav-item:focus,
.cid-v1LDFbjNgZ .nav-link:focus {
  outline: none;
}
.cid-v1LDFbjNgZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1LDFbjNgZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1LDFbjNgZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1LDFbjNgZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1LDFbjNgZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1LDFbjNgZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1LDFbjNgZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1LDFbjNgZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1LDFbjNgZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1LDFbjNgZ .dropdown-item.active,
.cid-v1LDFbjNgZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v1LDFbjNgZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1LDFbjNgZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1LDFbjNgZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1LDFbjNgZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1LDFbjNgZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1LDFbjNgZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1LDFbjNgZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1LDFbjNgZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1LDFbjNgZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1LDFbjNgZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1LDFbjNgZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1LDFbjNgZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LDFbjNgZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LDFbjNgZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1LDFbjNgZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LDFbjNgZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1LDFbjNgZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1LDFbjNgZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LDFbjNgZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1LDFbjNgZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1LDFbjNgZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1LDFbjNgZ .navbar {
    height: 70px;
  }
  .cid-v1LDFbjNgZ .navbar.opened {
    height: auto;
  }
  .cid-v1LDFbjNgZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1LDFbjNgZ .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1LDFbjNgZ .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1LDFbjNgZ .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1LDFbjNgZ .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1LDFbjNgZ .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1LDFbjNgZ img,
  .cid-v1LDFbjNgZ .navbar-brand img,
  .cid-v1LDFbjNgZ .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1LDFbUqPN {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1LDFbUqPN .card {
  position: relative;
}
.cid-v1LDFbUqPN .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1LDFbUqPN .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1LDFbUqPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LDFbUqPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LDFbUqPN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1LDFbUqPN .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LDFbUqPN .content-wrapper {
    width: 100%;
  }
}
.cid-v1LDFbUqPN .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1LDFbUqPN .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1LDFbUqPN .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1LDFbUqPN .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1LDFbUqPN .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1LDFbUqPN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1LDFbUqPN .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1LDFbUqPN .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1LDFbUqPN .mbr-label,
.cid-v1LDFbUqPN .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LDFbUqPN .mbr-section-title {
  color: #ffffff;
}
.cid-v1LDFbUqPN .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LDFbUqPN .mbr-section-title,
.cid-v1LDFbUqPN .mbr-section-btn {
  text-align: center;
}
.cid-v1LDFcBd7w {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1LDFcBd7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LDFcBd7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LDFcBd7w .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LDFcBd7w .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LDFcBd7w .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LDFcBd7w .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LDFcBd7w .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LDFcBd7w .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LDFcBd7w .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LDFcBd7w .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LDFcBd7w .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LDFcBd7w .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LDFcBd7w .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LDFcBd7w .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LDFcBd7w .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LDFcBd7w .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LDFcBd7w .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LDFcBd7w .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LDFcBd7w .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LDFcBd7w .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LDFcBd7w .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LDFcBd7w .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LDFcBd7w .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LDFcBd7w .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LDFcBd7w .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LDFcBd7w .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LDFcBd7w .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LDFcBd7w .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LDFcBd7w .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LDFcBd7w .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LDFcBd7w .image-wrapper {
    padding: 0;
  }
}
.cid-v1LDFcBd7w .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LDFcBd7w .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LDFcBd7w .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LDFcBd7w .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LDFcBd7w .mbr-section-subtitle,
.cid-v1LDFcBd7w .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LDFcBd7w .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LDFcBd7w .item-label {
  color: #ffffff;
}
.cid-v1LDFcBd7w .item-text {
  color: #a997ce;
}
.cid-v1LDFcBd7w .item-text,
.cid-v1LDFcBd7w .mbr-section-btn {
  color: #ffffff;
}
.cid-v1LDFdjp7r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1LDFdjp7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LDFdjp7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LDFdjp7r .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LDFdjp7r .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LDFdjp7r .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LDFdjp7r .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LDFdjp7r .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LDFdjp7r .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LDFdjp7r .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LDFdjp7r .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LDFdjp7r .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LDFdjp7r .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LDFdjp7r .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LDFdjp7r .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LDFdjp7r .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LDFdjp7r .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LDFdjp7r .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LDFdjp7r .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LDFdjp7r .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LDFdjp7r .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LDFdjp7r .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LDFdjp7r .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LDFdjp7r .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LDFdjp7r .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LDFdjp7r .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LDFdjp7r .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LDFdjp7r .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LDFdjp7r .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LDFdjp7r .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LDFdjp7r .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LDFdjp7r .image-wrapper {
    padding: 0;
  }
}
.cid-v1LDFdjp7r .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LDFdjp7r .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LDFdjp7r .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LDFdjp7r .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LDFdjp7r .mbr-section-subtitle,
.cid-v1LDFdjp7r .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LDFdjp7r .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LDFdjp7r .item-label {
  color: #ffffff;
}
.cid-v1LDFdjp7r .item-text {
  color: #a997ce;
}
.cid-v1LDFdjp7r .item-text,
.cid-v1LDFdjp7r .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LLkyE9Cz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1LLkyE9Cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LLkyE9Cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LLkyE9Cz .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LLkyE9Cz .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LLkyE9Cz .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LLkyE9Cz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LLkyE9Cz .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LLkyE9Cz .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LLkyE9Cz .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LLkyE9Cz .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LLkyE9Cz .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LLkyE9Cz .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LLkyE9Cz .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LLkyE9Cz .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LLkyE9Cz .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LLkyE9Cz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LLkyE9Cz .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LLkyE9Cz .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LLkyE9Cz .image-wrapper {
    padding: 0;
  }
}
.cid-v1LLkyE9Cz .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LLkyE9Cz .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LLkyE9Cz .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LLkyE9Cz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LLkyE9Cz .mbr-section-subtitle,
.cid-v1LLkyE9Cz .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LLkyE9Cz .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LLkyE9Cz .item-label {
  color: #ffffff;
}
.cid-v1LLkyE9Cz .item-text {
  color: #a997ce;
}
.cid-v1LLkyE9Cz .item-text,
.cid-v1LLkyE9Cz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LDFe04q1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1LDFe04q1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LDFe04q1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LDFe04q1 .row {
  position: relative;
}
.cid-v1LDFe04q1 .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1LDFe04q1 .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1LDFe04q1 .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LDFe04q1 .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1LDFe04q1 .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1LDFe04q1 .col-link {
  padding: 0;
}
.cid-v1LDFe04q1 .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1LDFe04q1 .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1LDFe04q1 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1LDFe04q1 .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1LDFe04q1 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1LDFe04q1 .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1LDFe04q1 .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1LDFe04q1 .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1LDFe04q1 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1LDFe04q1 .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LDFe04q1 .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1LDFe04q1 .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1LDFe04q1 .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1LDFe04q1 .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1LDFe04q1 .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1LPdqHKVU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1LPdqHKVU .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1LPdqHKVU .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1LPdqHKVU .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1LPdqHKVU .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1LPdqHKVU .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1LPdqHKVU .container {
    padding: 0 1rem;
  }
}
.cid-v1LPdqHKVU .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1LPdqHKVU .nav-link {
  position: relative;
}
.cid-v1LPdqHKVU .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1LPdqHKVU nav.navbar {
  position: fixed;
}
.cid-v1LPdqHKVU .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1LPdqHKVU .navbar.opened {
  transition: all 0.3s;
}
.cid-v1LPdqHKVU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1LPdqHKVU .navbar .navbar-logo img {
  width: auto;
}
.cid-v1LPdqHKVU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1LPdqHKVU .navbar.collapsed {
  justify-content: center;
}
.cid-v1LPdqHKVU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1LPdqHKVU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1LPdqHKVU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1LPdqHKVU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1LPdqHKVU .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-v1LPdqHKVU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1LPdqHKVU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1LPdqHKVU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1LPdqHKVU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1LPdqHKVU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1LPdqHKVU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1LPdqHKVU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1LPdqHKVU .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-v1LPdqHKVU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1LPdqHKVU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1LPdqHKVU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1LPdqHKVU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1LPdqHKVU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1LPdqHKVU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1LPdqHKVU .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1LPdqHKVU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1LPdqHKVU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1LPdqHKVU .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-v1LPdqHKVU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1LPdqHKVU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1LPdqHKVU .dropdown-item:hover,
.cid-v1LPdqHKVU .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1LPdqHKVU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1LPdqHKVU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1LPdqHKVU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1LPdqHKVU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1LPdqHKVU .dropdown-menu,
.cid-v1LPdqHKVU .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1LPdqHKVU .nav-item:focus,
.cid-v1LPdqHKVU .nav-link:focus {
  outline: none;
}
.cid-v1LPdqHKVU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1LPdqHKVU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1LPdqHKVU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1LPdqHKVU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1LPdqHKVU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1LPdqHKVU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1LPdqHKVU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1LPdqHKVU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1LPdqHKVU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1LPdqHKVU .dropdown-item.active,
.cid-v1LPdqHKVU .dropdown-item:active {
  background-color: transparent;
}
.cid-v1LPdqHKVU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1LPdqHKVU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1LPdqHKVU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1LPdqHKVU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1LPdqHKVU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1LPdqHKVU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1LPdqHKVU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1LPdqHKVU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1LPdqHKVU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1LPdqHKVU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1LPdqHKVU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1LPdqHKVU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LPdqHKVU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LPdqHKVU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1LPdqHKVU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LPdqHKVU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1LPdqHKVU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1LPdqHKVU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LPdqHKVU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1LPdqHKVU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1LPdqHKVU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1LPdqHKVU .navbar {
    height: 70px;
  }
  .cid-v1LPdqHKVU .navbar.opened {
    height: auto;
  }
  .cid-v1LPdqHKVU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1LPdqHKVU .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1LPdqHKVU .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1LPdqHKVU .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1LPdqHKVU .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1LPdqHKVU .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1LPdqHKVU img,
  .cid-v1LPdqHKVU .navbar-brand img,
  .cid-v1LPdqHKVU .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1LPdrjmSJ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1LPdrjmSJ .card {
  position: relative;
}
.cid-v1LPdrjmSJ .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1LPdrjmSJ .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1LPdrjmSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LPdrjmSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LPdrjmSJ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1LPdrjmSJ .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdrjmSJ .content-wrapper {
    width: 100%;
  }
}
.cid-v1LPdrjmSJ .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1LPdrjmSJ .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1LPdrjmSJ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1LPdrjmSJ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1LPdrjmSJ .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1LPdrjmSJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1LPdrjmSJ .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1LPdrjmSJ .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1LPdrjmSJ .mbr-label,
.cid-v1LPdrjmSJ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LPdrjmSJ .mbr-section-title {
  color: #ffffff;
}
.cid-v1LPdrjmSJ .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LPdrjmSJ .mbr-section-title,
.cid-v1LPdrjmSJ .mbr-section-btn {
  text-align: center;
}
.cid-v1LPdrRLYl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1LPdrRLYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LPdrRLYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LPdrRLYl .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LPdrRLYl .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdrRLYl .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LPdrRLYl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LPdrRLYl .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LPdrRLYl .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LPdrRLYl .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LPdrRLYl .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LPdrRLYl .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LPdrRLYl .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LPdrRLYl .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdrRLYl .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LPdrRLYl .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LPdrRLYl .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LPdrRLYl .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdrRLYl .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LPdrRLYl .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LPdrRLYl .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LPdrRLYl .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LPdrRLYl .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LPdrRLYl .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LPdrRLYl .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LPdrRLYl .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LPdrRLYl .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LPdrRLYl .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LPdrRLYl .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LPdrRLYl .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LPdrRLYl .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdrRLYl .image-wrapper {
    padding: 0;
  }
}
.cid-v1LPdrRLYl .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LPdrRLYl .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdrRLYl .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LPdrRLYl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LPdrRLYl .mbr-section-subtitle,
.cid-v1LPdrRLYl .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LPdrRLYl .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LPdrRLYl .item-label {
  color: #ffffff;
}
.cid-v1LPdrRLYl .item-text {
  color: #a997ce;
}
.cid-v1LPdrRLYl .item-text,
.cid-v1LPdrRLYl .mbr-section-btn {
  color: #ffffff;
}
.cid-v1LPdsrmeb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-v1LPdsrmeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LPdsrmeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LPdsrmeb .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LPdsrmeb .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdsrmeb .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LPdsrmeb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LPdsrmeb .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LPdsrmeb .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LPdsrmeb .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LPdsrmeb .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LPdsrmeb .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LPdsrmeb .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LPdsrmeb .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdsrmeb .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LPdsrmeb .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LPdsrmeb .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LPdsrmeb .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdsrmeb .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LPdsrmeb .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LPdsrmeb .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LPdsrmeb .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LPdsrmeb .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LPdsrmeb .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LPdsrmeb .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LPdsrmeb .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LPdsrmeb .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LPdsrmeb .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LPdsrmeb .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LPdsrmeb .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LPdsrmeb .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdsrmeb .image-wrapper {
    padding: 0;
  }
}
.cid-v1LPdsrmeb .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LPdsrmeb .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdsrmeb .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LPdsrmeb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LPdsrmeb .mbr-section-subtitle,
.cid-v1LPdsrmeb .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LPdsrmeb .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LPdsrmeb .item-label {
  color: #ffffff;
}
.cid-v1LPdsrmeb .item-text {
  color: #a997ce;
}
.cid-v1LPdsrmeb .item-text,
.cid-v1LPdsrmeb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LPdt34Y8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-v1LPdt34Y8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LPdt34Y8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LPdt34Y8 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LPdt34Y8 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdt34Y8 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LPdt34Y8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LPdt34Y8 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LPdt34Y8 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LPdt34Y8 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LPdt34Y8 .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LPdt34Y8 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LPdt34Y8 .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LPdt34Y8 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdt34Y8 .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LPdt34Y8 .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LPdt34Y8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LPdt34Y8 .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LPdt34Y8 .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdt34Y8 .image-wrapper {
    padding: 0;
  }
}
.cid-v1LPdt34Y8 .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LPdt34Y8 .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LPdt34Y8 .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LPdt34Y8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LPdt34Y8 .mbr-section-subtitle,
.cid-v1LPdt34Y8 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LPdt34Y8 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LPdt34Y8 .item-label {
  color: #ffffff;
}
.cid-v1LPdt34Y8 .item-text {
  color: #a997ce;
}
.cid-v1LPdt34Y8 .item-text,
.cid-v1LPdt34Y8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LPdtD5o0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1LPdtD5o0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LPdtD5o0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LPdtD5o0 .row {
  position: relative;
}
.cid-v1LPdtD5o0 .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1LPdtD5o0 .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1LPdtD5o0 .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LPdtD5o0 .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1LPdtD5o0 .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1LPdtD5o0 .col-link {
  padding: 0;
}
.cid-v1LPdtD5o0 .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1LPdtD5o0 .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1LPdtD5o0 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1LPdtD5o0 .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1LPdtD5o0 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1LPdtD5o0 .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1LPdtD5o0 .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1LPdtD5o0 .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1LPdtD5o0 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1LPdtD5o0 .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LPdtD5o0 .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1LPdtD5o0 .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1LPdtD5o0 .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1LPdtD5o0 .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1LPdtD5o0 .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1LSooDqDu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1LSooDqDu .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1LSooDqDu .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1LSooDqDu .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1LSooDqDu .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1LSooDqDu .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1LSooDqDu .container {
    padding: 0 1rem;
  }
}
.cid-v1LSooDqDu .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1LSooDqDu .nav-link {
  position: relative;
}
.cid-v1LSooDqDu .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1LSooDqDu nav.navbar {
  position: fixed;
}
.cid-v1LSooDqDu .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1LSooDqDu .navbar.opened {
  transition: all 0.3s;
}
.cid-v1LSooDqDu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1LSooDqDu .navbar .navbar-logo img {
  width: auto;
}
.cid-v1LSooDqDu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1LSooDqDu .navbar.collapsed {
  justify-content: center;
}
.cid-v1LSooDqDu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1LSooDqDu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1LSooDqDu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1LSooDqDu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1LSooDqDu .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-v1LSooDqDu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1LSooDqDu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1LSooDqDu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1LSooDqDu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1LSooDqDu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1LSooDqDu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1LSooDqDu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1LSooDqDu .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-v1LSooDqDu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1LSooDqDu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1LSooDqDu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1LSooDqDu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1LSooDqDu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1LSooDqDu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1LSooDqDu .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1LSooDqDu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1LSooDqDu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1LSooDqDu .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-v1LSooDqDu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1LSooDqDu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1LSooDqDu .dropdown-item:hover,
.cid-v1LSooDqDu .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1LSooDqDu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1LSooDqDu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1LSooDqDu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1LSooDqDu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1LSooDqDu .dropdown-menu,
.cid-v1LSooDqDu .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1LSooDqDu .nav-item:focus,
.cid-v1LSooDqDu .nav-link:focus {
  outline: none;
}
.cid-v1LSooDqDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1LSooDqDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1LSooDqDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1LSooDqDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1LSooDqDu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1LSooDqDu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1LSooDqDu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1LSooDqDu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1LSooDqDu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1LSooDqDu .dropdown-item.active,
.cid-v1LSooDqDu .dropdown-item:active {
  background-color: transparent;
}
.cid-v1LSooDqDu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1LSooDqDu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1LSooDqDu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1LSooDqDu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1LSooDqDu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1LSooDqDu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1LSooDqDu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1LSooDqDu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1LSooDqDu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1LSooDqDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1LSooDqDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1LSooDqDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LSooDqDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LSooDqDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1LSooDqDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LSooDqDu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1LSooDqDu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1LSooDqDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LSooDqDu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1LSooDqDu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1LSooDqDu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1LSooDqDu .navbar {
    height: 70px;
  }
  .cid-v1LSooDqDu .navbar.opened {
    height: auto;
  }
  .cid-v1LSooDqDu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1LSooDqDu .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1LSooDqDu .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1LSooDqDu .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1LSooDqDu .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1LSooDqDu .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1LSooDqDu img,
  .cid-v1LSooDqDu .navbar-brand img,
  .cid-v1LSooDqDu .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1LSopeYkd {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1LSopeYkd .card {
  position: relative;
}
.cid-v1LSopeYkd .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1LSopeYkd .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1LSopeYkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LSopeYkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LSopeYkd .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1LSopeYkd .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LSopeYkd .content-wrapper {
    width: 100%;
  }
}
.cid-v1LSopeYkd .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1LSopeYkd .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1LSopeYkd .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1LSopeYkd .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1LSopeYkd .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1LSopeYkd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1LSopeYkd .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1LSopeYkd .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1LSopeYkd .mbr-label,
.cid-v1LSopeYkd .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LSopeYkd .mbr-section-title {
  color: #ffffff;
}
.cid-v1LSopeYkd .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LSopeYkd .mbr-section-title,
.cid-v1LSopeYkd .mbr-section-btn {
  text-align: center;
}
.cid-v1LSopI8Jj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1LSopI8Jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LSopI8Jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LSopI8Jj .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LSopI8Jj .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LSopI8Jj .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LSopI8Jj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LSopI8Jj .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LSopI8Jj .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LSopI8Jj .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LSopI8Jj .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LSopI8Jj .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LSopI8Jj .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LSopI8Jj .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LSopI8Jj .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LSopI8Jj .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LSopI8Jj .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LSopI8Jj .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LSopI8Jj .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LSopI8Jj .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LSopI8Jj .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LSopI8Jj .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LSopI8Jj .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LSopI8Jj .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LSopI8Jj .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LSopI8Jj .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LSopI8Jj .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LSopI8Jj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LSopI8Jj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LSopI8Jj .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LSopI8Jj .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LSopI8Jj .image-wrapper {
    padding: 0;
  }
}
.cid-v1LSopI8Jj .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LSopI8Jj .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LSopI8Jj .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LSopI8Jj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LSopI8Jj .mbr-section-subtitle,
.cid-v1LSopI8Jj .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LSopI8Jj .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LSopI8Jj .item-label {
  color: #ffffff;
}
.cid-v1LSopI8Jj .item-text {
  color: #a997ce;
}
.cid-v1LSopI8Jj .item-text,
.cid-v1LSopI8Jj .mbr-section-btn {
  color: #ffffff;
}
.cid-v1LSoqgIn3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1LSoqgIn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LSoqgIn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LSoqgIn3 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LSoqgIn3 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LSoqgIn3 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LSoqgIn3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LSoqgIn3 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LSoqgIn3 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LSoqgIn3 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LSoqgIn3 .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LSoqgIn3 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LSoqgIn3 .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LSoqgIn3 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LSoqgIn3 .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LSoqgIn3 .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LSoqgIn3 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LSoqgIn3 .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LSoqgIn3 .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LSoqgIn3 .image-wrapper {
    padding: 0;
  }
}
.cid-v1LSoqgIn3 .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LSoqgIn3 .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LSoqgIn3 .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LSoqgIn3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LSoqgIn3 .mbr-section-subtitle,
.cid-v1LSoqgIn3 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LSoqgIn3 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LSoqgIn3 .item-label {
  color: #ffffff;
}
.cid-v1LSoqgIn3 .item-text {
  color: #a997ce;
}
.cid-v1LSoqgIn3 .item-text,
.cid-v1LSoqgIn3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LSoqNjD7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1LSoqNjD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LSoqNjD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LSoqNjD7 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LSoqNjD7 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LSoqNjD7 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LSoqNjD7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LSoqNjD7 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LSoqNjD7 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LSoqNjD7 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LSoqNjD7 .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LSoqNjD7 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LSoqNjD7 .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LSoqNjD7 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LSoqNjD7 .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LSoqNjD7 .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LSoqNjD7 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LSoqNjD7 .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LSoqNjD7 .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LSoqNjD7 .image-wrapper {
    padding: 0;
  }
}
.cid-v1LSoqNjD7 .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LSoqNjD7 .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LSoqNjD7 .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LSoqNjD7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LSoqNjD7 .mbr-section-subtitle,
.cid-v1LSoqNjD7 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LSoqNjD7 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LSoqNjD7 .item-label {
  color: #ffffff;
}
.cid-v1LSoqNjD7 .item-text {
  color: #a997ce;
}
.cid-v1LSoqNjD7 .item-text,
.cid-v1LSoqNjD7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v28Lt0LrnT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #190f2a;
}
.cid-v28Lt0LrnT img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v28Lt0LrnT img {
    height: 350px;
  }
}
.cid-v28Lt0LrnT .mbr-section-title {
  color: #fbb532;
  text-align: left;
}
.cid-v28Lt0LrnT .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v28Lt0LrnT .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v1LSorondD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1LSorondD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LSorondD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LSorondD .row {
  position: relative;
}
.cid-v1LSorondD .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1LSorondD .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1LSorondD .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LSorondD .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1LSorondD .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1LSorondD .col-link {
  padding: 0;
}
.cid-v1LSorondD .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1LSorondD .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1LSorondD .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1LSorondD .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1LSorondD .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1LSorondD .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1LSorondD .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1LSorondD .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1LSorondD .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1LSorondD .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LSorondD .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1LSorondD .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1LSorondD .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1LSorondD .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1LSorondD .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1LVhbe76s {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1LVhbe76s .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1LVhbe76s .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1LVhbe76s .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1LVhbe76s .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1LVhbe76s .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1LVhbe76s .container {
    padding: 0 1rem;
  }
}
.cid-v1LVhbe76s .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1LVhbe76s .nav-link {
  position: relative;
}
.cid-v1LVhbe76s .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1LVhbe76s nav.navbar {
  position: fixed;
}
.cid-v1LVhbe76s .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1LVhbe76s .navbar.opened {
  transition: all 0.3s;
}
.cid-v1LVhbe76s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1LVhbe76s .navbar .navbar-logo img {
  width: auto;
}
.cid-v1LVhbe76s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1LVhbe76s .navbar.collapsed {
  justify-content: center;
}
.cid-v1LVhbe76s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1LVhbe76s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1LVhbe76s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1LVhbe76s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1LVhbe76s .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-v1LVhbe76s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1LVhbe76s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1LVhbe76s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1LVhbe76s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1LVhbe76s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1LVhbe76s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1LVhbe76s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1LVhbe76s .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-v1LVhbe76s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1LVhbe76s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1LVhbe76s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1LVhbe76s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1LVhbe76s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1LVhbe76s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1LVhbe76s .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1LVhbe76s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1LVhbe76s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1LVhbe76s .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-v1LVhbe76s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1LVhbe76s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1LVhbe76s .dropdown-item:hover,
.cid-v1LVhbe76s .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1LVhbe76s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1LVhbe76s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1LVhbe76s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1LVhbe76s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1LVhbe76s .dropdown-menu,
.cid-v1LVhbe76s .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1LVhbe76s .nav-item:focus,
.cid-v1LVhbe76s .nav-link:focus {
  outline: none;
}
.cid-v1LVhbe76s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1LVhbe76s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1LVhbe76s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1LVhbe76s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1LVhbe76s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1LVhbe76s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1LVhbe76s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1LVhbe76s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1LVhbe76s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1LVhbe76s .dropdown-item.active,
.cid-v1LVhbe76s .dropdown-item:active {
  background-color: transparent;
}
.cid-v1LVhbe76s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1LVhbe76s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1LVhbe76s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1LVhbe76s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1LVhbe76s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1LVhbe76s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1LVhbe76s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1LVhbe76s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1LVhbe76s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1LVhbe76s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1LVhbe76s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1LVhbe76s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LVhbe76s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1LVhbe76s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1LVhbe76s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LVhbe76s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1LVhbe76s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1LVhbe76s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1LVhbe76s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1LVhbe76s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1LVhbe76s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1LVhbe76s .navbar {
    height: 70px;
  }
  .cid-v1LVhbe76s .navbar.opened {
    height: auto;
  }
  .cid-v1LVhbe76s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1LVhbe76s .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1LVhbe76s .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1LVhbe76s .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1LVhbe76s .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1LVhbe76s .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1LVhbe76s img,
  .cid-v1LVhbe76s .navbar-brand img,
  .cid-v1LVhbe76s .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1LVhbOAJl {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1LVhbOAJl .card {
  position: relative;
}
.cid-v1LVhbOAJl .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1LVhbOAJl .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1LVhbOAJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LVhbOAJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LVhbOAJl .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1LVhbOAJl .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhbOAJl .content-wrapper {
    width: 100%;
  }
}
.cid-v1LVhbOAJl .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1LVhbOAJl .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1LVhbOAJl .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1LVhbOAJl .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1LVhbOAJl .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1LVhbOAJl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1LVhbOAJl .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1LVhbOAJl .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1LVhbOAJl .mbr-label,
.cid-v1LVhbOAJl .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LVhbOAJl .mbr-section-title {
  color: #ffffff;
}
.cid-v1LVhbOAJl .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LVhbOAJl .mbr-section-title,
.cid-v1LVhbOAJl .mbr-section-btn {
  text-align: center;
}
.cid-v1LVhchm5d {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1LVhchm5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LVhchm5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LVhchm5d .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LVhchm5d .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhchm5d .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LVhchm5d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LVhchm5d .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LVhchm5d .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LVhchm5d .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LVhchm5d .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LVhchm5d .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LVhchm5d .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LVhchm5d .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhchm5d .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LVhchm5d .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LVhchm5d .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LVhchm5d .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhchm5d .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LVhchm5d .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LVhchm5d .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LVhchm5d .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LVhchm5d .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LVhchm5d .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LVhchm5d .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LVhchm5d .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LVhchm5d .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LVhchm5d .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LVhchm5d .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LVhchm5d .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LVhchm5d .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhchm5d .image-wrapper {
    padding: 0;
  }
}
.cid-v1LVhchm5d .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LVhchm5d .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhchm5d .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LVhchm5d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LVhchm5d .mbr-section-subtitle,
.cid-v1LVhchm5d .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LVhchm5d .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LVhchm5d .item-label {
  color: #ffffff;
}
.cid-v1LVhchm5d .item-text {
  color: #a997ce;
}
.cid-v1LVhchm5d .item-text,
.cid-v1LVhchm5d .mbr-section-btn {
  color: #ffffff;
}
.cid-v1LVhcQTgw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1LVhcQTgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LVhcQTgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LVhcQTgw .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LVhcQTgw .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhcQTgw .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LVhcQTgw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LVhcQTgw .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LVhcQTgw .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LVhcQTgw .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LVhcQTgw .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LVhcQTgw .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LVhcQTgw .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LVhcQTgw .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhcQTgw .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LVhcQTgw .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LVhcQTgw .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LVhcQTgw .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhcQTgw .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LVhcQTgw .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LVhcQTgw .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LVhcQTgw .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LVhcQTgw .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LVhcQTgw .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LVhcQTgw .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LVhcQTgw .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LVhcQTgw .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LVhcQTgw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LVhcQTgw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LVhcQTgw .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LVhcQTgw .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhcQTgw .image-wrapper {
    padding: 0;
  }
}
.cid-v1LVhcQTgw .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LVhcQTgw .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhcQTgw .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LVhcQTgw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LVhcQTgw .mbr-section-subtitle,
.cid-v1LVhcQTgw .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LVhcQTgw .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LVhcQTgw .item-label {
  color: #ffffff;
}
.cid-v1LVhcQTgw .item-text {
  color: #a997ce;
}
.cid-v1LVhcQTgw .item-text,
.cid-v1LVhcQTgw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LVhdtKJB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1LVhdtKJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LVhdtKJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LVhdtKJB .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1LVhdtKJB .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhdtKJB .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1LVhdtKJB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1LVhdtKJB .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1LVhdtKJB .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1LVhdtKJB .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1LVhdtKJB .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1LVhdtKJB .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1LVhdtKJB .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1LVhdtKJB .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhdtKJB .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1LVhdtKJB .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1LVhdtKJB .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1LVhdtKJB .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhdtKJB .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1LVhdtKJB .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1LVhdtKJB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1LVhdtKJB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1LVhdtKJB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1LVhdtKJB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1LVhdtKJB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1LVhdtKJB .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1LVhdtKJB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1LVhdtKJB .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1LVhdtKJB .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1LVhdtKJB .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1LVhdtKJB .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhdtKJB .image-wrapper {
    padding: 0;
  }
}
.cid-v1LVhdtKJB .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LVhdtKJB .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1LVhdtKJB .image-wrapper img {
    height: 300px;
  }
}
.cid-v1LVhdtKJB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1LVhdtKJB .mbr-section-subtitle,
.cid-v1LVhdtKJB .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1LVhdtKJB .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1LVhdtKJB .item-label {
  color: #ffffff;
}
.cid-v1LVhdtKJB .item-text {
  color: #a997ce;
}
.cid-v1LVhdtKJB .item-text,
.cid-v1LVhdtKJB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1LVhe114L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1LVhe114L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LVhe114L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LVhe114L .row {
  position: relative;
}
.cid-v1LVhe114L .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1LVhe114L .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1LVhe114L .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LVhe114L .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1LVhe114L .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1LVhe114L .col-link {
  padding: 0;
}
.cid-v1LVhe114L .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1LVhe114L .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1LVhe114L .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1LVhe114L .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1LVhe114L .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1LVhe114L .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1LVhe114L .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1LVhe114L .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1LVhe114L .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1LVhe114L .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1LVhe114L .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1LVhe114L .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1LVhe114L .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1LVhe114L .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1LVhe114L .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1M1vFJJl6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1M1vFJJl6 .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1M1vFJJl6 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1M1vFJJl6 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1M1vFJJl6 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1M1vFJJl6 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1M1vFJJl6 .container {
    padding: 0 1rem;
  }
}
.cid-v1M1vFJJl6 .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1M1vFJJl6 .nav-link {
  position: relative;
}
.cid-v1M1vFJJl6 .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1M1vFJJl6 nav.navbar {
  position: fixed;
}
.cid-v1M1vFJJl6 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1M1vFJJl6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1M1vFJJl6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1M1vFJJl6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v1M1vFJJl6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1M1vFJJl6 .navbar.collapsed {
  justify-content: center;
}
.cid-v1M1vFJJl6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1M1vFJJl6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1M1vFJJl6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1M1vFJJl6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1M1vFJJl6 .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-v1M1vFJJl6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1M1vFJJl6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1M1vFJJl6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1M1vFJJl6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1M1vFJJl6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1M1vFJJl6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1M1vFJJl6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1M1vFJJl6 .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-v1M1vFJJl6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1M1vFJJl6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1M1vFJJl6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1M1vFJJl6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1M1vFJJl6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1M1vFJJl6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1M1vFJJl6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1M1vFJJl6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1M1vFJJl6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1M1vFJJl6 .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-v1M1vFJJl6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1M1vFJJl6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1M1vFJJl6 .dropdown-item:hover,
.cid-v1M1vFJJl6 .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1M1vFJJl6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1M1vFJJl6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1M1vFJJl6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1M1vFJJl6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1M1vFJJl6 .dropdown-menu,
.cid-v1M1vFJJl6 .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1M1vFJJl6 .nav-item:focus,
.cid-v1M1vFJJl6 .nav-link:focus {
  outline: none;
}
.cid-v1M1vFJJl6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1M1vFJJl6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1M1vFJJl6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1M1vFJJl6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M1vFJJl6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1M1vFJJl6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1M1vFJJl6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1M1vFJJl6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1M1vFJJl6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1M1vFJJl6 .dropdown-item.active,
.cid-v1M1vFJJl6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1M1vFJJl6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1M1vFJJl6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1M1vFJJl6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1M1vFJJl6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1M1vFJJl6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1M1vFJJl6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1M1vFJJl6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1M1vFJJl6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1M1vFJJl6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1M1vFJJl6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1M1vFJJl6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1M1vFJJl6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M1vFJJl6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M1vFJJl6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1M1vFJJl6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M1vFJJl6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1M1vFJJl6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1M1vFJJl6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M1vFJJl6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1M1vFJJl6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1M1vFJJl6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1M1vFJJl6 .navbar {
    height: 70px;
  }
  .cid-v1M1vFJJl6 .navbar.opened {
    height: auto;
  }
  .cid-v1M1vFJJl6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1M1vFJJl6 .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1M1vFJJl6 .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1M1vFJJl6 .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1M1vFJJl6 .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1M1vFJJl6 .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1M1vFJJl6 img,
  .cid-v1M1vFJJl6 .navbar-brand img,
  .cid-v1M1vFJJl6 .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1M1vGA3DT {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1M1vGA3DT .card {
  position: relative;
}
.cid-v1M1vGA3DT .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1M1vGA3DT .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1M1vGA3DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M1vGA3DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M1vGA3DT .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1M1vGA3DT .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vGA3DT .content-wrapper {
    width: 100%;
  }
}
.cid-v1M1vGA3DT .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1M1vGA3DT .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1M1vGA3DT .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1M1vGA3DT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1M1vGA3DT .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1M1vGA3DT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1M1vGA3DT .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1M1vGA3DT .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1M1vGA3DT .mbr-label,
.cid-v1M1vGA3DT .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M1vGA3DT .mbr-section-title {
  color: #ffffff;
}
.cid-v1M1vGA3DT .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M1vGA3DT .mbr-section-title,
.cid-v1M1vGA3DT .mbr-section-btn {
  text-align: center;
}
.cid-v1M1vHpHAo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1M1vHpHAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M1vHpHAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M1vHpHAo .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1M1vHpHAo .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vHpHAo .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1M1vHpHAo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1M1vHpHAo .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1M1vHpHAo .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1M1vHpHAo .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1M1vHpHAo .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1M1vHpHAo .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1M1vHpHAo .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1M1vHpHAo .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vHpHAo .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1M1vHpHAo .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1M1vHpHAo .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1M1vHpHAo .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vHpHAo .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1M1vHpHAo .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1M1vHpHAo .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1M1vHpHAo .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1M1vHpHAo .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1M1vHpHAo .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1M1vHpHAo .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1M1vHpHAo .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1M1vHpHAo .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1M1vHpHAo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1M1vHpHAo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1M1vHpHAo .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1M1vHpHAo .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vHpHAo .image-wrapper {
    padding: 0;
  }
}
.cid-v1M1vHpHAo .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1M1vHpHAo .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vHpHAo .image-wrapper img {
    height: 300px;
  }
}
.cid-v1M1vHpHAo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1M1vHpHAo .mbr-section-subtitle,
.cid-v1M1vHpHAo .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M1vHpHAo .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M1vHpHAo .item-label {
  color: #ffffff;
}
.cid-v1M1vHpHAo .item-text {
  color: #a997ce;
}
.cid-v1M1vHpHAo .item-text,
.cid-v1M1vHpHAo .mbr-section-btn {
  color: #ffffff;
}
.cid-v1M1vI5NPw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-v1M1vI5NPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M1vI5NPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M1vI5NPw .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1M1vI5NPw .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vI5NPw .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1M1vI5NPw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1M1vI5NPw .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1M1vI5NPw .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1M1vI5NPw .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1M1vI5NPw .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1M1vI5NPw .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1M1vI5NPw .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1M1vI5NPw .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vI5NPw .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1M1vI5NPw .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1M1vI5NPw .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1M1vI5NPw .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vI5NPw .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1M1vI5NPw .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1M1vI5NPw .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1M1vI5NPw .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1M1vI5NPw .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1M1vI5NPw .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1M1vI5NPw .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1M1vI5NPw .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1M1vI5NPw .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1M1vI5NPw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1M1vI5NPw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1M1vI5NPw .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1M1vI5NPw .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vI5NPw .image-wrapper {
    padding: 0;
  }
}
.cid-v1M1vI5NPw .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1M1vI5NPw .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vI5NPw .image-wrapper img {
    height: 300px;
  }
}
.cid-v1M1vI5NPw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1M1vI5NPw .mbr-section-subtitle,
.cid-v1M1vI5NPw .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M1vI5NPw .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M1vI5NPw .item-label {
  color: #ffffff;
}
.cid-v1M1vI5NPw .item-text {
  color: #a997ce;
}
.cid-v1M1vI5NPw .item-text,
.cid-v1M1vI5NPw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1M1vIDpSU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-v1M1vIDpSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M1vIDpSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M1vIDpSU .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1M1vIDpSU .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vIDpSU .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1M1vIDpSU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1M1vIDpSU .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1M1vIDpSU .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1M1vIDpSU .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1M1vIDpSU .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1M1vIDpSU .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1M1vIDpSU .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1M1vIDpSU .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vIDpSU .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1M1vIDpSU .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1M1vIDpSU .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1M1vIDpSU .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vIDpSU .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1M1vIDpSU .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1M1vIDpSU .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1M1vIDpSU .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1M1vIDpSU .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1M1vIDpSU .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1M1vIDpSU .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1M1vIDpSU .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1M1vIDpSU .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1M1vIDpSU .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1M1vIDpSU .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1M1vIDpSU .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1M1vIDpSU .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vIDpSU .image-wrapper {
    padding: 0;
  }
}
.cid-v1M1vIDpSU .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1M1vIDpSU .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M1vIDpSU .image-wrapper img {
    height: 300px;
  }
}
.cid-v1M1vIDpSU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1M1vIDpSU .mbr-section-subtitle,
.cid-v1M1vIDpSU .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M1vIDpSU .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M1vIDpSU .item-label {
  color: #ffffff;
}
.cid-v1M1vIDpSU .item-text {
  color: #a997ce;
}
.cid-v1M1vIDpSU .item-text,
.cid-v1M1vIDpSU .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1M1vJb2UU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1M1vJb2UU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M1vJb2UU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M1vJb2UU .row {
  position: relative;
}
.cid-v1M1vJb2UU .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1M1vJb2UU .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1M1vJb2UU .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1M1vJb2UU .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1M1vJb2UU .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1M1vJb2UU .col-link {
  padding: 0;
}
.cid-v1M1vJb2UU .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1M1vJb2UU .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1M1vJb2UU .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1M1vJb2UU .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1M1vJb2UU .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1M1vJb2UU .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1M1vJb2UU .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1M1vJb2UU .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1M1vJb2UU .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1M1vJb2UU .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1M1vJb2UU .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1M1vJb2UU .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1M1vJb2UU .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1M1vJb2UU .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1M1vJb2UU .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1M4O7WUNE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1M4O7WUNE .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1M4O7WUNE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1M4O7WUNE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1M4O7WUNE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1M4O7WUNE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1M4O7WUNE .container {
    padding: 0 1rem;
  }
}
.cid-v1M4O7WUNE .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1M4O7WUNE .nav-link {
  position: relative;
}
.cid-v1M4O7WUNE .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1M4O7WUNE nav.navbar {
  position: fixed;
}
.cid-v1M4O7WUNE .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1M4O7WUNE .navbar.opened {
  transition: all 0.3s;
}
.cid-v1M4O7WUNE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1M4O7WUNE .navbar .navbar-logo img {
  width: auto;
}
.cid-v1M4O7WUNE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1M4O7WUNE .navbar.collapsed {
  justify-content: center;
}
.cid-v1M4O7WUNE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1M4O7WUNE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1M4O7WUNE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1M4O7WUNE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1M4O7WUNE .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-v1M4O7WUNE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1M4O7WUNE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1M4O7WUNE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1M4O7WUNE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1M4O7WUNE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1M4O7WUNE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1M4O7WUNE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1M4O7WUNE .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-v1M4O7WUNE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1M4O7WUNE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1M4O7WUNE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1M4O7WUNE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1M4O7WUNE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1M4O7WUNE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1M4O7WUNE .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1M4O7WUNE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1M4O7WUNE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1M4O7WUNE .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-v1M4O7WUNE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1M4O7WUNE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1M4O7WUNE .dropdown-item:hover,
.cid-v1M4O7WUNE .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1M4O7WUNE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1M4O7WUNE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1M4O7WUNE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1M4O7WUNE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1M4O7WUNE .dropdown-menu,
.cid-v1M4O7WUNE .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1M4O7WUNE .nav-item:focus,
.cid-v1M4O7WUNE .nav-link:focus {
  outline: none;
}
.cid-v1M4O7WUNE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1M4O7WUNE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1M4O7WUNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1M4O7WUNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M4O7WUNE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1M4O7WUNE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1M4O7WUNE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1M4O7WUNE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1M4O7WUNE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1M4O7WUNE .dropdown-item.active,
.cid-v1M4O7WUNE .dropdown-item:active {
  background-color: transparent;
}
.cid-v1M4O7WUNE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1M4O7WUNE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1M4O7WUNE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1M4O7WUNE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1M4O7WUNE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1M4O7WUNE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1M4O7WUNE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1M4O7WUNE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1M4O7WUNE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1M4O7WUNE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1M4O7WUNE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1M4O7WUNE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M4O7WUNE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M4O7WUNE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1M4O7WUNE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M4O7WUNE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1M4O7WUNE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1M4O7WUNE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M4O7WUNE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1M4O7WUNE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1M4O7WUNE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1M4O7WUNE .navbar {
    height: 70px;
  }
  .cid-v1M4O7WUNE .navbar.opened {
    height: auto;
  }
  .cid-v1M4O7WUNE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1M4O7WUNE .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1M4O7WUNE .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1M4O7WUNE .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1M4O7WUNE .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1M4O7WUNE .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1M4O7WUNE img,
  .cid-v1M4O7WUNE .navbar-brand img,
  .cid-v1M4O7WUNE .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1M4O8BNV3 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1M4O8BNV3 .card {
  position: relative;
}
.cid-v1M4O8BNV3 .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1M4O8BNV3 .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1M4O8BNV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M4O8BNV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M4O8BNV3 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1M4O8BNV3 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M4O8BNV3 .content-wrapper {
    width: 100%;
  }
}
.cid-v1M4O8BNV3 .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1M4O8BNV3 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1M4O8BNV3 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1M4O8BNV3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1M4O8BNV3 .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1M4O8BNV3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1M4O8BNV3 .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1M4O8BNV3 .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1M4O8BNV3 .mbr-label,
.cid-v1M4O8BNV3 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M4O8BNV3 .mbr-section-title {
  color: #ffffff;
}
.cid-v1M4O8BNV3 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M4O8BNV3 .mbr-section-title,
.cid-v1M4O8BNV3 .mbr-section-btn {
  text-align: center;
}
.cid-v1M4O9aaJM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1M4O9aaJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M4O9aaJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M4O9aaJM .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1M4O9aaJM .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M4O9aaJM .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1M4O9aaJM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1M4O9aaJM .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1M4O9aaJM .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1M4O9aaJM .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1M4O9aaJM .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1M4O9aaJM .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1M4O9aaJM .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1M4O9aaJM .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1M4O9aaJM .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1M4O9aaJM .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1M4O9aaJM .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1M4O9aaJM .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M4O9aaJM .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1M4O9aaJM .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1M4O9aaJM .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1M4O9aaJM .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1M4O9aaJM .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1M4O9aaJM .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1M4O9aaJM .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1M4O9aaJM .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1M4O9aaJM .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1M4O9aaJM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1M4O9aaJM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1M4O9aaJM .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1M4O9aaJM .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M4O9aaJM .image-wrapper {
    padding: 0;
  }
}
.cid-v1M4O9aaJM .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1M4O9aaJM .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M4O9aaJM .image-wrapper img {
    height: 300px;
  }
}
.cid-v1M4O9aaJM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1M4O9aaJM .mbr-section-subtitle,
.cid-v1M4O9aaJM .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M4O9aaJM .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M4O9aaJM .item-label {
  color: #ffffff;
}
.cid-v1M4O9aaJM .item-text {
  color: #a997ce;
}
.cid-v1M4O9aaJM .item-text,
.cid-v1M4O9aaJM .mbr-section-btn {
  color: #ffffff;
}
.cid-v1M4O9NqEg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1M4O9NqEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M4O9NqEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M4O9NqEg .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1M4O9NqEg .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M4O9NqEg .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1M4O9NqEg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1M4O9NqEg .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1M4O9NqEg .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1M4O9NqEg .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1M4O9NqEg .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1M4O9NqEg .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1M4O9NqEg .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1M4O9NqEg .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1M4O9NqEg .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1M4O9NqEg .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1M4O9NqEg .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1M4O9NqEg .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M4O9NqEg .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1M4O9NqEg .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1M4O9NqEg .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1M4O9NqEg .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1M4O9NqEg .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1M4O9NqEg .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1M4O9NqEg .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1M4O9NqEg .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1M4O9NqEg .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1M4O9NqEg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1M4O9NqEg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1M4O9NqEg .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1M4O9NqEg .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M4O9NqEg .image-wrapper {
    padding: 0;
  }
}
.cid-v1M4O9NqEg .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1M4O9NqEg .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M4O9NqEg .image-wrapper img {
    height: 300px;
  }
}
.cid-v1M4O9NqEg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1M4O9NqEg .mbr-section-subtitle,
.cid-v1M4O9NqEg .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M4O9NqEg .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M4O9NqEg .item-label {
  color: #ffffff;
}
.cid-v1M4O9NqEg .item-text {
  color: #a997ce;
}
.cid-v1M4O9NqEg .item-text,
.cid-v1M4O9NqEg .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1M4OanhrV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1M4OanhrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M4OanhrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M4OanhrV .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1M4OanhrV .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M4OanhrV .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1M4OanhrV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1M4OanhrV .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1M4OanhrV .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1M4OanhrV .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1M4OanhrV .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1M4OanhrV .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1M4OanhrV .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1M4OanhrV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1M4OanhrV .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1M4OanhrV .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1M4OanhrV .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1M4OanhrV .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M4OanhrV .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1M4OanhrV .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1M4OanhrV .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1M4OanhrV .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1M4OanhrV .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1M4OanhrV .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1M4OanhrV .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1M4OanhrV .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1M4OanhrV .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1M4OanhrV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1M4OanhrV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1M4OanhrV .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1M4OanhrV .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M4OanhrV .image-wrapper {
    padding: 0;
  }
}
.cid-v1M4OanhrV .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1M4OanhrV .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M4OanhrV .image-wrapper img {
    height: 300px;
  }
}
.cid-v1M4OanhrV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1M4OanhrV .mbr-section-subtitle,
.cid-v1M4OanhrV .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M4OanhrV .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M4OanhrV .item-label {
  color: #ffffff;
}
.cid-v1M4OanhrV .item-text {
  color: #a997ce;
}
.cid-v1M4OanhrV .item-text,
.cid-v1M4OanhrV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1M4OaVPgY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1M4OaVPgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M4OaVPgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M4OaVPgY .row {
  position: relative;
}
.cid-v1M4OaVPgY .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1M4OaVPgY .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1M4OaVPgY .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1M4OaVPgY .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1M4OaVPgY .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1M4OaVPgY .col-link {
  padding: 0;
}
.cid-v1M4OaVPgY .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1M4OaVPgY .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1M4OaVPgY .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1M4OaVPgY .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1M4OaVPgY .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1M4OaVPgY .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1M4OaVPgY .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1M4OaVPgY .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1M4OaVPgY .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1M4OaVPgY .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1M4OaVPgY .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1M4OaVPgY .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1M4OaVPgY .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1M4OaVPgY .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1M4OaVPgY .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1M8kDLNEw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1M8kDLNEw .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1M8kDLNEw .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1M8kDLNEw .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1M8kDLNEw .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1M8kDLNEw .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1M8kDLNEw .container {
    padding: 0 1rem;
  }
}
.cid-v1M8kDLNEw .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1M8kDLNEw .nav-link {
  position: relative;
}
.cid-v1M8kDLNEw .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1M8kDLNEw nav.navbar {
  position: fixed;
}
.cid-v1M8kDLNEw .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1M8kDLNEw .navbar.opened {
  transition: all 0.3s;
}
.cid-v1M8kDLNEw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1M8kDLNEw .navbar .navbar-logo img {
  width: auto;
}
.cid-v1M8kDLNEw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1M8kDLNEw .navbar.collapsed {
  justify-content: center;
}
.cid-v1M8kDLNEw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1M8kDLNEw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1M8kDLNEw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1M8kDLNEw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1M8kDLNEw .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-v1M8kDLNEw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1M8kDLNEw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1M8kDLNEw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1M8kDLNEw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1M8kDLNEw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1M8kDLNEw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1M8kDLNEw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1M8kDLNEw .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-v1M8kDLNEw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1M8kDLNEw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1M8kDLNEw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1M8kDLNEw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1M8kDLNEw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1M8kDLNEw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1M8kDLNEw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1M8kDLNEw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1M8kDLNEw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1M8kDLNEw .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-v1M8kDLNEw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1M8kDLNEw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1M8kDLNEw .dropdown-item:hover,
.cid-v1M8kDLNEw .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1M8kDLNEw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1M8kDLNEw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1M8kDLNEw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1M8kDLNEw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1M8kDLNEw .dropdown-menu,
.cid-v1M8kDLNEw .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1M8kDLNEw .nav-item:focus,
.cid-v1M8kDLNEw .nav-link:focus {
  outline: none;
}
.cid-v1M8kDLNEw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1M8kDLNEw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1M8kDLNEw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1M8kDLNEw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M8kDLNEw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1M8kDLNEw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1M8kDLNEw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1M8kDLNEw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1M8kDLNEw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1M8kDLNEw .dropdown-item.active,
.cid-v1M8kDLNEw .dropdown-item:active {
  background-color: transparent;
}
.cid-v1M8kDLNEw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1M8kDLNEw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1M8kDLNEw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1M8kDLNEw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1M8kDLNEw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1M8kDLNEw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1M8kDLNEw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1M8kDLNEw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1M8kDLNEw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1M8kDLNEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1M8kDLNEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1M8kDLNEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M8kDLNEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M8kDLNEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1M8kDLNEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M8kDLNEw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1M8kDLNEw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1M8kDLNEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M8kDLNEw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1M8kDLNEw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1M8kDLNEw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1M8kDLNEw .navbar {
    height: 70px;
  }
  .cid-v1M8kDLNEw .navbar.opened {
    height: auto;
  }
  .cid-v1M8kDLNEw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1M8kDLNEw .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1M8kDLNEw .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1M8kDLNEw .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1M8kDLNEw .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1M8kDLNEw .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1M8kDLNEw img,
  .cid-v1M8kDLNEw .navbar-brand img,
  .cid-v1M8kDLNEw .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1M8kEnanF {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1M8kEnanF .card {
  position: relative;
}
.cid-v1M8kEnanF .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1M8kEnanF .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1M8kEnanF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M8kEnanF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M8kEnanF .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1M8kEnanF .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kEnanF .content-wrapper {
    width: 100%;
  }
}
.cid-v1M8kEnanF .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1M8kEnanF .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1M8kEnanF .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1M8kEnanF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1M8kEnanF .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1M8kEnanF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1M8kEnanF .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1M8kEnanF .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1M8kEnanF .mbr-label,
.cid-v1M8kEnanF .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M8kEnanF .mbr-section-title {
  color: #ffffff;
}
.cid-v1M8kEnanF .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M8kEnanF .mbr-section-title,
.cid-v1M8kEnanF .mbr-section-btn {
  text-align: center;
}
.cid-v1M8kEY215 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1M8kEY215 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M8kEY215 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M8kEY215 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1M8kEY215 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kEY215 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1M8kEY215 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1M8kEY215 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1M8kEY215 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1M8kEY215 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1M8kEY215 .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1M8kEY215 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1M8kEY215 .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1M8kEY215 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kEY215 .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1M8kEY215 .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1M8kEY215 .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1M8kEY215 .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kEY215 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1M8kEY215 .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1M8kEY215 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1M8kEY215 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1M8kEY215 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1M8kEY215 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1M8kEY215 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1M8kEY215 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1M8kEY215 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1M8kEY215 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1M8kEY215 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1M8kEY215 .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1M8kEY215 .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kEY215 .image-wrapper {
    padding: 0;
  }
}
.cid-v1M8kEY215 .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1M8kEY215 .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kEY215 .image-wrapper img {
    height: 300px;
  }
}
.cid-v1M8kEY215 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1M8kEY215 .mbr-section-subtitle,
.cid-v1M8kEY215 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M8kEY215 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M8kEY215 .item-label {
  color: #ffffff;
}
.cid-v1M8kEY215 .item-text {
  color: #a997ce;
}
.cid-v1M8kEY215 .item-text,
.cid-v1M8kEY215 .mbr-section-btn {
  color: #ffffff;
}
.cid-v1M8kFAoll {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1M8kFAoll .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M8kFAoll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M8kFAoll .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1M8kFAoll .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kFAoll .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1M8kFAoll .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1M8kFAoll .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1M8kFAoll .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1M8kFAoll .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1M8kFAoll .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1M8kFAoll .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1M8kFAoll .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1M8kFAoll .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kFAoll .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1M8kFAoll .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1M8kFAoll .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1M8kFAoll .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kFAoll .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1M8kFAoll .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1M8kFAoll .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1M8kFAoll .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1M8kFAoll .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1M8kFAoll .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1M8kFAoll .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1M8kFAoll .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1M8kFAoll .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1M8kFAoll .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1M8kFAoll .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1M8kFAoll .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1M8kFAoll .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kFAoll .image-wrapper {
    padding: 0;
  }
}
.cid-v1M8kFAoll .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1M8kFAoll .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kFAoll .image-wrapper img {
    height: 300px;
  }
}
.cid-v1M8kFAoll .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1M8kFAoll .mbr-section-subtitle,
.cid-v1M8kFAoll .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M8kFAoll .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M8kFAoll .item-label {
  color: #ffffff;
}
.cid-v1M8kFAoll .item-text {
  color: #a997ce;
}
.cid-v1M8kFAoll .item-text,
.cid-v1M8kFAoll .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1M8kGdLvA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1M8kGdLvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M8kGdLvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M8kGdLvA .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1M8kGdLvA .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kGdLvA .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1M8kGdLvA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1M8kGdLvA .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1M8kGdLvA .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1M8kGdLvA .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1M8kGdLvA .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1M8kGdLvA .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1M8kGdLvA .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1M8kGdLvA .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kGdLvA .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1M8kGdLvA .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1M8kGdLvA .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1M8kGdLvA .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kGdLvA .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1M8kGdLvA .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1M8kGdLvA .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1M8kGdLvA .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1M8kGdLvA .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1M8kGdLvA .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1M8kGdLvA .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1M8kGdLvA .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1M8kGdLvA .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1M8kGdLvA .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1M8kGdLvA .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1M8kGdLvA .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1M8kGdLvA .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kGdLvA .image-wrapper {
    padding: 0;
  }
}
.cid-v1M8kGdLvA .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1M8kGdLvA .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1M8kGdLvA .image-wrapper img {
    height: 300px;
  }
}
.cid-v1M8kGdLvA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1M8kGdLvA .mbr-section-subtitle,
.cid-v1M8kGdLvA .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1M8kGdLvA .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1M8kGdLvA .item-label {
  color: #ffffff;
}
.cid-v1M8kGdLvA .item-text {
  color: #a997ce;
}
.cid-v1M8kGdLvA .item-text,
.cid-v1M8kGdLvA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1M8kGLZNP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1M8kGLZNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M8kGLZNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M8kGLZNP .row {
  position: relative;
}
.cid-v1M8kGLZNP .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1M8kGLZNP .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1M8kGLZNP .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1M8kGLZNP .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1M8kGLZNP .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1M8kGLZNP .col-link {
  padding: 0;
}
.cid-v1M8kGLZNP .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1M8kGLZNP .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1M8kGLZNP .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1M8kGLZNP .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1M8kGLZNP .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1M8kGLZNP .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1M8kGLZNP .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1M8kGLZNP .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1M8kGLZNP .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1M8kGLZNP .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1M8kGLZNP .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1M8kGLZNP .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1M8kGLZNP .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1M8kGLZNP .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1M8kGLZNP .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1McE9pTu6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1McE9pTu6 .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1McE9pTu6 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1McE9pTu6 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1McE9pTu6 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1McE9pTu6 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1McE9pTu6 .container {
    padding: 0 1rem;
  }
}
.cid-v1McE9pTu6 .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1McE9pTu6 .nav-link {
  position: relative;
}
.cid-v1McE9pTu6 .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1McE9pTu6 nav.navbar {
  position: fixed;
}
.cid-v1McE9pTu6 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1McE9pTu6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1McE9pTu6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1McE9pTu6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v1McE9pTu6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1McE9pTu6 .navbar.collapsed {
  justify-content: center;
}
.cid-v1McE9pTu6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1McE9pTu6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1McE9pTu6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1McE9pTu6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1McE9pTu6 .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-v1McE9pTu6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1McE9pTu6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1McE9pTu6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1McE9pTu6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1McE9pTu6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1McE9pTu6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1McE9pTu6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1McE9pTu6 .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-v1McE9pTu6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1McE9pTu6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1McE9pTu6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1McE9pTu6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1McE9pTu6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1McE9pTu6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1McE9pTu6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1McE9pTu6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1McE9pTu6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1McE9pTu6 .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-v1McE9pTu6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1McE9pTu6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1McE9pTu6 .dropdown-item:hover,
.cid-v1McE9pTu6 .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1McE9pTu6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1McE9pTu6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1McE9pTu6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1McE9pTu6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1McE9pTu6 .dropdown-menu,
.cid-v1McE9pTu6 .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1McE9pTu6 .nav-item:focus,
.cid-v1McE9pTu6 .nav-link:focus {
  outline: none;
}
.cid-v1McE9pTu6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1McE9pTu6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1McE9pTu6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1McE9pTu6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1McE9pTu6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1McE9pTu6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1McE9pTu6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1McE9pTu6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1McE9pTu6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1McE9pTu6 .dropdown-item.active,
.cid-v1McE9pTu6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1McE9pTu6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1McE9pTu6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1McE9pTu6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1McE9pTu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1McE9pTu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1McE9pTu6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1McE9pTu6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1McE9pTu6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1McE9pTu6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1McE9pTu6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1McE9pTu6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1McE9pTu6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1McE9pTu6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1McE9pTu6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1McE9pTu6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1McE9pTu6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1McE9pTu6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1McE9pTu6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1McE9pTu6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1McE9pTu6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1McE9pTu6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1McE9pTu6 .navbar {
    height: 70px;
  }
  .cid-v1McE9pTu6 .navbar.opened {
    height: auto;
  }
  .cid-v1McE9pTu6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1McE9pTu6 .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1McE9pTu6 .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1McE9pTu6 .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1McE9pTu6 .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1McE9pTu6 .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1McE9pTu6 img,
  .cid-v1McE9pTu6 .navbar-brand img,
  .cid-v1McE9pTu6 .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1McEamxD1 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1McEamxD1 .card {
  position: relative;
}
.cid-v1McEamxD1 .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1McEamxD1 .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1McEamxD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1McEamxD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1McEamxD1 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1McEamxD1 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1McEamxD1 .content-wrapper {
    width: 100%;
  }
}
.cid-v1McEamxD1 .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1McEamxD1 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1McEamxD1 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1McEamxD1 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1McEamxD1 .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1McEamxD1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1McEamxD1 .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1McEamxD1 .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1McEamxD1 .mbr-label,
.cid-v1McEamxD1 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1McEamxD1 .mbr-section-title {
  color: #ffffff;
}
.cid-v1McEamxD1 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1McEamxD1 .mbr-section-title,
.cid-v1McEamxD1 .mbr-section-btn {
  text-align: center;
}
.cid-v1McEb8i9J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1McEb8i9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1McEb8i9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1McEb8i9J .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1McEb8i9J .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1McEb8i9J .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1McEb8i9J .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1McEb8i9J .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1McEb8i9J .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1McEb8i9J .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1McEb8i9J .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1McEb8i9J .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1McEb8i9J .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1McEb8i9J .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1McEb8i9J .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1McEb8i9J .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1McEb8i9J .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1McEb8i9J .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1McEb8i9J .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1McEb8i9J .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1McEb8i9J .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1McEb8i9J .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1McEb8i9J .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1McEb8i9J .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1McEb8i9J .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1McEb8i9J .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1McEb8i9J .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1McEb8i9J .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1McEb8i9J .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1McEb8i9J .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1McEb8i9J .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1McEb8i9J .image-wrapper {
    padding: 0;
  }
}
.cid-v1McEb8i9J .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1McEb8i9J .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1McEb8i9J .image-wrapper img {
    height: 300px;
  }
}
.cid-v1McEb8i9J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1McEb8i9J .mbr-section-subtitle,
.cid-v1McEb8i9J .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1McEb8i9J .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1McEb8i9J .item-label {
  color: #ffffff;
}
.cid-v1McEb8i9J .item-text {
  color: #a997ce;
}
.cid-v1McEb8i9J .item-text,
.cid-v1McEb8i9J .mbr-section-btn {
  color: #ffffff;
}
.cid-v1McEbYqjU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1McEbYqjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1McEbYqjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1McEbYqjU .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1McEbYqjU .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1McEbYqjU .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1McEbYqjU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1McEbYqjU .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1McEbYqjU .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1McEbYqjU .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1McEbYqjU .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1McEbYqjU .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1McEbYqjU .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1McEbYqjU .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1McEbYqjU .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1McEbYqjU .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1McEbYqjU .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1McEbYqjU .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1McEbYqjU .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1McEbYqjU .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1McEbYqjU .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1McEbYqjU .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1McEbYqjU .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1McEbYqjU .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1McEbYqjU .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1McEbYqjU .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1McEbYqjU .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1McEbYqjU .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1McEbYqjU .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1McEbYqjU .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1McEbYqjU .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1McEbYqjU .image-wrapper {
    padding: 0;
  }
}
.cid-v1McEbYqjU .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1McEbYqjU .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1McEbYqjU .image-wrapper img {
    height: 300px;
  }
}
.cid-v1McEbYqjU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1McEbYqjU .mbr-section-subtitle,
.cid-v1McEbYqjU .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1McEbYqjU .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1McEbYqjU .item-label {
  color: #ffffff;
}
.cid-v1McEbYqjU .item-text {
  color: #a997ce;
}
.cid-v1McEbYqjU .item-text,
.cid-v1McEbYqjU .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1McEcImAa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1McEcImAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1McEcImAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1McEcImAa .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1McEcImAa .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1McEcImAa .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1McEcImAa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1McEcImAa .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1McEcImAa .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1McEcImAa .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1McEcImAa .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1McEcImAa .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1McEcImAa .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1McEcImAa .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1McEcImAa .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1McEcImAa .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1McEcImAa .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1McEcImAa .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1McEcImAa .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1McEcImAa .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1McEcImAa .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1McEcImAa .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1McEcImAa .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1McEcImAa .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1McEcImAa .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1McEcImAa .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1McEcImAa .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1McEcImAa .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1McEcImAa .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1McEcImAa .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1McEcImAa .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1McEcImAa .image-wrapper {
    padding: 0;
  }
}
.cid-v1McEcImAa .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1McEcImAa .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1McEcImAa .image-wrapper img {
    height: 300px;
  }
}
.cid-v1McEcImAa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1McEcImAa .mbr-section-subtitle,
.cid-v1McEcImAa .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1McEcImAa .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1McEcImAa .item-label {
  color: #ffffff;
}
.cid-v1McEcImAa .item-text {
  color: #a997ce;
}
.cid-v1McEcImAa .item-text,
.cid-v1McEcImAa .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1McEdtD3W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1McEdtD3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1McEdtD3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1McEdtD3W .row {
  position: relative;
}
.cid-v1McEdtD3W .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1McEdtD3W .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1McEdtD3W .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1McEdtD3W .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1McEdtD3W .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1McEdtD3W .col-link {
  padding: 0;
}
.cid-v1McEdtD3W .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1McEdtD3W .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1McEdtD3W .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1McEdtD3W .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1McEdtD3W .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1McEdtD3W .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1McEdtD3W .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1McEdtD3W .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1McEdtD3W .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1McEdtD3W .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1McEdtD3W .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1McEdtD3W .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1McEdtD3W .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1McEdtD3W .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1McEdtD3W .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1Qat08afA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1Qat08afA .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1Qat08afA .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1Qat08afA .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1Qat08afA .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1Qat08afA .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1Qat08afA .container {
    padding: 0 1rem;
  }
}
.cid-v1Qat08afA .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1Qat08afA .nav-link {
  position: relative;
}
.cid-v1Qat08afA .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1Qat08afA nav.navbar {
  position: fixed;
}
.cid-v1Qat08afA .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1Qat08afA .navbar.opened {
  transition: all 0.3s;
}
.cid-v1Qat08afA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1Qat08afA .navbar .navbar-logo img {
  width: auto;
}
.cid-v1Qat08afA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1Qat08afA .navbar.collapsed {
  justify-content: center;
}
.cid-v1Qat08afA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1Qat08afA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1Qat08afA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1Qat08afA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1Qat08afA .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-v1Qat08afA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1Qat08afA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1Qat08afA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1Qat08afA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1Qat08afA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1Qat08afA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1Qat08afA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1Qat08afA .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-v1Qat08afA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1Qat08afA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1Qat08afA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1Qat08afA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1Qat08afA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1Qat08afA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1Qat08afA .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1Qat08afA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1Qat08afA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1Qat08afA .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-v1Qat08afA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1Qat08afA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1Qat08afA .dropdown-item:hover,
.cid-v1Qat08afA .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1Qat08afA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1Qat08afA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1Qat08afA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1Qat08afA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1Qat08afA .dropdown-menu,
.cid-v1Qat08afA .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1Qat08afA .nav-item:focus,
.cid-v1Qat08afA .nav-link:focus {
  outline: none;
}
.cid-v1Qat08afA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1Qat08afA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1Qat08afA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1Qat08afA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1Qat08afA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1Qat08afA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1Qat08afA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1Qat08afA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1Qat08afA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1Qat08afA .dropdown-item.active,
.cid-v1Qat08afA .dropdown-item:active {
  background-color: transparent;
}
.cid-v1Qat08afA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1Qat08afA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1Qat08afA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1Qat08afA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1Qat08afA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1Qat08afA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1Qat08afA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1Qat08afA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1Qat08afA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1Qat08afA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1Qat08afA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1Qat08afA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Qat08afA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Qat08afA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1Qat08afA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Qat08afA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1Qat08afA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1Qat08afA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Qat08afA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1Qat08afA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1Qat08afA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1Qat08afA .navbar {
    height: 70px;
  }
  .cid-v1Qat08afA .navbar.opened {
    height: auto;
  }
  .cid-v1Qat08afA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1Qat08afA .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1Qat08afA .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1Qat08afA .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1Qat08afA .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1Qat08afA .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1Qat08afA img,
  .cid-v1Qat08afA .navbar-brand img,
  .cid-v1Qat08afA .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1Qat0BzKy {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1Qat0BzKy .card {
  position: relative;
}
.cid-v1Qat0BzKy .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1Qat0BzKy .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1Qat0BzKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Qat0BzKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Qat0BzKy .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1Qat0BzKy .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat0BzKy .content-wrapper {
    width: 100%;
  }
}
.cid-v1Qat0BzKy .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1Qat0BzKy .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1Qat0BzKy .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1Qat0BzKy .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1Qat0BzKy .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1Qat0BzKy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1Qat0BzKy .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1Qat0BzKy .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1Qat0BzKy .mbr-label,
.cid-v1Qat0BzKy .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qat0BzKy .mbr-section-title {
  color: #ffffff;
}
.cid-v1Qat0BzKy .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1Qat0BzKy .mbr-section-title,
.cid-v1Qat0BzKy .mbr-section-btn {
  text-align: center;
}
.cid-v1Qat0SaZY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1Qat0SaZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Qat0SaZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Qat0SaZY .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1Qat0SaZY .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat0SaZY .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1Qat0SaZY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Qat0SaZY .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1Qat0SaZY .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1Qat0SaZY .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1Qat0SaZY .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1Qat0SaZY .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1Qat0SaZY .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1Qat0SaZY .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat0SaZY .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1Qat0SaZY .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1Qat0SaZY .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1Qat0SaZY .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat0SaZY .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1Qat0SaZY .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1Qat0SaZY .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1Qat0SaZY .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1Qat0SaZY .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1Qat0SaZY .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1Qat0SaZY .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1Qat0SaZY .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1Qat0SaZY .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1Qat0SaZY .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1Qat0SaZY .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1Qat0SaZY .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1Qat0SaZY .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat0SaZY .image-wrapper {
    padding: 0;
  }
}
.cid-v1Qat0SaZY .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1Qat0SaZY .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat0SaZY .image-wrapper img {
    height: 300px;
  }
}
.cid-v1Qat0SaZY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qat0SaZY .mbr-section-subtitle,
.cid-v1Qat0SaZY .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qat0SaZY .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1Qat0SaZY .item-label {
  color: #ffffff;
}
.cid-v1Qat0SaZY .item-text {
  color: #a997ce;
}
.cid-v1Qat0SaZY .item-text,
.cid-v1Qat0SaZY .mbr-section-btn {
  color: #ffffff;
}
.cid-v1Qat1chvk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1Qat1chvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Qat1chvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Qat1chvk .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1Qat1chvk .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat1chvk .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1Qat1chvk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Qat1chvk .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1Qat1chvk .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1Qat1chvk .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1Qat1chvk .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1Qat1chvk .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1Qat1chvk .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1Qat1chvk .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat1chvk .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1Qat1chvk .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1Qat1chvk .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1Qat1chvk .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat1chvk .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1Qat1chvk .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1Qat1chvk .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1Qat1chvk .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1Qat1chvk .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1Qat1chvk .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1Qat1chvk .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1Qat1chvk .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1Qat1chvk .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1Qat1chvk .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1Qat1chvk .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1Qat1chvk .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1Qat1chvk .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat1chvk .image-wrapper {
    padding: 0;
  }
}
.cid-v1Qat1chvk .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1Qat1chvk .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat1chvk .image-wrapper img {
    height: 300px;
  }
}
.cid-v1Qat1chvk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qat1chvk .mbr-section-subtitle,
.cid-v1Qat1chvk .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qat1chvk .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1Qat1chvk .item-label {
  color: #ffffff;
}
.cid-v1Qat1chvk .item-text {
  color: #a997ce;
}
.cid-v1Qat1chvk .item-text,
.cid-v1Qat1chvk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1Qat1v2sc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1Qat1v2sc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Qat1v2sc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Qat1v2sc .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1Qat1v2sc .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat1v2sc .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1Qat1v2sc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Qat1v2sc .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1Qat1v2sc .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1Qat1v2sc .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1Qat1v2sc .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1Qat1v2sc .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1Qat1v2sc .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1Qat1v2sc .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat1v2sc .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1Qat1v2sc .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1Qat1v2sc .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1Qat1v2sc .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat1v2sc .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1Qat1v2sc .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1Qat1v2sc .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1Qat1v2sc .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1Qat1v2sc .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1Qat1v2sc .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1Qat1v2sc .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1Qat1v2sc .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1Qat1v2sc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1Qat1v2sc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1Qat1v2sc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1Qat1v2sc .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1Qat1v2sc .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat1v2sc .image-wrapper {
    padding: 0;
  }
}
.cid-v1Qat1v2sc .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1Qat1v2sc .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qat1v2sc .image-wrapper img {
    height: 300px;
  }
}
.cid-v1Qat1v2sc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qat1v2sc .mbr-section-subtitle,
.cid-v1Qat1v2sc .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qat1v2sc .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1Qat1v2sc .item-label {
  color: #ffffff;
}
.cid-v1Qat1v2sc .item-text {
  color: #a997ce;
}
.cid-v1Qat1v2sc .item-text,
.cid-v1Qat1v2sc .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1Qat1OInh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1Qat1OInh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Qat1OInh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Qat1OInh .row {
  position: relative;
}
.cid-v1Qat1OInh .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1Qat1OInh .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1Qat1OInh .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1Qat1OInh .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1Qat1OInh .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1Qat1OInh .col-link {
  padding: 0;
}
.cid-v1Qat1OInh .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1Qat1OInh .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1Qat1OInh .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1Qat1OInh .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1Qat1OInh .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1Qat1OInh .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1Qat1OInh .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1Qat1OInh .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1Qat1OInh .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1Qat1OInh .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1Qat1OInh .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1Qat1OInh .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1Qat1OInh .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1Qat1OInh .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1Qat1OInh .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1Qe1YH98l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1Qe1YH98l .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1Qe1YH98l .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1Qe1YH98l .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1Qe1YH98l .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1Qe1YH98l .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1Qe1YH98l .container {
    padding: 0 1rem;
  }
}
.cid-v1Qe1YH98l .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1Qe1YH98l .nav-link {
  position: relative;
}
.cid-v1Qe1YH98l .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1Qe1YH98l nav.navbar {
  position: fixed;
}
.cid-v1Qe1YH98l .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1Qe1YH98l .navbar.opened {
  transition: all 0.3s;
}
.cid-v1Qe1YH98l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1Qe1YH98l .navbar .navbar-logo img {
  width: auto;
}
.cid-v1Qe1YH98l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1Qe1YH98l .navbar.collapsed {
  justify-content: center;
}
.cid-v1Qe1YH98l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1Qe1YH98l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1Qe1YH98l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1Qe1YH98l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1Qe1YH98l .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-v1Qe1YH98l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1Qe1YH98l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1Qe1YH98l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1Qe1YH98l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1Qe1YH98l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1Qe1YH98l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1Qe1YH98l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1Qe1YH98l .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-v1Qe1YH98l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1Qe1YH98l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1Qe1YH98l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1Qe1YH98l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1Qe1YH98l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1Qe1YH98l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1Qe1YH98l .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1Qe1YH98l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1Qe1YH98l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1Qe1YH98l .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-v1Qe1YH98l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1Qe1YH98l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1Qe1YH98l .dropdown-item:hover,
.cid-v1Qe1YH98l .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1Qe1YH98l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1Qe1YH98l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1Qe1YH98l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1Qe1YH98l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1Qe1YH98l .dropdown-menu,
.cid-v1Qe1YH98l .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1Qe1YH98l .nav-item:focus,
.cid-v1Qe1YH98l .nav-link:focus {
  outline: none;
}
.cid-v1Qe1YH98l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1Qe1YH98l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1Qe1YH98l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1Qe1YH98l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1Qe1YH98l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1Qe1YH98l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1Qe1YH98l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1Qe1YH98l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1Qe1YH98l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1Qe1YH98l .dropdown-item.active,
.cid-v1Qe1YH98l .dropdown-item:active {
  background-color: transparent;
}
.cid-v1Qe1YH98l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1Qe1YH98l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1Qe1YH98l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1Qe1YH98l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1Qe1YH98l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1Qe1YH98l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1Qe1YH98l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1Qe1YH98l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1Qe1YH98l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1Qe1YH98l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1Qe1YH98l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1Qe1YH98l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Qe1YH98l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Qe1YH98l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1Qe1YH98l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Qe1YH98l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1Qe1YH98l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1Qe1YH98l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Qe1YH98l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1Qe1YH98l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1Qe1YH98l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1Qe1YH98l .navbar {
    height: 70px;
  }
  .cid-v1Qe1YH98l .navbar.opened {
    height: auto;
  }
  .cid-v1Qe1YH98l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1Qe1YH98l .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1Qe1YH98l .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1Qe1YH98l .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1Qe1YH98l .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1Qe1YH98l .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1Qe1YH98l img,
  .cid-v1Qe1YH98l .navbar-brand img,
  .cid-v1Qe1YH98l .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1Qe1Z2aOp {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1Qe1Z2aOp .card {
  position: relative;
}
.cid-v1Qe1Z2aOp .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1Qe1Z2aOp .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1Qe1Z2aOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Qe1Z2aOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Qe1Z2aOp .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1Qe1Z2aOp .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1Z2aOp .content-wrapper {
    width: 100%;
  }
}
.cid-v1Qe1Z2aOp .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1Qe1Z2aOp .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1Qe1Z2aOp .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1Qe1Z2aOp .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1Qe1Z2aOp .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1Qe1Z2aOp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1Qe1Z2aOp .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1Qe1Z2aOp .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1Qe1Z2aOp .mbr-label,
.cid-v1Qe1Z2aOp .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qe1Z2aOp .mbr-section-title {
  color: #ffffff;
}
.cid-v1Qe1Z2aOp .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1Qe1Z2aOp .mbr-section-title,
.cid-v1Qe1Z2aOp .mbr-section-btn {
  text-align: center;
}
.cid-v1Qe1ZibVq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1Qe1ZibVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Qe1ZibVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Qe1ZibVq .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZibVq .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZibVq .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1Qe1ZibVq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Qe1ZibVq .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1Qe1ZibVq .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1Qe1ZibVq .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1Qe1ZibVq .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1Qe1ZibVq .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZibVq .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1Qe1ZibVq .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZibVq .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1Qe1ZibVq .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1Qe1ZibVq .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1Qe1ZibVq .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZibVq .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZibVq .image-wrapper {
    padding: 0;
  }
}
.cid-v1Qe1ZibVq .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZibVq .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZibVq .image-wrapper img {
    height: 300px;
  }
}
.cid-v1Qe1ZibVq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qe1ZibVq .mbr-section-subtitle,
.cid-v1Qe1ZibVq .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qe1ZibVq .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1Qe1ZibVq .item-label {
  color: #ffffff;
}
.cid-v1Qe1ZibVq .item-text {
  color: #a997ce;
}
.cid-v1Qe1ZibVq .item-text,
.cid-v1Qe1ZibVq .mbr-section-btn {
  color: #ffffff;
}
.cid-v1Qe1ZBcQz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1Qe1ZBcQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Qe1ZBcQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Qe1ZBcQz .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZBcQz .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZBcQz .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1Qe1ZBcQz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Qe1ZBcQz .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1Qe1ZBcQz .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1Qe1ZBcQz .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1Qe1ZBcQz .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1Qe1ZBcQz .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZBcQz .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1Qe1ZBcQz .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZBcQz .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1Qe1ZBcQz .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1Qe1ZBcQz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1Qe1ZBcQz .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZBcQz .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZBcQz .image-wrapper {
    padding: 0;
  }
}
.cid-v1Qe1ZBcQz .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZBcQz .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZBcQz .image-wrapper img {
    height: 300px;
  }
}
.cid-v1Qe1ZBcQz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qe1ZBcQz .mbr-section-subtitle,
.cid-v1Qe1ZBcQz .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qe1ZBcQz .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1Qe1ZBcQz .item-label {
  color: #ffffff;
}
.cid-v1Qe1ZBcQz .item-text {
  color: #a997ce;
}
.cid-v1Qe1ZBcQz .item-text,
.cid-v1Qe1ZBcQz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1Qe1ZUJUL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1Qe1ZUJUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Qe1ZUJUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Qe1ZUJUL .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZUJUL .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZUJUL .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1Qe1ZUJUL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Qe1ZUJUL .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1Qe1ZUJUL .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1Qe1ZUJUL .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1Qe1ZUJUL .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1Qe1ZUJUL .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZUJUL .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1Qe1ZUJUL .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZUJUL .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1Qe1ZUJUL .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1Qe1ZUJUL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1Qe1ZUJUL .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZUJUL .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZUJUL .image-wrapper {
    padding: 0;
  }
}
.cid-v1Qe1ZUJUL .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1Qe1ZUJUL .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1Qe1ZUJUL .image-wrapper img {
    height: 300px;
  }
}
.cid-v1Qe1ZUJUL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qe1ZUJUL .mbr-section-subtitle,
.cid-v1Qe1ZUJUL .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1Qe1ZUJUL .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1Qe1ZUJUL .item-label {
  color: #ffffff;
}
.cid-v1Qe1ZUJUL .item-text {
  color: #a997ce;
}
.cid-v1Qe1ZUJUL .item-text,
.cid-v1Qe1ZUJUL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1Qe20eSQ4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1Qe20eSQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Qe20eSQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Qe20eSQ4 .row {
  position: relative;
}
.cid-v1Qe20eSQ4 .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1Qe20eSQ4 .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1Qe20eSQ4 .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1Qe20eSQ4 .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1Qe20eSQ4 .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1Qe20eSQ4 .col-link {
  padding: 0;
}
.cid-v1Qe20eSQ4 .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1Qe20eSQ4 .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1Qe20eSQ4 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1Qe20eSQ4 .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1Qe20eSQ4 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1Qe20eSQ4 .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1Qe20eSQ4 .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1Qe20eSQ4 .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1Qe20eSQ4 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1Qe20eSQ4 .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1Qe20eSQ4 .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1Qe20eSQ4 .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1Qe20eSQ4 .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1Qe20eSQ4 .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1Qe20eSQ4 .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1Qishp0AR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1Qishp0AR .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1Qishp0AR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1Qishp0AR .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1Qishp0AR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1Qishp0AR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1Qishp0AR .container {
    padding: 0 1rem;
  }
}
.cid-v1Qishp0AR .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1Qishp0AR .nav-link {
  position: relative;
}
.cid-v1Qishp0AR .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1Qishp0AR nav.navbar {
  position: fixed;
}
.cid-v1Qishp0AR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1Qishp0AR .navbar.opened {
  transition: all 0.3s;
}
.cid-v1Qishp0AR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1Qishp0AR .navbar .navbar-logo img {
  width: auto;
}
.cid-v1Qishp0AR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1Qishp0AR .navbar.collapsed {
  justify-content: center;
}
.cid-v1Qishp0AR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1Qishp0AR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1Qishp0AR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1Qishp0AR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1Qishp0AR .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-v1Qishp0AR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1Qishp0AR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1Qishp0AR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1Qishp0AR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1Qishp0AR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1Qishp0AR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1Qishp0AR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1Qishp0AR .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-v1Qishp0AR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1Qishp0AR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1Qishp0AR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1Qishp0AR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1Qishp0AR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1Qishp0AR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1Qishp0AR .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1Qishp0AR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1Qishp0AR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1Qishp0AR .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-v1Qishp0AR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1Qishp0AR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1Qishp0AR .dropdown-item:hover,
.cid-v1Qishp0AR .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1Qishp0AR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1Qishp0AR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1Qishp0AR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1Qishp0AR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1Qishp0AR .dropdown-menu,
.cid-v1Qishp0AR .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1Qishp0AR .nav-item:focus,
.cid-v1Qishp0AR .nav-link:focus {
  outline: none;
}
.cid-v1Qishp0AR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1Qishp0AR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1Qishp0AR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1Qishp0AR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1Qishp0AR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1Qishp0AR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1Qishp0AR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1Qishp0AR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1Qishp0AR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1Qishp0AR .dropdown-item.active,
.cid-v1Qishp0AR .dropdown-item:active {
  background-color: transparent;
}
.cid-v1Qishp0AR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1Qishp0AR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1Qishp0AR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1Qishp0AR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1Qishp0AR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1Qishp0AR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1Qishp0AR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1Qishp0AR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1Qishp0AR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1Qishp0AR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1Qishp0AR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1Qishp0AR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Qishp0AR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Qishp0AR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1Qishp0AR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Qishp0AR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1Qishp0AR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1Qishp0AR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Qishp0AR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1Qishp0AR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1Qishp0AR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1Qishp0AR .navbar {
    height: 70px;
  }
  .cid-v1Qishp0AR .navbar.opened {
    height: auto;
  }
  .cid-v1Qishp0AR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1Qishp0AR .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1Qishp0AR .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1Qishp0AR .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1Qishp0AR .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1Qishp0AR .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1Qishp0AR img,
  .cid-v1Qishp0AR .navbar-brand img,
  .cid-v1Qishp0AR .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1QishJm7p {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1QishJm7p .card {
  position: relative;
}
.cid-v1QishJm7p .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1QishJm7p .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1QishJm7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1QishJm7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1QishJm7p .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1QishJm7p .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1QishJm7p .content-wrapper {
    width: 100%;
  }
}
.cid-v1QishJm7p .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1QishJm7p .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1QishJm7p .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1QishJm7p .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1QishJm7p .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1QishJm7p .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1QishJm7p .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1QishJm7p .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1QishJm7p .mbr-label,
.cid-v1QishJm7p .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1QishJm7p .mbr-section-title {
  color: #ffffff;
}
.cid-v1QishJm7p .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1QishJm7p .mbr-section-title,
.cid-v1QishJm7p .mbr-section-btn {
  text-align: center;
}
.cid-v1QishYUV6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1QishYUV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1QishYUV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1QishYUV6 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1QishYUV6 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1QishYUV6 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1QishYUV6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1QishYUV6 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1QishYUV6 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1QishYUV6 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1QishYUV6 .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1QishYUV6 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1QishYUV6 .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1QishYUV6 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1QishYUV6 .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1QishYUV6 .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1QishYUV6 .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1QishYUV6 .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1QishYUV6 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1QishYUV6 .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1QishYUV6 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1QishYUV6 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1QishYUV6 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1QishYUV6 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1QishYUV6 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1QishYUV6 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1QishYUV6 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1QishYUV6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1QishYUV6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1QishYUV6 .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1QishYUV6 .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1QishYUV6 .image-wrapper {
    padding: 0;
  }
}
.cid-v1QishYUV6 .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1QishYUV6 .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1QishYUV6 .image-wrapper img {
    height: 300px;
  }
}
.cid-v1QishYUV6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1QishYUV6 .mbr-section-subtitle,
.cid-v1QishYUV6 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1QishYUV6 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1QishYUV6 .item-label {
  color: #ffffff;
}
.cid-v1QishYUV6 .item-text {
  color: #a997ce;
}
.cid-v1QishYUV6 .item-text,
.cid-v1QishYUV6 .mbr-section-btn {
  color: #ffffff;
}
.cid-v1QisiiAoQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1QisiiAoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1QisiiAoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1QisiiAoQ .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1QisiiAoQ .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1QisiiAoQ .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1QisiiAoQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1QisiiAoQ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1QisiiAoQ .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1QisiiAoQ .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1QisiiAoQ .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1QisiiAoQ .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1QisiiAoQ .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1QisiiAoQ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1QisiiAoQ .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1QisiiAoQ .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1QisiiAoQ .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1QisiiAoQ .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1QisiiAoQ .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1QisiiAoQ .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1QisiiAoQ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1QisiiAoQ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1QisiiAoQ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1QisiiAoQ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1QisiiAoQ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1QisiiAoQ .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1QisiiAoQ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1QisiiAoQ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1QisiiAoQ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1QisiiAoQ .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1QisiiAoQ .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1QisiiAoQ .image-wrapper {
    padding: 0;
  }
}
.cid-v1QisiiAoQ .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1QisiiAoQ .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1QisiiAoQ .image-wrapper img {
    height: 300px;
  }
}
.cid-v1QisiiAoQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1QisiiAoQ .mbr-section-subtitle,
.cid-v1QisiiAoQ .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1QisiiAoQ .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1QisiiAoQ .item-label {
  color: #ffffff;
}
.cid-v1QisiiAoQ .item-text {
  color: #a997ce;
}
.cid-v1QisiiAoQ .item-text,
.cid-v1QisiiAoQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1QisiB5Jl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1QisiB5Jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1QisiB5Jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1QisiB5Jl .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1QisiB5Jl .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1QisiB5Jl .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1QisiB5Jl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1QisiB5Jl .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1QisiB5Jl .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1QisiB5Jl .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1QisiB5Jl .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1QisiB5Jl .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1QisiB5Jl .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1QisiB5Jl .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1QisiB5Jl .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1QisiB5Jl .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1QisiB5Jl .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1QisiB5Jl .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1QisiB5Jl .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1QisiB5Jl .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1QisiB5Jl .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1QisiB5Jl .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1QisiB5Jl .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1QisiB5Jl .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1QisiB5Jl .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1QisiB5Jl .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1QisiB5Jl .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1QisiB5Jl .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1QisiB5Jl .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1QisiB5Jl .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1QisiB5Jl .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1QisiB5Jl .image-wrapper {
    padding: 0;
  }
}
.cid-v1QisiB5Jl .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1QisiB5Jl .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1QisiB5Jl .image-wrapper img {
    height: 300px;
  }
}
.cid-v1QisiB5Jl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1QisiB5Jl .mbr-section-subtitle,
.cid-v1QisiB5Jl .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1QisiB5Jl .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1QisiB5Jl .item-label {
  color: #ffffff;
}
.cid-v1QisiB5Jl .item-text {
  color: #a997ce;
}
.cid-v1QisiB5Jl .item-text,
.cid-v1QisiB5Jl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1QisiUQIN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1QisiUQIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1QisiUQIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1QisiUQIN .row {
  position: relative;
}
.cid-v1QisiUQIN .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1QisiUQIN .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1QisiUQIN .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1QisiUQIN .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1QisiUQIN .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1QisiUQIN .col-link {
  padding: 0;
}
.cid-v1QisiUQIN .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1QisiUQIN .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1QisiUQIN .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1QisiUQIN .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1QisiUQIN .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1QisiUQIN .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1QisiUQIN .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1QisiUQIN .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1QisiUQIN .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1QisiUQIN .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1QisiUQIN .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1QisiUQIN .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1QisiUQIN .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1QisiUQIN .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1QisiUQIN .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1RJs5Nasi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1RJs5Nasi .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1RJs5Nasi .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1RJs5Nasi .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1RJs5Nasi .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1RJs5Nasi .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1RJs5Nasi .container {
    padding: 0 1rem;
  }
}
.cid-v1RJs5Nasi .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1RJs5Nasi .nav-link {
  position: relative;
}
.cid-v1RJs5Nasi .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1RJs5Nasi nav.navbar {
  position: fixed;
}
.cid-v1RJs5Nasi .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1RJs5Nasi .navbar.opened {
  transition: all 0.3s;
}
.cid-v1RJs5Nasi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1RJs5Nasi .navbar .navbar-logo img {
  width: auto;
}
.cid-v1RJs5Nasi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1RJs5Nasi .navbar.collapsed {
  justify-content: center;
}
.cid-v1RJs5Nasi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1RJs5Nasi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1RJs5Nasi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1RJs5Nasi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1RJs5Nasi .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-v1RJs5Nasi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1RJs5Nasi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1RJs5Nasi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1RJs5Nasi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1RJs5Nasi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1RJs5Nasi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1RJs5Nasi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1RJs5Nasi .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-v1RJs5Nasi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1RJs5Nasi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1RJs5Nasi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1RJs5Nasi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1RJs5Nasi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1RJs5Nasi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1RJs5Nasi .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1RJs5Nasi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1RJs5Nasi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1RJs5Nasi .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-v1RJs5Nasi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1RJs5Nasi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1RJs5Nasi .dropdown-item:hover,
.cid-v1RJs5Nasi .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1RJs5Nasi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1RJs5Nasi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1RJs5Nasi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1RJs5Nasi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1RJs5Nasi .dropdown-menu,
.cid-v1RJs5Nasi .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1RJs5Nasi .nav-item:focus,
.cid-v1RJs5Nasi .nav-link:focus {
  outline: none;
}
.cid-v1RJs5Nasi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1RJs5Nasi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1RJs5Nasi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1RJs5Nasi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1RJs5Nasi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1RJs5Nasi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1RJs5Nasi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1RJs5Nasi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1RJs5Nasi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1RJs5Nasi .dropdown-item.active,
.cid-v1RJs5Nasi .dropdown-item:active {
  background-color: transparent;
}
.cid-v1RJs5Nasi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1RJs5Nasi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1RJs5Nasi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1RJs5Nasi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1RJs5Nasi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1RJs5Nasi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1RJs5Nasi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1RJs5Nasi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1RJs5Nasi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1RJs5Nasi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1RJs5Nasi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1RJs5Nasi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1RJs5Nasi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1RJs5Nasi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1RJs5Nasi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1RJs5Nasi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1RJs5Nasi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1RJs5Nasi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1RJs5Nasi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1RJs5Nasi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1RJs5Nasi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1RJs5Nasi .navbar {
    height: 70px;
  }
  .cid-v1RJs5Nasi .navbar.opened {
    height: auto;
  }
  .cid-v1RJs5Nasi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1RJs5Nasi .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1RJs5Nasi .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1RJs5Nasi .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1RJs5Nasi .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1RJs5Nasi .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1RJs5Nasi img,
  .cid-v1RJs5Nasi .navbar-brand img,
  .cid-v1RJs5Nasi .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1RJs64Rog {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1RJs64Rog .card {
  position: relative;
}
.cid-v1RJs64Rog .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1RJs64Rog .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1RJs64Rog .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RJs64Rog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RJs64Rog .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1RJs64Rog .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs64Rog .content-wrapper {
    width: 100%;
  }
}
.cid-v1RJs64Rog .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1RJs64Rog .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1RJs64Rog .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1RJs64Rog .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1RJs64Rog .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1RJs64Rog .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1RJs64Rog .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1RJs64Rog .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1RJs64Rog .mbr-label,
.cid-v1RJs64Rog .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RJs64Rog .mbr-section-title {
  color: #ffffff;
}
.cid-v1RJs64Rog .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RJs64Rog .mbr-section-title,
.cid-v1RJs64Rog .mbr-section-btn {
  text-align: center;
}
.cid-v1RJs6iIAp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1RJs6iIAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RJs6iIAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RJs6iIAp .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1RJs6iIAp .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6iIAp .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1RJs6iIAp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1RJs6iIAp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1RJs6iIAp .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1RJs6iIAp .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1RJs6iIAp .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1RJs6iIAp .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1RJs6iIAp .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1RJs6iIAp .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6iIAp .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1RJs6iIAp .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1RJs6iIAp .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1RJs6iIAp .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6iIAp .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1RJs6iIAp .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1RJs6iIAp .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1RJs6iIAp .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1RJs6iIAp .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1RJs6iIAp .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1RJs6iIAp .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1RJs6iIAp .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1RJs6iIAp .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1RJs6iIAp .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1RJs6iIAp .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RJs6iIAp .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1RJs6iIAp .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6iIAp .image-wrapper {
    padding: 0;
  }
}
.cid-v1RJs6iIAp .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1RJs6iIAp .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6iIAp .image-wrapper img {
    height: 300px;
  }
}
.cid-v1RJs6iIAp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1RJs6iIAp .mbr-section-subtitle,
.cid-v1RJs6iIAp .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RJs6iIAp .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RJs6iIAp .item-label {
  color: #ffffff;
}
.cid-v1RJs6iIAp .item-text {
  color: #a997ce;
}
.cid-v1RJs6iIAp .item-text,
.cid-v1RJs6iIAp .mbr-section-btn {
  color: #ffffff;
}
.cid-v1RJs6CSqS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1RJs6CSqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RJs6CSqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RJs6CSqS .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1RJs6CSqS .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6CSqS .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1RJs6CSqS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1RJs6CSqS .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1RJs6CSqS .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1RJs6CSqS .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1RJs6CSqS .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1RJs6CSqS .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1RJs6CSqS .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1RJs6CSqS .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6CSqS .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1RJs6CSqS .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1RJs6CSqS .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1RJs6CSqS .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6CSqS .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1RJs6CSqS .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1RJs6CSqS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1RJs6CSqS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1RJs6CSqS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1RJs6CSqS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1RJs6CSqS .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1RJs6CSqS .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1RJs6CSqS .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1RJs6CSqS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1RJs6CSqS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RJs6CSqS .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1RJs6CSqS .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6CSqS .image-wrapper {
    padding: 0;
  }
}
.cid-v1RJs6CSqS .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1RJs6CSqS .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6CSqS .image-wrapper img {
    height: 300px;
  }
}
.cid-v1RJs6CSqS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1RJs6CSqS .mbr-section-subtitle,
.cid-v1RJs6CSqS .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RJs6CSqS .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RJs6CSqS .item-label {
  color: #ffffff;
}
.cid-v1RJs6CSqS .item-text {
  color: #a997ce;
}
.cid-v1RJs6CSqS .item-text,
.cid-v1RJs6CSqS .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1RJs6Tuuz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1RJs6Tuuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RJs6Tuuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RJs6Tuuz .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1RJs6Tuuz .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6Tuuz .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1RJs6Tuuz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1RJs6Tuuz .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1RJs6Tuuz .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1RJs6Tuuz .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1RJs6Tuuz .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1RJs6Tuuz .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1RJs6Tuuz .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1RJs6Tuuz .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6Tuuz .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1RJs6Tuuz .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1RJs6Tuuz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RJs6Tuuz .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1RJs6Tuuz .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6Tuuz .image-wrapper {
    padding: 0;
  }
}
.cid-v1RJs6Tuuz .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1RJs6Tuuz .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RJs6Tuuz .image-wrapper img {
    height: 300px;
  }
}
.cid-v1RJs6Tuuz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1RJs6Tuuz .mbr-section-subtitle,
.cid-v1RJs6Tuuz .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RJs6Tuuz .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RJs6Tuuz .item-label {
  color: #ffffff;
}
.cid-v1RJs6Tuuz .item-text {
  color: #a997ce;
}
.cid-v1RJs6Tuuz .item-text,
.cid-v1RJs6Tuuz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1RJs79WXq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1RJs79WXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RJs79WXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RJs79WXq .row {
  position: relative;
}
.cid-v1RJs79WXq .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1RJs79WXq .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1RJs79WXq .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1RJs79WXq .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1RJs79WXq .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1RJs79WXq .col-link {
  padding: 0;
}
.cid-v1RJs79WXq .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1RJs79WXq .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1RJs79WXq .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1RJs79WXq .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1RJs79WXq .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1RJs79WXq .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1RJs79WXq .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1RJs79WXq .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1RJs79WXq .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1RJs79WXq .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1RJs79WXq .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1RJs79WXq .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1RJs79WXq .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1RJs79WXq .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1RJs79WXq .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1RNzQZUkd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1RNzQZUkd .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1RNzQZUkd .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1RNzQZUkd .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1RNzQZUkd .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1RNzQZUkd .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1RNzQZUkd .container {
    padding: 0 1rem;
  }
}
.cid-v1RNzQZUkd .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1RNzQZUkd .nav-link {
  position: relative;
}
.cid-v1RNzQZUkd .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1RNzQZUkd nav.navbar {
  position: fixed;
}
.cid-v1RNzQZUkd .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1RNzQZUkd .navbar.opened {
  transition: all 0.3s;
}
.cid-v1RNzQZUkd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1RNzQZUkd .navbar .navbar-logo img {
  width: auto;
}
.cid-v1RNzQZUkd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1RNzQZUkd .navbar.collapsed {
  justify-content: center;
}
.cid-v1RNzQZUkd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1RNzQZUkd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1RNzQZUkd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1RNzQZUkd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1RNzQZUkd .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-v1RNzQZUkd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1RNzQZUkd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1RNzQZUkd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1RNzQZUkd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1RNzQZUkd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1RNzQZUkd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1RNzQZUkd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1RNzQZUkd .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-v1RNzQZUkd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1RNzQZUkd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1RNzQZUkd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1RNzQZUkd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1RNzQZUkd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1RNzQZUkd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1RNzQZUkd .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1RNzQZUkd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1RNzQZUkd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1RNzQZUkd .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-v1RNzQZUkd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1RNzQZUkd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1RNzQZUkd .dropdown-item:hover,
.cid-v1RNzQZUkd .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1RNzQZUkd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1RNzQZUkd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1RNzQZUkd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1RNzQZUkd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1RNzQZUkd .dropdown-menu,
.cid-v1RNzQZUkd .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1RNzQZUkd .nav-item:focus,
.cid-v1RNzQZUkd .nav-link:focus {
  outline: none;
}
.cid-v1RNzQZUkd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1RNzQZUkd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1RNzQZUkd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1RNzQZUkd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1RNzQZUkd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1RNzQZUkd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1RNzQZUkd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1RNzQZUkd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1RNzQZUkd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1RNzQZUkd .dropdown-item.active,
.cid-v1RNzQZUkd .dropdown-item:active {
  background-color: transparent;
}
.cid-v1RNzQZUkd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1RNzQZUkd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1RNzQZUkd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1RNzQZUkd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1RNzQZUkd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1RNzQZUkd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1RNzQZUkd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1RNzQZUkd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1RNzQZUkd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1RNzQZUkd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1RNzQZUkd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1RNzQZUkd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1RNzQZUkd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1RNzQZUkd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1RNzQZUkd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1RNzQZUkd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1RNzQZUkd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1RNzQZUkd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1RNzQZUkd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1RNzQZUkd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1RNzQZUkd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1RNzQZUkd .navbar {
    height: 70px;
  }
  .cid-v1RNzQZUkd .navbar.opened {
    height: auto;
  }
  .cid-v1RNzQZUkd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1RNzQZUkd .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1RNzQZUkd .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1RNzQZUkd .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1RNzQZUkd .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1RNzQZUkd .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1RNzQZUkd img,
  .cid-v1RNzQZUkd .navbar-brand img,
  .cid-v1RNzQZUkd .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1RNzRf9q6 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1RNzRf9q6 .card {
  position: relative;
}
.cid-v1RNzRf9q6 .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1RNzRf9q6 .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1RNzRf9q6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RNzRf9q6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RNzRf9q6 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1RNzRf9q6 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzRf9q6 .content-wrapper {
    width: 100%;
  }
}
.cid-v1RNzRf9q6 .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1RNzRf9q6 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1RNzRf9q6 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1RNzRf9q6 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1RNzRf9q6 .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1RNzRf9q6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1RNzRf9q6 .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1RNzRf9q6 .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1RNzRf9q6 .mbr-label,
.cid-v1RNzRf9q6 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RNzRf9q6 .mbr-section-title {
  color: #ffffff;
}
.cid-v1RNzRf9q6 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RNzRf9q6 .mbr-section-title,
.cid-v1RNzRf9q6 .mbr-section-btn {
  text-align: center;
}
.cid-v1RNzRuePB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1RNzRuePB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RNzRuePB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RNzRuePB .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1RNzRuePB .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzRuePB .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1RNzRuePB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1RNzRuePB .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1RNzRuePB .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1RNzRuePB .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1RNzRuePB .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1RNzRuePB .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1RNzRuePB .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1RNzRuePB .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzRuePB .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1RNzRuePB .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1RNzRuePB .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1RNzRuePB .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzRuePB .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1RNzRuePB .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1RNzRuePB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1RNzRuePB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1RNzRuePB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1RNzRuePB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1RNzRuePB .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1RNzRuePB .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1RNzRuePB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1RNzRuePB .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1RNzRuePB .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RNzRuePB .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1RNzRuePB .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzRuePB .image-wrapper {
    padding: 0;
  }
}
.cid-v1RNzRuePB .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1RNzRuePB .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzRuePB .image-wrapper img {
    height: 300px;
  }
}
.cid-v1RNzRuePB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1RNzRuePB .mbr-section-subtitle,
.cid-v1RNzRuePB .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RNzRuePB .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RNzRuePB .item-label {
  color: #ffffff;
}
.cid-v1RNzRuePB .item-text {
  color: #a997ce;
}
.cid-v1RNzRuePB .item-text,
.cid-v1RNzRuePB .mbr-section-btn {
  color: #ffffff;
}
.cid-v1RNzRNhmJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1RNzRNhmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RNzRNhmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RNzRNhmJ .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1RNzRNhmJ .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzRNhmJ .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1RNzRNhmJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1RNzRNhmJ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1RNzRNhmJ .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1RNzRNhmJ .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1RNzRNhmJ .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1RNzRNhmJ .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1RNzRNhmJ .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1RNzRNhmJ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzRNhmJ .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1RNzRNhmJ .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1RNzRNhmJ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RNzRNhmJ .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1RNzRNhmJ .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzRNhmJ .image-wrapper {
    padding: 0;
  }
}
.cid-v1RNzRNhmJ .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1RNzRNhmJ .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzRNhmJ .image-wrapper img {
    height: 300px;
  }
}
.cid-v1RNzRNhmJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1RNzRNhmJ .mbr-section-subtitle,
.cid-v1RNzRNhmJ .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RNzRNhmJ .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RNzRNhmJ .item-label {
  color: #ffffff;
}
.cid-v1RNzRNhmJ .item-text {
  color: #a997ce;
}
.cid-v1RNzRNhmJ .item-text,
.cid-v1RNzRNhmJ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1RNzS4wDT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1RNzS4wDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RNzS4wDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RNzS4wDT .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1RNzS4wDT .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzS4wDT .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1RNzS4wDT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1RNzS4wDT .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1RNzS4wDT .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1RNzS4wDT .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1RNzS4wDT .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1RNzS4wDT .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1RNzS4wDT .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1RNzS4wDT .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzS4wDT .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1RNzS4wDT .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1RNzS4wDT .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1RNzS4wDT .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzS4wDT .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1RNzS4wDT .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1RNzS4wDT .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1RNzS4wDT .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1RNzS4wDT .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1RNzS4wDT .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1RNzS4wDT .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1RNzS4wDT .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1RNzS4wDT .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1RNzS4wDT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1RNzS4wDT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RNzS4wDT .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1RNzS4wDT .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzS4wDT .image-wrapper {
    padding: 0;
  }
}
.cid-v1RNzS4wDT .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1RNzS4wDT .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RNzS4wDT .image-wrapper img {
    height: 300px;
  }
}
.cid-v1RNzS4wDT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1RNzS4wDT .mbr-section-subtitle,
.cid-v1RNzS4wDT .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RNzS4wDT .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RNzS4wDT .item-label {
  color: #ffffff;
}
.cid-v1RNzS4wDT .item-text {
  color: #a997ce;
}
.cid-v1RNzS4wDT .item-text,
.cid-v1RNzS4wDT .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1RNzSmxfD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1RNzSmxfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RNzSmxfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RNzSmxfD .row {
  position: relative;
}
.cid-v1RNzSmxfD .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1RNzSmxfD .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1RNzSmxfD .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1RNzSmxfD .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1RNzSmxfD .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1RNzSmxfD .col-link {
  padding: 0;
}
.cid-v1RNzSmxfD .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1RNzSmxfD .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1RNzSmxfD .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1RNzSmxfD .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1RNzSmxfD .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1RNzSmxfD .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1RNzSmxfD .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1RNzSmxfD .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1RNzSmxfD .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1RNzSmxfD .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1RNzSmxfD .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1RNzSmxfD .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1RNzSmxfD .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1RNzSmxfD .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1RNzSmxfD .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1RVabTogm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1RVabTogm .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1RVabTogm .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1RVabTogm .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1RVabTogm .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1RVabTogm .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1RVabTogm .container {
    padding: 0 1rem;
  }
}
.cid-v1RVabTogm .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1RVabTogm .nav-link {
  position: relative;
}
.cid-v1RVabTogm .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1RVabTogm nav.navbar {
  position: fixed;
}
.cid-v1RVabTogm .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1RVabTogm .navbar.opened {
  transition: all 0.3s;
}
.cid-v1RVabTogm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1RVabTogm .navbar .navbar-logo img {
  width: auto;
}
.cid-v1RVabTogm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1RVabTogm .navbar.collapsed {
  justify-content: center;
}
.cid-v1RVabTogm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1RVabTogm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1RVabTogm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1RVabTogm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1RVabTogm .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-v1RVabTogm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1RVabTogm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1RVabTogm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1RVabTogm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1RVabTogm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1RVabTogm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1RVabTogm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1RVabTogm .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-v1RVabTogm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1RVabTogm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1RVabTogm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1RVabTogm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1RVabTogm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1RVabTogm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1RVabTogm .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1RVabTogm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1RVabTogm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1RVabTogm .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-v1RVabTogm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1RVabTogm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1RVabTogm .dropdown-item:hover,
.cid-v1RVabTogm .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1RVabTogm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1RVabTogm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1RVabTogm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1RVabTogm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1RVabTogm .dropdown-menu,
.cid-v1RVabTogm .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1RVabTogm .nav-item:focus,
.cid-v1RVabTogm .nav-link:focus {
  outline: none;
}
.cid-v1RVabTogm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1RVabTogm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1RVabTogm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1RVabTogm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1RVabTogm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1RVabTogm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1RVabTogm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1RVabTogm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1RVabTogm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1RVabTogm .dropdown-item.active,
.cid-v1RVabTogm .dropdown-item:active {
  background-color: transparent;
}
.cid-v1RVabTogm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1RVabTogm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1RVabTogm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1RVabTogm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1RVabTogm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1RVabTogm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1RVabTogm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1RVabTogm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1RVabTogm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1RVabTogm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1RVabTogm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1RVabTogm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1RVabTogm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1RVabTogm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1RVabTogm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1RVabTogm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1RVabTogm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1RVabTogm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1RVabTogm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1RVabTogm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1RVabTogm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1RVabTogm .navbar {
    height: 70px;
  }
  .cid-v1RVabTogm .navbar.opened {
    height: auto;
  }
  .cid-v1RVabTogm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1RVabTogm .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1RVabTogm .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1RVabTogm .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1RVabTogm .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1RVabTogm .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1RVabTogm img,
  .cid-v1RVabTogm .navbar-brand img,
  .cid-v1RVabTogm .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1RVacHX9j {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1RVacHX9j .card {
  position: relative;
}
.cid-v1RVacHX9j .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1RVacHX9j .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1RVacHX9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RVacHX9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RVacHX9j .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1RVacHX9j .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RVacHX9j .content-wrapper {
    width: 100%;
  }
}
.cid-v1RVacHX9j .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1RVacHX9j .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1RVacHX9j .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1RVacHX9j .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1RVacHX9j .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1RVacHX9j .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1RVacHX9j .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1RVacHX9j .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1RVacHX9j .mbr-label,
.cid-v1RVacHX9j .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RVacHX9j .mbr-section-title {
  color: #ffffff;
}
.cid-v1RVacHX9j .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RVacHX9j .mbr-section-title,
.cid-v1RVacHX9j .mbr-section-btn {
  text-align: center;
}
.cid-v1RVad6LAg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1RVad6LAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RVad6LAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RVad6LAg .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1RVad6LAg .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RVad6LAg .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1RVad6LAg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1RVad6LAg .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1RVad6LAg .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1RVad6LAg .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1RVad6LAg .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1RVad6LAg .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1RVad6LAg .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1RVad6LAg .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1RVad6LAg .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1RVad6LAg .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1RVad6LAg .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1RVad6LAg .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RVad6LAg .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1RVad6LAg .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1RVad6LAg .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1RVad6LAg .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1RVad6LAg .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1RVad6LAg .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1RVad6LAg .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1RVad6LAg .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1RVad6LAg .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1RVad6LAg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1RVad6LAg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RVad6LAg .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1RVad6LAg .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RVad6LAg .image-wrapper {
    padding: 0;
  }
}
.cid-v1RVad6LAg .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1RVad6LAg .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RVad6LAg .image-wrapper img {
    height: 300px;
  }
}
.cid-v1RVad6LAg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1RVad6LAg .mbr-section-subtitle,
.cid-v1RVad6LAg .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RVad6LAg .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RVad6LAg .item-label {
  color: #ffffff;
}
.cid-v1RVad6LAg .item-text {
  color: #a997ce;
}
.cid-v1RVad6LAg .item-text,
.cid-v1RVad6LAg .mbr-section-btn {
  color: #ffffff;
}
.cid-v1RVadEwqO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1RVadEwqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RVadEwqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RVadEwqO .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1RVadEwqO .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RVadEwqO .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1RVadEwqO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1RVadEwqO .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1RVadEwqO .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1RVadEwqO .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1RVadEwqO .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1RVadEwqO .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1RVadEwqO .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1RVadEwqO .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1RVadEwqO .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1RVadEwqO .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1RVadEwqO .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1RVadEwqO .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RVadEwqO .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1RVadEwqO .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1RVadEwqO .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1RVadEwqO .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1RVadEwqO .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1RVadEwqO .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1RVadEwqO .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1RVadEwqO .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1RVadEwqO .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1RVadEwqO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1RVadEwqO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RVadEwqO .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1RVadEwqO .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RVadEwqO .image-wrapper {
    padding: 0;
  }
}
.cid-v1RVadEwqO .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1RVadEwqO .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RVadEwqO .image-wrapper img {
    height: 300px;
  }
}
.cid-v1RVadEwqO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1RVadEwqO .mbr-section-subtitle,
.cid-v1RVadEwqO .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RVadEwqO .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RVadEwqO .item-label {
  color: #ffffff;
}
.cid-v1RVadEwqO .item-text {
  color: #a997ce;
}
.cid-v1RVadEwqO .item-text,
.cid-v1RVadEwqO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1RVaefIfn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1RVaefIfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RVaefIfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RVaefIfn .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1RVaefIfn .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1RVaefIfn .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1RVaefIfn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1RVaefIfn .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1RVaefIfn .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1RVaefIfn .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1RVaefIfn .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1RVaefIfn .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1RVaefIfn .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1RVaefIfn .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1RVaefIfn .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1RVaefIfn .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1RVaefIfn .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1RVaefIfn .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RVaefIfn .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1RVaefIfn .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1RVaefIfn .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1RVaefIfn .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1RVaefIfn .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1RVaefIfn .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1RVaefIfn .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1RVaefIfn .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1RVaefIfn .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1RVaefIfn .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1RVaefIfn .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RVaefIfn .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1RVaefIfn .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RVaefIfn .image-wrapper {
    padding: 0;
  }
}
.cid-v1RVaefIfn .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1RVaefIfn .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1RVaefIfn .image-wrapper img {
    height: 300px;
  }
}
.cid-v1RVaefIfn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1RVaefIfn .mbr-section-subtitle,
.cid-v1RVaefIfn .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1RVaefIfn .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1RVaefIfn .item-label {
  color: #ffffff;
}
.cid-v1RVaefIfn .item-text {
  color: #a997ce;
}
.cid-v1RVaefIfn .item-text,
.cid-v1RVaefIfn .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1RVaeNynH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1RVaeNynH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RVaeNynH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RVaeNynH .row {
  position: relative;
}
.cid-v1RVaeNynH .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1RVaeNynH .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1RVaeNynH .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1RVaeNynH .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1RVaeNynH .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1RVaeNynH .col-link {
  padding: 0;
}
.cid-v1RVaeNynH .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1RVaeNynH .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1RVaeNynH .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1RVaeNynH .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1RVaeNynH .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1RVaeNynH .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1RVaeNynH .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1RVaeNynH .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1RVaeNynH .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1RVaeNynH .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1RVaeNynH .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1RVaeNynH .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1RVaeNynH .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1RVaeNynH .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1RVaeNynH .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1S282nkhz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1S282nkhz .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1S282nkhz .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1S282nkhz .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1S282nkhz .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1S282nkhz .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1S282nkhz .container {
    padding: 0 1rem;
  }
}
.cid-v1S282nkhz .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1S282nkhz .nav-link {
  position: relative;
}
.cid-v1S282nkhz .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1S282nkhz nav.navbar {
  position: fixed;
}
.cid-v1S282nkhz .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1S282nkhz .navbar.opened {
  transition: all 0.3s;
}
.cid-v1S282nkhz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1S282nkhz .navbar .navbar-logo img {
  width: auto;
}
.cid-v1S282nkhz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1S282nkhz .navbar.collapsed {
  justify-content: center;
}
.cid-v1S282nkhz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1S282nkhz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1S282nkhz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1S282nkhz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1S282nkhz .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-v1S282nkhz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1S282nkhz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1S282nkhz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1S282nkhz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1S282nkhz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1S282nkhz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1S282nkhz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1S282nkhz .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-v1S282nkhz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1S282nkhz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1S282nkhz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1S282nkhz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1S282nkhz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1S282nkhz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1S282nkhz .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1S282nkhz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1S282nkhz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1S282nkhz .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-v1S282nkhz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1S282nkhz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1S282nkhz .dropdown-item:hover,
.cid-v1S282nkhz .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1S282nkhz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1S282nkhz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1S282nkhz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1S282nkhz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1S282nkhz .dropdown-menu,
.cid-v1S282nkhz .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1S282nkhz .nav-item:focus,
.cid-v1S282nkhz .nav-link:focus {
  outline: none;
}
.cid-v1S282nkhz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1S282nkhz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1S282nkhz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1S282nkhz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1S282nkhz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1S282nkhz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1S282nkhz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1S282nkhz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1S282nkhz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1S282nkhz .dropdown-item.active,
.cid-v1S282nkhz .dropdown-item:active {
  background-color: transparent;
}
.cid-v1S282nkhz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1S282nkhz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1S282nkhz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1S282nkhz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1S282nkhz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1S282nkhz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1S282nkhz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1S282nkhz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1S282nkhz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1S282nkhz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1S282nkhz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1S282nkhz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1S282nkhz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1S282nkhz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1S282nkhz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1S282nkhz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1S282nkhz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1S282nkhz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1S282nkhz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1S282nkhz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1S282nkhz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1S282nkhz .navbar {
    height: 70px;
  }
  .cid-v1S282nkhz .navbar.opened {
    height: auto;
  }
  .cid-v1S282nkhz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1S282nkhz .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1S282nkhz .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1S282nkhz .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1S282nkhz .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1S282nkhz .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1S282nkhz img,
  .cid-v1S282nkhz .navbar-brand img,
  .cid-v1S282nkhz .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1S282LBgQ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1S282LBgQ .card {
  position: relative;
}
.cid-v1S282LBgQ .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1S282LBgQ .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1S282LBgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1S282LBgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1S282LBgQ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1S282LBgQ .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1S282LBgQ .content-wrapper {
    width: 100%;
  }
}
.cid-v1S282LBgQ .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1S282LBgQ .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1S282LBgQ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1S282LBgQ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1S282LBgQ .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1S282LBgQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1S282LBgQ .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1S282LBgQ .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1S282LBgQ .mbr-label,
.cid-v1S282LBgQ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1S282LBgQ .mbr-section-title {
  color: #ffffff;
}
.cid-v1S282LBgQ .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1S282LBgQ .mbr-section-title,
.cid-v1S282LBgQ .mbr-section-btn {
  text-align: center;
}
.cid-v1S283fZrX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1S283fZrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1S283fZrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1S283fZrX .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1S283fZrX .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1S283fZrX .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1S283fZrX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1S283fZrX .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1S283fZrX .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1S283fZrX .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1S283fZrX .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1S283fZrX .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1S283fZrX .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1S283fZrX .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1S283fZrX .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1S283fZrX .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1S283fZrX .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1S283fZrX .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S283fZrX .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1S283fZrX .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1S283fZrX .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1S283fZrX .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1S283fZrX .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1S283fZrX .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1S283fZrX .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1S283fZrX .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1S283fZrX .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1S283fZrX .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1S283fZrX .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1S283fZrX .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1S283fZrX .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S283fZrX .image-wrapper {
    padding: 0;
  }
}
.cid-v1S283fZrX .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1S283fZrX .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S283fZrX .image-wrapper img {
    height: 300px;
  }
}
.cid-v1S283fZrX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1S283fZrX .mbr-section-subtitle,
.cid-v1S283fZrX .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1S283fZrX .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1S283fZrX .item-label {
  color: #ffffff;
}
.cid-v1S283fZrX .item-text {
  color: #a997ce;
}
.cid-v1S283fZrX .item-text,
.cid-v1S283fZrX .mbr-section-btn {
  color: #ffffff;
}
.cid-v1S283J014 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1S283J014 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1S283J014 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1S283J014 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1S283J014 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1S283J014 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1S283J014 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1S283J014 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1S283J014 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1S283J014 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1S283J014 .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1S283J014 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1S283J014 .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1S283J014 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1S283J014 .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1S283J014 .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1S283J014 .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1S283J014 .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S283J014 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1S283J014 .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1S283J014 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1S283J014 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1S283J014 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1S283J014 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1S283J014 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1S283J014 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1S283J014 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1S283J014 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1S283J014 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1S283J014 .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1S283J014 .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S283J014 .image-wrapper {
    padding: 0;
  }
}
.cid-v1S283J014 .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1S283J014 .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S283J014 .image-wrapper img {
    height: 300px;
  }
}
.cid-v1S283J014 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1S283J014 .mbr-section-subtitle,
.cid-v1S283J014 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1S283J014 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1S283J014 .item-label {
  color: #ffffff;
}
.cid-v1S283J014 .item-text {
  color: #a997ce;
}
.cid-v1S283J014 .item-text,
.cid-v1S283J014 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1S284evVx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1S284evVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1S284evVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1S284evVx .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1S284evVx .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1S284evVx .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1S284evVx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1S284evVx .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1S284evVx .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1S284evVx .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1S284evVx .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1S284evVx .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1S284evVx .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1S284evVx .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1S284evVx .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1S284evVx .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1S284evVx .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1S284evVx .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S284evVx .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1S284evVx .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1S284evVx .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1S284evVx .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1S284evVx .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1S284evVx .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1S284evVx .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1S284evVx .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1S284evVx .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1S284evVx .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1S284evVx .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1S284evVx .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1S284evVx .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S284evVx .image-wrapper {
    padding: 0;
  }
}
.cid-v1S284evVx .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1S284evVx .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S284evVx .image-wrapper img {
    height: 300px;
  }
}
.cid-v1S284evVx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1S284evVx .mbr-section-subtitle,
.cid-v1S284evVx .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1S284evVx .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1S284evVx .item-label {
  color: #ffffff;
}
.cid-v1S284evVx .item-text {
  color: #a997ce;
}
.cid-v1S284evVx .item-text,
.cid-v1S284evVx .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1S284DKY7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1S284DKY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1S284DKY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1S284DKY7 .row {
  position: relative;
}
.cid-v1S284DKY7 .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1S284DKY7 .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1S284DKY7 .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1S284DKY7 .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1S284DKY7 .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1S284DKY7 .col-link {
  padding: 0;
}
.cid-v1S284DKY7 .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1S284DKY7 .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1S284DKY7 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1S284DKY7 .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1S284DKY7 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1S284DKY7 .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1S284DKY7 .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1S284DKY7 .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1S284DKY7 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1S284DKY7 .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1S284DKY7 .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1S284DKY7 .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1S284DKY7 .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1S284DKY7 .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1S284DKY7 .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1S6RKdXrP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1S6RKdXrP .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1S6RKdXrP .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1S6RKdXrP .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1S6RKdXrP .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1S6RKdXrP .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1S6RKdXrP .container {
    padding: 0 1rem;
  }
}
.cid-v1S6RKdXrP .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1S6RKdXrP .nav-link {
  position: relative;
}
.cid-v1S6RKdXrP .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1S6RKdXrP nav.navbar {
  position: fixed;
}
.cid-v1S6RKdXrP .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1S6RKdXrP .navbar.opened {
  transition: all 0.3s;
}
.cid-v1S6RKdXrP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1S6RKdXrP .navbar .navbar-logo img {
  width: auto;
}
.cid-v1S6RKdXrP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1S6RKdXrP .navbar.collapsed {
  justify-content: center;
}
.cid-v1S6RKdXrP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1S6RKdXrP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1S6RKdXrP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1S6RKdXrP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1S6RKdXrP .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-v1S6RKdXrP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1S6RKdXrP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1S6RKdXrP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1S6RKdXrP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1S6RKdXrP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1S6RKdXrP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1S6RKdXrP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1S6RKdXrP .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-v1S6RKdXrP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1S6RKdXrP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1S6RKdXrP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1S6RKdXrP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1S6RKdXrP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1S6RKdXrP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1S6RKdXrP .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1S6RKdXrP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1S6RKdXrP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1S6RKdXrP .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-v1S6RKdXrP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1S6RKdXrP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1S6RKdXrP .dropdown-item:hover,
.cid-v1S6RKdXrP .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1S6RKdXrP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1S6RKdXrP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1S6RKdXrP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1S6RKdXrP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1S6RKdXrP .dropdown-menu,
.cid-v1S6RKdXrP .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1S6RKdXrP .nav-item:focus,
.cid-v1S6RKdXrP .nav-link:focus {
  outline: none;
}
.cid-v1S6RKdXrP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1S6RKdXrP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1S6RKdXrP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1S6RKdXrP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1S6RKdXrP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1S6RKdXrP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1S6RKdXrP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1S6RKdXrP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1S6RKdXrP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1S6RKdXrP .dropdown-item.active,
.cid-v1S6RKdXrP .dropdown-item:active {
  background-color: transparent;
}
.cid-v1S6RKdXrP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1S6RKdXrP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1S6RKdXrP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1S6RKdXrP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1S6RKdXrP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1S6RKdXrP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1S6RKdXrP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1S6RKdXrP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1S6RKdXrP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1S6RKdXrP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1S6RKdXrP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1S6RKdXrP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1S6RKdXrP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1S6RKdXrP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1S6RKdXrP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1S6RKdXrP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1S6RKdXrP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1S6RKdXrP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1S6RKdXrP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1S6RKdXrP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1S6RKdXrP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1S6RKdXrP .navbar {
    height: 70px;
  }
  .cid-v1S6RKdXrP .navbar.opened {
    height: auto;
  }
  .cid-v1S6RKdXrP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1S6RKdXrP .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1S6RKdXrP .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1S6RKdXrP .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1S6RKdXrP .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1S6RKdXrP .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1S6RKdXrP img,
  .cid-v1S6RKdXrP .navbar-brand img,
  .cid-v1S6RKdXrP .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1S6RKz3tm {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1S6RKz3tm .card {
  position: relative;
}
.cid-v1S6RKz3tm .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1S6RKz3tm .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1S6RKz3tm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1S6RKz3tm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1S6RKz3tm .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1S6RKz3tm .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RKz3tm .content-wrapper {
    width: 100%;
  }
}
.cid-v1S6RKz3tm .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1S6RKz3tm .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1S6RKz3tm .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1S6RKz3tm .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1S6RKz3tm .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1S6RKz3tm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1S6RKz3tm .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1S6RKz3tm .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1S6RKz3tm .mbr-label,
.cid-v1S6RKz3tm .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1S6RKz3tm .mbr-section-title {
  color: #ffffff;
}
.cid-v1S6RKz3tm .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1S6RKz3tm .mbr-section-title,
.cid-v1S6RKz3tm .mbr-section-btn {
  text-align: center;
}
.cid-v1S6RKSG4D {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1S6RKSG4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1S6RKSG4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1S6RKSG4D .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1S6RKSG4D .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RKSG4D .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1S6RKSG4D .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1S6RKSG4D .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1S6RKSG4D .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1S6RKSG4D .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1S6RKSG4D .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1S6RKSG4D .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1S6RKSG4D .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1S6RKSG4D .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RKSG4D .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1S6RKSG4D .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1S6RKSG4D .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1S6RKSG4D .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RKSG4D .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1S6RKSG4D .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1S6RKSG4D .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1S6RKSG4D .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1S6RKSG4D .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1S6RKSG4D .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1S6RKSG4D .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1S6RKSG4D .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1S6RKSG4D .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1S6RKSG4D .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1S6RKSG4D .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1S6RKSG4D .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1S6RKSG4D .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RKSG4D .image-wrapper {
    padding: 0;
  }
}
.cid-v1S6RKSG4D .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1S6RKSG4D .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RKSG4D .image-wrapper img {
    height: 300px;
  }
}
.cid-v1S6RKSG4D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1S6RKSG4D .mbr-section-subtitle,
.cid-v1S6RKSG4D .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1S6RKSG4D .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1S6RKSG4D .item-label {
  color: #ffffff;
}
.cid-v1S6RKSG4D .item-text {
  color: #a997ce;
}
.cid-v1S6RKSG4D .item-text,
.cid-v1S6RKSG4D .mbr-section-btn {
  color: #ffffff;
}
.cid-v1S6RLuUjf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1S6RLuUjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1S6RLuUjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1S6RLuUjf .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1S6RLuUjf .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RLuUjf .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1S6RLuUjf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1S6RLuUjf .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1S6RLuUjf .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1S6RLuUjf .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1S6RLuUjf .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1S6RLuUjf .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1S6RLuUjf .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1S6RLuUjf .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RLuUjf .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1S6RLuUjf .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1S6RLuUjf .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1S6RLuUjf .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RLuUjf .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1S6RLuUjf .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1S6RLuUjf .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1S6RLuUjf .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1S6RLuUjf .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1S6RLuUjf .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1S6RLuUjf .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1S6RLuUjf .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1S6RLuUjf .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1S6RLuUjf .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1S6RLuUjf .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1S6RLuUjf .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1S6RLuUjf .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RLuUjf .image-wrapper {
    padding: 0;
  }
}
.cid-v1S6RLuUjf .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1S6RLuUjf .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RLuUjf .image-wrapper img {
    height: 300px;
  }
}
.cid-v1S6RLuUjf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1S6RLuUjf .mbr-section-subtitle,
.cid-v1S6RLuUjf .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1S6RLuUjf .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1S6RLuUjf .item-label {
  color: #ffffff;
}
.cid-v1S6RLuUjf .item-text {
  color: #a997ce;
}
.cid-v1S6RLuUjf .item-text,
.cid-v1S6RLuUjf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1S6RLTPXo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1S6RLTPXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1S6RLTPXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1S6RLTPXo .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1S6RLTPXo .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RLTPXo .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1S6RLTPXo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1S6RLTPXo .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1S6RLTPXo .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1S6RLTPXo .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1S6RLTPXo .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1S6RLTPXo .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1S6RLTPXo .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1S6RLTPXo .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RLTPXo .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1S6RLTPXo .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1S6RLTPXo .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1S6RLTPXo .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RLTPXo .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1S6RLTPXo .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1S6RLTPXo .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1S6RLTPXo .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1S6RLTPXo .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1S6RLTPXo .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1S6RLTPXo .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1S6RLTPXo .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1S6RLTPXo .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1S6RLTPXo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1S6RLTPXo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1S6RLTPXo .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1S6RLTPXo .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RLTPXo .image-wrapper {
    padding: 0;
  }
}
.cid-v1S6RLTPXo .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1S6RLTPXo .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1S6RLTPXo .image-wrapper img {
    height: 300px;
  }
}
.cid-v1S6RLTPXo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1S6RLTPXo .mbr-section-subtitle,
.cid-v1S6RLTPXo .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1S6RLTPXo .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1S6RLTPXo .item-label {
  color: #ffffff;
}
.cid-v1S6RLTPXo .item-text {
  color: #a997ce;
}
.cid-v1S6RLTPXo .item-text,
.cid-v1S6RLTPXo .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1S6RMluQF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1S6RMluQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1S6RMluQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1S6RMluQF .row {
  position: relative;
}
.cid-v1S6RMluQF .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1S6RMluQF .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1S6RMluQF .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1S6RMluQF .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1S6RMluQF .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1S6RMluQF .col-link {
  padding: 0;
}
.cid-v1S6RMluQF .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1S6RMluQF .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1S6RMluQF .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1S6RMluQF .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1S6RMluQF .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1S6RMluQF .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1S6RMluQF .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1S6RMluQF .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1S6RMluQF .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1S6RMluQF .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1S6RMluQF .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1S6RMluQF .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1S6RMluQF .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1S6RMluQF .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1S6RMluQF .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-v1ScdFHRb1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1ScdFHRb1 .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1ScdFHRb1 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v1ScdFHRb1 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v1ScdFHRb1 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v1ScdFHRb1 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v1ScdFHRb1 .container {
    padding: 0 1rem;
  }
}
.cid-v1ScdFHRb1 .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-v1ScdFHRb1 .nav-link {
  position: relative;
}
.cid-v1ScdFHRb1 .nav-link:hover {
  color: #ffffff !important;
}
.cid-v1ScdFHRb1 nav.navbar {
  position: fixed;
}
.cid-v1ScdFHRb1 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-v1ScdFHRb1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1ScdFHRb1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1ScdFHRb1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v1ScdFHRb1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1ScdFHRb1 .navbar.collapsed {
  justify-content: center;
}
.cid-v1ScdFHRb1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1ScdFHRb1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1ScdFHRb1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1ScdFHRb1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1ScdFHRb1 .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-v1ScdFHRb1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1ScdFHRb1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1ScdFHRb1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1ScdFHRb1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1ScdFHRb1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1ScdFHRb1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1ScdFHRb1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1ScdFHRb1 .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-v1ScdFHRb1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1ScdFHRb1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1ScdFHRb1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1ScdFHRb1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1ScdFHRb1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1ScdFHRb1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1ScdFHRb1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1ScdFHRb1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1ScdFHRb1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1ScdFHRb1 .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-v1ScdFHRb1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1ScdFHRb1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1ScdFHRb1 .dropdown-item:hover,
.cid-v1ScdFHRb1 .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-v1ScdFHRb1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1ScdFHRb1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1ScdFHRb1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v1ScdFHRb1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1ScdFHRb1 .dropdown-menu,
.cid-v1ScdFHRb1 .navbar.opened {
  background: #fbb432 !important;
}
.cid-v1ScdFHRb1 .nav-item:focus,
.cid-v1ScdFHRb1 .nav-link:focus {
  outline: none;
}
.cid-v1ScdFHRb1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1ScdFHRb1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1ScdFHRb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1ScdFHRb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1ScdFHRb1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1ScdFHRb1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1ScdFHRb1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1ScdFHRb1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1ScdFHRb1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1ScdFHRb1 .dropdown-item.active,
.cid-v1ScdFHRb1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1ScdFHRb1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1ScdFHRb1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1ScdFHRb1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1ScdFHRb1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-v1ScdFHRb1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1ScdFHRb1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1ScdFHRb1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1ScdFHRb1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1ScdFHRb1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1ScdFHRb1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1ScdFHRb1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1ScdFHRb1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1ScdFHRb1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1ScdFHRb1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1ScdFHRb1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1ScdFHRb1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1ScdFHRb1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1ScdFHRb1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1ScdFHRb1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1ScdFHRb1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1ScdFHRb1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1ScdFHRb1 .navbar {
    height: 70px;
  }
  .cid-v1ScdFHRb1 .navbar.opened {
    height: auto;
  }
  .cid-v1ScdFHRb1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1ScdFHRb1 .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-v1ScdFHRb1 .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-v1ScdFHRb1 .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-v1ScdFHRb1 .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-v1ScdFHRb1 .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-v1ScdFHRb1 img,
  .cid-v1ScdFHRb1 .navbar-brand img,
  .cid-v1ScdFHRb1 .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v1ScdGckxs {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #222222;
  overflow: hidden;
}
.cid-v1ScdGckxs .card {
  position: relative;
}
.cid-v1ScdGckxs .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #715edb, #ca45ff 50%, #fbb432);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v1ScdGckxs .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v1ScdGckxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ScdGckxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ScdGckxs .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1ScdGckxs .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdGckxs .content-wrapper {
    width: 100%;
  }
}
.cid-v1ScdGckxs .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v1ScdGckxs .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v1ScdGckxs .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #715edb, #d531d5 50%, #fbb432);
}
.cid-v1ScdGckxs .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1ScdGckxs .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v1ScdGckxs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1ScdGckxs .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v1ScdGckxs .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v1ScdGckxs .mbr-label,
.cid-v1ScdGckxs .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1ScdGckxs .mbr-section-title {
  color: #ffffff;
}
.cid-v1ScdGckxs .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1ScdGckxs .mbr-section-title,
.cid-v1ScdGckxs .mbr-section-btn {
  text-align: center;
}
.cid-v1ScdGFWsc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1ScdGFWsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ScdGFWsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ScdGFWsc .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1ScdGFWsc .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdGFWsc .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1ScdGFWsc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1ScdGFWsc .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1ScdGFWsc .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1ScdGFWsc .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1ScdGFWsc .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1ScdGFWsc .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1ScdGFWsc .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1ScdGFWsc .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdGFWsc .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1ScdGFWsc .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1ScdGFWsc .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1ScdGFWsc .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdGFWsc .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1ScdGFWsc .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1ScdGFWsc .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1ScdGFWsc .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1ScdGFWsc .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1ScdGFWsc .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1ScdGFWsc .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1ScdGFWsc .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1ScdGFWsc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1ScdGFWsc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1ScdGFWsc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1ScdGFWsc .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1ScdGFWsc .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdGFWsc .image-wrapper {
    padding: 0;
  }
}
.cid-v1ScdGFWsc .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1ScdGFWsc .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdGFWsc .image-wrapper img {
    height: 300px;
  }
}
.cid-v1ScdGFWsc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1ScdGFWsc .mbr-section-subtitle,
.cid-v1ScdGFWsc .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1ScdGFWsc .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1ScdGFWsc .item-label {
  color: #ffffff;
}
.cid-v1ScdGFWsc .item-text {
  color: #a997ce;
}
.cid-v1ScdGFWsc .item-text,
.cid-v1ScdGFWsc .mbr-section-btn {
  color: #ffffff;
}
.cid-v1ScdHfRHi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #190f2a;
}
.cid-v1ScdHfRHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ScdHfRHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ScdHfRHi .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1ScdHfRHi .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdHfRHi .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1ScdHfRHi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1ScdHfRHi .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1ScdHfRHi .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1ScdHfRHi .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1ScdHfRHi .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1ScdHfRHi .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1ScdHfRHi .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1ScdHfRHi .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdHfRHi .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1ScdHfRHi .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1ScdHfRHi .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1ScdHfRHi .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdHfRHi .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1ScdHfRHi .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1ScdHfRHi .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1ScdHfRHi .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1ScdHfRHi .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1ScdHfRHi .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1ScdHfRHi .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1ScdHfRHi .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1ScdHfRHi .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1ScdHfRHi .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1ScdHfRHi .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1ScdHfRHi .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1ScdHfRHi .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdHfRHi .image-wrapper {
    padding: 0;
  }
}
.cid-v1ScdHfRHi .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1ScdHfRHi .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdHfRHi .image-wrapper img {
    height: 300px;
  }
}
.cid-v1ScdHfRHi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1ScdHfRHi .mbr-section-subtitle,
.cid-v1ScdHfRHi .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1ScdHfRHi .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1ScdHfRHi .item-label {
  color: #ffffff;
}
.cid-v1ScdHfRHi .item-text {
  color: #a997ce;
}
.cid-v1ScdHfRHi .item-text,
.cid-v1ScdHfRHi .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1ScdHOnUb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
}
.cid-v1ScdHOnUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ScdHOnUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ScdHOnUb .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v1ScdHOnUb .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdHOnUb .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v1ScdHOnUb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1ScdHOnUb .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v1ScdHOnUb .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1ScdHOnUb .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v1ScdHOnUb .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v1ScdHOnUb .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1ScdHOnUb .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v1ScdHOnUb .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdHOnUb .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v1ScdHOnUb .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v1ScdHOnUb .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v1ScdHOnUb .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdHOnUb .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v1ScdHOnUb .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v1ScdHOnUb .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v1ScdHOnUb .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v1ScdHOnUb .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v1ScdHOnUb .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v1ScdHOnUb .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v1ScdHOnUb .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v1ScdHOnUb .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v1ScdHOnUb .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v1ScdHOnUb .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1ScdHOnUb .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v1ScdHOnUb .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdHOnUb .image-wrapper {
    padding: 0;
  }
}
.cid-v1ScdHOnUb .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1ScdHOnUb .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v1ScdHOnUb .image-wrapper img {
    height: 300px;
  }
}
.cid-v1ScdHOnUb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1ScdHOnUb .mbr-section-subtitle,
.cid-v1ScdHOnUb .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1ScdHOnUb .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v1ScdHOnUb .item-label {
  color: #ffffff;
}
.cid-v1ScdHOnUb .item-text {
  color: #a997ce;
}
.cid-v1ScdHOnUb .item-text,
.cid-v1ScdHOnUb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v1ScdInsPh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-v1ScdInsPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ScdInsPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ScdInsPh .row {
  position: relative;
}
.cid-v1ScdInsPh .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-v1ScdInsPh .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-v1ScdInsPh .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1ScdInsPh .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-v1ScdInsPh .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-v1ScdInsPh .col-link {
  padding: 0;
}
.cid-v1ScdInsPh .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-v1ScdInsPh .list li {
  width: 100%;
  color: inherit !important;
}
.cid-v1ScdInsPh .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-v1ScdInsPh .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-v1ScdInsPh .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-v1ScdInsPh .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1ScdInsPh .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v1ScdInsPh .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1ScdInsPh .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v1ScdInsPh .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1ScdInsPh .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1ScdInsPh .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-v1ScdInsPh .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-v1ScdInsPh .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-v1ScdInsPh .copyright {
  color: #f8f1ec;
  text-align: center;
}
.cid-uIMNzic86Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIMNzic86Z .menu-text {
  padding: 0.7rem;
  color: #553fcc;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uIMNzic86Z .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uIMNzic86Z .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uIMNzic86Z .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uIMNzic86Z .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uIMNzic86Z .container {
    padding: 0 1rem;
  }
}
.cid-uIMNzic86Z .menu-tite {
  background: #553fcc;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #fbb432;
  font-size: 0.9rem;
}
.cid-uIMNzic86Z .nav-link {
  position: relative;
}
.cid-uIMNzic86Z .nav-link:hover {
  color: #ffffff !important;
}
.cid-uIMNzic86Z nav.navbar {
  position: fixed;
}
.cid-uIMNzic86Z .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbb432;
}
.cid-uIMNzic86Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uIMNzic86Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIMNzic86Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uIMNzic86Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIMNzic86Z .navbar.collapsed {
  justify-content: center;
}
.cid-uIMNzic86Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIMNzic86Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIMNzic86Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIMNzic86Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIMNzic86Z .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-uIMNzic86Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIMNzic86Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIMNzic86Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIMNzic86Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIMNzic86Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIMNzic86Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIMNzic86Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIMNzic86Z .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-uIMNzic86Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIMNzic86Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIMNzic86Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIMNzic86Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIMNzic86Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIMNzic86Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIMNzic86Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIMNzic86Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIMNzic86Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIMNzic86Z .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-uIMNzic86Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIMNzic86Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIMNzic86Z .dropdown-item:hover,
.cid-uIMNzic86Z .dropdown-item:focus {
  background: #553fcc !important;
  color: white !important;
}
.cid-uIMNzic86Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIMNzic86Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIMNzic86Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uIMNzic86Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIMNzic86Z .dropdown-menu,
.cid-uIMNzic86Z .navbar.opened {
  background: #fbb432 !important;
}
.cid-uIMNzic86Z .nav-item:focus,
.cid-uIMNzic86Z .nav-link:focus {
  outline: none;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIMNzic86Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIMNzic86Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIMNzic86Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIMNzic86Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIMNzic86Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIMNzic86Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIMNzic86Z .dropdown-item.active,
.cid-uIMNzic86Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uIMNzic86Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIMNzic86Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIMNzic86Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIMNzic86Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbb432;
}
.cid-uIMNzic86Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIMNzic86Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIMNzic86Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIMNzic86Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIMNzic86Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIMNzic86Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIMNzic86Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIMNzic86Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIMNzic86Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIMNzic86Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIMNzic86Z .navbar {
    height: 70px;
  }
  .cid-uIMNzic86Z .navbar.opened {
    height: auto;
  }
  .cid-uIMNzic86Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uIMNzic86Z .navbar-brand {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
    position: relative;
  }
  .cid-uIMNzic86Z .navbar-brand img {
    height: 3.8rem !important;
    width: auto !important;
    animation: none !important;
  }
  .cid-uIMNzic86Z .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    background: transparent !important;
    z-index: 10;
  }
  .cid-uIMNzic86Z .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .cid-uIMNzic86Z .menu-tite {
    font-size: 0.85rem !important;
    text-align: center !important;
    padding: 0.3rem 0 !important;
  }
  .cid-uIMNzic86Z img,
  .cid-uIMNzic86Z .navbar-brand img,
  .cid-uIMNzic86Z .menu img {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.cid-v2jGviEUz5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-v2jGviEUz5 .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2jGviEUz5 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2jGviEUz5 .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2jGviEUz5 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2jGviEUz5 .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2jGviEUz5 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2jGviEUz5 .mbr-section-title {
  color: #9282e8;
}
@media (max-width: 767px) {
  .cid-v2jGviEUz5 .mbr-section-title {
    text-align: center;
  }
}
.cid-v2jGviEUz5 .mbr-section-subtitle {
  color: #fbb532;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2jGviEUz5 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2jGviEUz5 .item-card {
  height: 100%;
}
.cid-v2jGviEUz5 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-v2jGviEUz5 .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2jGviEUz5 .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2jGviEUz5 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2jGviEUz5 .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2jGviEUz5 .card-box {
  padding-top: 28px;
}
.cid-v2jGviEUz5 .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2jGviEUz5 .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2jGviEUz5 .card-text {
  color: #878e99;
  margin-bottom: 20px;
}
.cid-v2jGviEUz5 .card-contacts {
  color: #e1edff;
}
.cid-v2jGviEUz5 .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2jGviEUz5 .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #553fcc;
  transition: 0.4s all;
}
.cid-v2jGviEUz5 .card-contacts a:hover {
  color: #553fcc !important;
}
.cid-v2jGviEUz5 .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2jGviEUz5 .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2jGviEUz5 .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2jGviEUz5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2jGviEUz5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-v2jGviEUz5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2jGviEUz5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-v2jGviEUz5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2jGviEUz5 .soc-item:hover .mbr-iconfont {
  color: #553fcc;
}
.cid-v2jGviEUz5 .soc-item:hover:before {
  opacity: 1;
}
.cid-v2jGviEUz5 .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2jGviEUz5 .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2jGviEUz5 .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-v2jGviEUz5 .form-wrap {
    padding: 20px;
  }
}
.cid-v2jGviEUz5 form {
  width: 100%;
}
.cid-v2jGviEUz5 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2jGviEUz5 form p {
  color: #878e99;
}
.cid-v2jGviEUz5 form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2jGviEUz5 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2jGviEUz5 form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2jGviEUz5 form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2jGviEUz5 form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2jGviEUz5 form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2jGviEUz5 form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2jGviEUz5 form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2jGviEUz5 form select {
  color: #878e99 !important;
}
.cid-v2jGviEUz5 form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2jGviEUz5 form input:active,
.cid-v2jGviEUz5 form textarea:active,
.cid-v2jGviEUz5 form input:focus,
.cid-v2jGviEUz5 form textarea:focus {
  border-color: #553fcc !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-v2jGviEUz5 form input:active::-webkit-input-placeholder,
.cid-v2jGviEUz5 form textarea:active::-webkit-input-placeholder,
.cid-v2jGviEUz5 form input:focus::-webkit-input-placeholder,
.cid-v2jGviEUz5 form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2jGviEUz5 form input:active::-moz-placeholder,
.cid-v2jGviEUz5 form textarea:active::-moz-placeholder,
.cid-v2jGviEUz5 form input:focus::-moz-placeholder,
.cid-v2jGviEUz5 form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2jGviEUz5 form input:active:-moz-placeholder,
.cid-v2jGviEUz5 form textarea:active:-moz-placeholder,
.cid-v2jGviEUz5 form input:focus:-moz-placeholder,
.cid-v2jGviEUz5 form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2jGviEUz5 form input:active:-ms-input-placeholder,
.cid-v2jGviEUz5 form textarea:active:-ms-input-placeholder,
.cid-v2jGviEUz5 form input:focus:-ms-input-placeholder,
.cid-v2jGviEUz5 form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2jGviEUz5 form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2jGviEUz5 form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2jGviEUz5 form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2jGviEUz5 form .form-control-label {
  width: 100%;
}
.cid-v2jGviEUz5 form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2jGviEUz5 form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2jGviEUz5 form .form-check-input:focus,
.cid-v2jGviEUz5 form .form-check-input:hover {
  border-color: #553fcc !important;
}
.cid-v2jGviEUz5 form .form-check-input:checked {
  border-color: #553fcc !important;
  background-color: #191b1e !important;
}
.cid-uLbe95hs8X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1262.jpg");
  overflow: hidden;
}
.cid-uLbe95hs8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbe95hs8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbe95hs8X .row {
  position: relative;
}
.cid-uLbe95hs8X .circle-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #fbb432;
}
@media (max-width: 575px) {
  .cid-uLbe95hs8X .circle-bg {
    top: 20%;
    width: 287px;
    height: 287px;
  }
}
.cid-uLbe95hs8X .footer-top-container {
  position: relative;
  z-index: 5;
  display: grid;
  margin-bottom: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .footer-top-container {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uLbe95hs8X .footer-top-container {
    margin-bottom: 230px;
  }
}
.cid-uLbe95hs8X .col-link {
  padding: 0;
}
.cid-uLbe95hs8X .list {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  width: 100%;
  list-style: none;
  padding-left: 10;
  margin-bottom: 0;
  color: #f8f1ec;
}
.cid-uLbe95hs8X .list li {
  width: 100%;
  color: inherit !important;
}
.cid-uLbe95hs8X .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: all 0.3s;
  position: relative;
}
.cid-uLbe95hs8X .list a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}
.cid-uLbe95hs8X .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
  transform: scale3d(1, 1, 1);
}
.cid-uLbe95hs8X .list a:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .col-btn-top .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uLbe95hs8X .mbr-section-subtitle {
  color: #f8f1ec;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uLbe95hs8X .footer-text-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLbe95hs8X .footer-text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uLbe95hs8X .footer-bottom-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}
.cid-uLbe95hs8X .col-btn-bottom {
  padding-right: 8px;
  width: 50%;
  flex-grow: 1;
}
.cid-uLbe95hs8X .col-copyright {
  width: 50%;
  flex-grow: 1;
}
.cid-uLbe95hs8X .copyright {
  color: #f8f1ec;
  text-align: center;
}
