body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e82c2c !important;
}
.bg-success {
  background-color: #eff0ff !important;
}
.bg-info {
  background-color: #1f357f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 5px solid #d1d1f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e82c2c !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e82c2c !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e82c2c !important;
  border-color: #e82c2c !important;
}
.btn-primary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-secondary {
  border: 5px solid #d1d1f7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  color: #1e1eab !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-info {
  border: 5px solid #d1d1f7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f357f !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-info:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-success {
  border: 5px solid #d1d1f7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0ff !important;
  border-color: #d1d1f7 !important;
  color: #000fef !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-success:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-warning {
  border: 5px solid #d1d1f7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #d1d1f7 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-danger {
  border: 5px solid #d1d1f7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-white {
  border: 5px solid #d1d1f7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #d1d1f7 !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-black {
  border: 5px solid #d1d1f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e82c2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ab1313 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e82c2c !important;
  border-color: #e82c2c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d1d1f7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8787ea !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f357f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e1839 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #989fff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #e82c2c !important;
}
.text-secondary {
  color: #d1d1f7 !important;
}
.text-success {
  color: #eff0ff !important;
}
.text-info {
  color: #1f357f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9d1111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7a7ae8 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8990ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b132d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #e82c2c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1f357f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e82c2c;
  border-color: #e82c2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e82c2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fce4e4;
}
.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: #4b6ad3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #e82c2c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #e82c2c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e82c2c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e82c2c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e82c2c;
  border-bottom-color: #e82c2c;
}
.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: #e82c2c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d1d1f7 !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='%23e82c2c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tjQEGCZ8EM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tjQEGCZ8EM .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQEGCZ8EM nav.navbar {
  position: fixed;
}
.cid-tjQEGCZ8EM .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-tjQEGCZ8EM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQEGCZ8EM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQEGCZ8EM .dropdown-item:hover,
.cid-tjQEGCZ8EM .dropdown-item:focus {
  background: #e82c2c !important;
  color: white !important;
}
.cid-tjQEGCZ8EM .dropdown-item:hover span {
  color: white;
}
.cid-tjQEGCZ8EM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQEGCZ8EM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQEGCZ8EM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQEGCZ8EM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQEGCZ8EM .nav-link {
  position: relative;
}
.cid-tjQEGCZ8EM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQEGCZ8EM .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQEGCZ8EM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQEGCZ8EM .dropdown-menu,
.cid-tjQEGCZ8EM .navbar.opened {
  background: #ffffff !important;
}
.cid-tjQEGCZ8EM .nav-item:focus,
.cid-tjQEGCZ8EM .nav-link:focus {
  outline: none;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQEGCZ8EM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQEGCZ8EM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQEGCZ8EM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQEGCZ8EM .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tjQEGCZ8EM .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQEGCZ8EM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQEGCZ8EM .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQEGCZ8EM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQEGCZ8EM .navbar.collapsed {
  justify-content: center;
}
.cid-tjQEGCZ8EM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQEGCZ8EM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQEGCZ8EM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tjQEGCZ8EM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQEGCZ8EM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQEGCZ8EM .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-tjQEGCZ8EM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQEGCZ8EM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQEGCZ8EM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQEGCZ8EM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQEGCZ8EM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQEGCZ8EM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQEGCZ8EM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQEGCZ8EM .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-tjQEGCZ8EM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQEGCZ8EM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQEGCZ8EM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQEGCZ8EM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQEGCZ8EM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQEGCZ8EM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQEGCZ8EM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQEGCZ8EM .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQEGCZ8EM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQEGCZ8EM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQEGCZ8EM .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQEGCZ8EM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQEGCZ8EM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQEGCZ8EM .dropdown-item.active,
.cid-tjQEGCZ8EM .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQEGCZ8EM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQEGCZ8EM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQEGCZ8EM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQEGCZ8EM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjQEGCZ8EM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQEGCZ8EM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQEGCZ8EM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQEGCZ8EM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQEGCZ8EM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQEGCZ8EM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQEGCZ8EM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQEGCZ8EM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQEGCZ8EM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQEGCZ8EM .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-tjQEGCZ8EM .navbar {
    height: 70px;
  }
  .cid-tjQEGCZ8EM .navbar.opened {
    height: auto;
  }
  .cid-tjQEGCZ8EM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjQEFVNMKH {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/18-800x533.jpg");
}
.cid-tjQEFVNMKH .card-wrapper {
  background: #000000;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-tjQEFVNMKH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tjQEFVNMKH .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-tjQEFVNMKH .title {
    margin-bottom: 10rem;
  }
}
.cid-tjQEFVNMKH .row {
  justify-content: center;
}
.cid-tjQEFVNMKH .card-box {
  display: flex;
  align-items: center;
}
.cid-tjQEFVNMKH .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjQEFVNMKH .card-box {
    flex-direction: column;
  }
  .cid-tjQEFVNMKH .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tjQEFVNMKH .card-link {
  text-align: center;
}
.cid-tjQEFVNMKH .card-link:hover a {
  background-image: none !important;
}
.cid-tjQEFVNMKH .mbr-section-subtitle {
  color: #eff0ff;
}
.cid-tjQEFVNMKH .card-text {
  color: #d1d1f7;
  text-align: center;
}
.cid-tjQEFVNMKH .card-title,
.cid-tjQEFVNMKH .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-tjQEFVNMKH .mbr-section-title {
  color: #ffffff;
}
.cid-tjRydncm3S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tjRydncm3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRydncm3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRydncm3S .row {
  align-items: center;
}
.cid-tjRydncm3S img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tjRydncm3S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tjRydncm3S .mbr-section-title {
  color: #000000;
}
.cid-tjRydncm3S .mbr-text,
.cid-tjRydncm3S .mbr-section-btn {
  color: #000000;
}
.cid-tjRxsklQS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b1c50;
}
.cid-tjRxsklQS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRxsklQS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRxsklQS2 img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tjRxsklQS2 img {
    margin-bottom: 2rem;
  }
}
.cid-tjRxsklQS2 .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tjRxsklQS2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tjRxsklQS2 .card-wrapper {
    max-width: 400px;
  }
}
.cid-tjRxsklQS2 .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjRxsklQS2 .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-tjRxsklQS2 .card-text {
  color: #ffffff;
}
.cid-tjRxsklQS2 .card-title {
  color: #ffffff;
}
.cid-u1qpxmhS6T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1qpxmhS6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qpxmhS6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qpxmhS6T .mbr-text,
.cid-u1qpxmhS6T .mbr-section-btn {
  text-align: center;
}
.cid-u1qpxmhS6T .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u1qpxmhS6T .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-u1qpT6IjmR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b1c50;
}
.cid-u1qpT6IjmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qpT6IjmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qpT6IjmR .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-u1qpT6IjmR .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-u1qpT6IjmR .row {
  align-items: center;
}
.cid-u1qpT6IjmR img {
  border-radius: 2rem;
}
.cid-u1qpT6IjmR .image-wrapper {
  background: #ffffff;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-u1qpT6IjmR .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1qpT6IjmR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1qpT6IjmR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1qpT6IjmR .mbr-section-title {
  color: #ffffff;
}
.cid-u1qpT6IjmR .mbr-text,
.cid-u1qpT6IjmR .mbr-section-btn {
  color: #ffffff;
}
.cid-tjRwVN6VsB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tjRwVN6VsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRwVN6VsB img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #e82c2c;
}
@media (max-width: 767px) {
  .cid-tjRwVN6VsB img {
    margin-top: 2rem;
  }
}
.cid-tjRwVN6VsB .row {
  background: #111019;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tjRwVN6VsB .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-tjRwVN6VsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRwVN6VsB .mbr-text,
.cid-tjRwVN6VsB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tjRwVN6VsB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tjRwVN6VsB .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tjRxwedCWn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #140b2a;
}
.cid-tjRxwedCWn img {
  width: 150px;
  margin: auto;
}
.cid-tjRxwedCWn .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tjRxwedCWn .card {
    max-width: 16.6%;
  }
}
.cid-tjRxwedCWn .mbr-section-head {
  max-width: 800px;
  margin: auto;
}
.cid-tjRxwedCWn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjRxwedCWn .mbr-section-title {
  color: #ffffff;
}
.cid-u1qq9Wm5JE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-u1qq9Wm5JE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qq9Wm5JE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qq9Wm5JE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u1qq9Wm5JE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1qq9Wm5JE .container {
    padding: 0 24px;
  }
}
.cid-u1qq9Wm5JE .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u1qq9Wm5JE .image-wrapper {
  height: 100%;
}
.cid-u1qq9Wm5JE .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u1qq9Wm5JE .image-wrapper img {
    height: 350px;
  }
}
.cid-u1qq9Wm5JE .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1qq9Wm5JE .content-wrapper {
    padding: 24px;
  }
}
.cid-u1qq9Wm5JE .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u1qq9Wm5JE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1qq9Wm5JE .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u1qq9Wm5JE .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u1qq9Wm5JE .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u1qq9Wm5JE .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u1qq9Wm5JE .mbr-section-title {
  color: #141414;
}
.cid-u1qq9Wm5JE .mbr-text {
  color: #141414;
}
.cid-u1qqy3ivUQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1qqy3ivUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qqy3ivUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qqy3ivUQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u1qqy3ivUQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1qqy3ivUQ .container {
    padding: 0 24px;
  }
}
.cid-u1qqy3ivUQ .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u1qqy3ivUQ .content-wrapper {
    padding: 0;
  }
}
.cid-u1qqy3ivUQ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1qqy3ivUQ .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u1qqy3ivUQ .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u1qqy3ivUQ .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u1qqy3ivUQ .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u1qqy3ivUQ .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u1qqy3ivUQ .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u1qqy3ivUQ .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u1qqy3ivUQ .mbr-section-title {
  color: #141414;
}
.cid-u1qqy3ivUQ .mbr-desc {
  color: #141414;
}
.cid-u1qqy3ivUQ .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u1qqy3ivUQ .mbr-section-title,
.cid-u1qqy3ivUQ .icon-wrapper {
  text-align: center;
}
.cid-tjRx62eqFA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b1c50;
  overflow: hidden;
}
.cid-uPTrwbPWAa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uPTrwbPWAa .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uPTrwbPWAa nav.navbar {
  position: fixed;
}
.cid-uPTrwbPWAa .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-uPTrwbPWAa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPTrwbPWAa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPTrwbPWAa .dropdown-item:hover,
.cid-uPTrwbPWAa .dropdown-item:focus {
  background: #e82c2c !important;
  color: white !important;
}
.cid-uPTrwbPWAa .dropdown-item:hover span {
  color: white;
}
.cid-uPTrwbPWAa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPTrwbPWAa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPTrwbPWAa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPTrwbPWAa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPTrwbPWAa .nav-link {
  position: relative;
}
.cid-uPTrwbPWAa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPTrwbPWAa .container {
    flex-wrap: nowrap;
  }
}
.cid-uPTrwbPWAa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPTrwbPWAa .dropdown-menu,
.cid-uPTrwbPWAa .navbar.opened {
  background: #ffffff !important;
}
.cid-uPTrwbPWAa .nav-item:focus,
.cid-uPTrwbPWAa .nav-link:focus {
  outline: none;
}
.cid-uPTrwbPWAa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPTrwbPWAa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTrwbPWAa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPTrwbPWAa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPTrwbPWAa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPTrwbPWAa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPTrwbPWAa .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPTrwbPWAa .navbar.opened {
  transition: all 0.3s;
}
.cid-uPTrwbPWAa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPTrwbPWAa .navbar .navbar-logo img {
  width: auto;
}
.cid-uPTrwbPWAa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPTrwbPWAa .navbar.collapsed {
  justify-content: center;
}
.cid-uPTrwbPWAa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPTrwbPWAa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPTrwbPWAa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uPTrwbPWAa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPTrwbPWAa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPTrwbPWAa .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-uPTrwbPWAa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPTrwbPWAa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPTrwbPWAa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPTrwbPWAa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPTrwbPWAa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPTrwbPWAa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPTrwbPWAa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPTrwbPWAa .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-uPTrwbPWAa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPTrwbPWAa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPTrwbPWAa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPTrwbPWAa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPTrwbPWAa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPTrwbPWAa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPTrwbPWAa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPTrwbPWAa .navbar.navbar-short {
  min-height: 80px;
}
.cid-uPTrwbPWAa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPTrwbPWAa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPTrwbPWAa .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPTrwbPWAa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPTrwbPWAa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPTrwbPWAa .dropdown-item.active,
.cid-uPTrwbPWAa .dropdown-item:active {
  background-color: transparent;
}
.cid-uPTrwbPWAa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPTrwbPWAa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPTrwbPWAa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPTrwbPWAa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPTrwbPWAa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPTrwbPWAa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPTrwbPWAa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPTrwbPWAa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPTrwbPWAa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPTrwbPWAa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPTrwbPWAa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPTrwbPWAa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTrwbPWAa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTrwbPWAa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPTrwbPWAa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTrwbPWAa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPTrwbPWAa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPTrwbPWAa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTrwbPWAa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPTrwbPWAa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPTrwbPWAa .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-uPTrwbPWAa .navbar {
    height: 70px;
  }
  .cid-uPTrwbPWAa .navbar.opened {
    height: auto;
  }
  .cid-uPTrwbPWAa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPTrwcuNuH {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/25-620x415.jpeg");
}
.cid-uPTrwcuNuH .card-wrapper {
  background: #000000;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-uPTrwcuNuH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPTrwcuNuH .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-uPTrwcuNuH .title {
    margin-bottom: 10rem;
  }
}
.cid-uPTrwcuNuH .row {
  justify-content: center;
}
.cid-uPTrwcuNuH .card-box {
  display: flex;
  align-items: center;
}
.cid-uPTrwcuNuH .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uPTrwcuNuH .card-box {
    flex-direction: column;
  }
  .cid-uPTrwcuNuH .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uPTrwcuNuH .card-link {
  text-align: center;
}
.cid-uPTrwcuNuH .card-link:hover a {
  background-image: none !important;
}
.cid-uPTrwcuNuH .mbr-section-subtitle {
  color: #eff0ff;
}
.cid-uPTrwcuNuH .card-text {
  color: #d1d1f7;
  text-align: center;
}
.cid-uPTrwcuNuH .card-title,
.cid-uPTrwcuNuH .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-uPTrwcuNuH .mbr-section-title {
  color: #ffffff;
}
.cid-uPTrwevmsw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #1b224b;
}
.cid-uPTrwevmsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTrwevmsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTrwevmsw .mbr-text,
.cid-uPTrwevmsw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPTrwevmsw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uPTrwevmsw .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uPTrwhwI3x {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPTrwhwI3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTrwhwI3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTrwhwI3x .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uPTrwhwI3x .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPTrwhwI3x .container {
    padding: 0 24px;
  }
}
.cid-uPTrwhwI3x .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uPTrwhwI3x .content-wrapper {
    padding: 0;
  }
}
.cid-uPTrwhwI3x .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPTrwhwI3x .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-uPTrwhwI3x .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPTrwhwI3x .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uPTrwhwI3x .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uPTrwhwI3x .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-uPTrwhwI3x .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPTrwhwI3x .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPTrwhwI3x .mbr-section-title {
  color: #141414;
}
.cid-uPTrwhwI3x .mbr-desc {
  color: #141414;
}
.cid-uPTrwhwI3x .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uPTrwhwI3x .mbr-section-title,
.cid-uPTrwhwI3x .icon-wrapper {
  text-align: center;
}
.cid-uPTrwiKrbU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b1c50;
  overflow: hidden;
}
.cid-uPTsWsCxhD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uPTsWsCxhD .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uPTsWsCxhD nav.navbar {
  position: fixed;
}
.cid-uPTsWsCxhD .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-uPTsWsCxhD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPTsWsCxhD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPTsWsCxhD .dropdown-item:hover,
.cid-uPTsWsCxhD .dropdown-item:focus {
  background: #e82c2c !important;
  color: white !important;
}
.cid-uPTsWsCxhD .dropdown-item:hover span {
  color: white;
}
.cid-uPTsWsCxhD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPTsWsCxhD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPTsWsCxhD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPTsWsCxhD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPTsWsCxhD .nav-link {
  position: relative;
}
.cid-uPTsWsCxhD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPTsWsCxhD .container {
    flex-wrap: nowrap;
  }
}
.cid-uPTsWsCxhD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPTsWsCxhD .dropdown-menu,
.cid-uPTsWsCxhD .navbar.opened {
  background: #ffffff !important;
}
.cid-uPTsWsCxhD .nav-item:focus,
.cid-uPTsWsCxhD .nav-link:focus {
  outline: none;
}
.cid-uPTsWsCxhD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPTsWsCxhD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTsWsCxhD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPTsWsCxhD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPTsWsCxhD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPTsWsCxhD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPTsWsCxhD .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPTsWsCxhD .navbar.opened {
  transition: all 0.3s;
}
.cid-uPTsWsCxhD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPTsWsCxhD .navbar .navbar-logo img {
  width: auto;
}
.cid-uPTsWsCxhD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPTsWsCxhD .navbar.collapsed {
  justify-content: center;
}
.cid-uPTsWsCxhD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPTsWsCxhD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPTsWsCxhD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uPTsWsCxhD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPTsWsCxhD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPTsWsCxhD .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-uPTsWsCxhD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPTsWsCxhD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPTsWsCxhD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPTsWsCxhD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPTsWsCxhD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPTsWsCxhD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPTsWsCxhD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPTsWsCxhD .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-uPTsWsCxhD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPTsWsCxhD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPTsWsCxhD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPTsWsCxhD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPTsWsCxhD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPTsWsCxhD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPTsWsCxhD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPTsWsCxhD .navbar.navbar-short {
  min-height: 80px;
}
.cid-uPTsWsCxhD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPTsWsCxhD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPTsWsCxhD .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPTsWsCxhD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPTsWsCxhD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPTsWsCxhD .dropdown-item.active,
.cid-uPTsWsCxhD .dropdown-item:active {
  background-color: transparent;
}
.cid-uPTsWsCxhD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPTsWsCxhD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPTsWsCxhD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPTsWsCxhD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPTsWsCxhD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPTsWsCxhD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPTsWsCxhD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPTsWsCxhD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPTsWsCxhD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPTsWsCxhD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPTsWsCxhD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPTsWsCxhD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTsWsCxhD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTsWsCxhD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPTsWsCxhD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTsWsCxhD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPTsWsCxhD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPTsWsCxhD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTsWsCxhD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPTsWsCxhD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPTsWsCxhD .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-uPTsWsCxhD .navbar {
    height: 70px;
  }
  .cid-uPTsWsCxhD .navbar.opened {
    height: auto;
  }
  .cid-uPTsWsCxhD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPTsWub4qK {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/26-1024x576.jpg");
}
.cid-uPTsWub4qK .card-wrapper {
  background: #000000;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-uPTsWub4qK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPTsWub4qK .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-uPTsWub4qK .title {
    margin-bottom: 10rem;
  }
}
.cid-uPTsWub4qK .row {
  justify-content: center;
}
.cid-uPTsWub4qK .card-box {
  display: flex;
  align-items: center;
}
.cid-uPTsWub4qK .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uPTsWub4qK .card-box {
    flex-direction: column;
  }
  .cid-uPTsWub4qK .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uPTsWub4qK .card-link {
  text-align: center;
}
.cid-uPTsWub4qK .card-link:hover a {
  background-image: none !important;
}
.cid-uPTsWub4qK .mbr-section-subtitle {
  color: #eff0ff;
}
.cid-uPTsWub4qK .card-text {
  color: #d1d1f7;
  text-align: center;
}
.cid-uPTsWub4qK .card-title,
.cid-uPTsWub4qK .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-uPTsWub4qK .mbr-section-title {
  color: #ffffff;
}
.cid-uPTsWw5Z87 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #1b224b;
}
.cid-uPTsWw5Z87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTsWw5Z87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTsWw5Z87 .mbr-text,
.cid-uPTsWw5Z87 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPTsWw5Z87 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uPTsWw5Z87 .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uPTsWxb5ZB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPTsWxb5ZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTsWxb5ZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTsWxb5ZB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uPTsWxb5ZB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPTsWxb5ZB .container {
    padding: 0 24px;
  }
}
.cid-uPTsWxb5ZB .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uPTsWxb5ZB .content-wrapper {
    padding: 0;
  }
}
.cid-uPTsWxb5ZB .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPTsWxb5ZB .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-uPTsWxb5ZB .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPTsWxb5ZB .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uPTsWxb5ZB .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uPTsWxb5ZB .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-uPTsWxb5ZB .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPTsWxb5ZB .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPTsWxb5ZB .mbr-section-title {
  color: #141414;
}
.cid-uPTsWxb5ZB .mbr-desc {
  color: #141414;
}
.cid-uPTsWxb5ZB .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uPTsWxb5ZB .mbr-section-title,
.cid-uPTsWxb5ZB .icon-wrapper {
  text-align: center;
}
.cid-uPTsWybEeO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b1c50;
  overflow: hidden;
}
.cid-uPTtRPPtyz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uPTtRPPtyz .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uPTtRPPtyz nav.navbar {
  position: fixed;
}
.cid-uPTtRPPtyz .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-uPTtRPPtyz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPTtRPPtyz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPTtRPPtyz .dropdown-item:hover,
.cid-uPTtRPPtyz .dropdown-item:focus {
  background: #e82c2c !important;
  color: white !important;
}
.cid-uPTtRPPtyz .dropdown-item:hover span {
  color: white;
}
.cid-uPTtRPPtyz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPTtRPPtyz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPTtRPPtyz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPTtRPPtyz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPTtRPPtyz .nav-link {
  position: relative;
}
.cid-uPTtRPPtyz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPTtRPPtyz .container {
    flex-wrap: nowrap;
  }
}
.cid-uPTtRPPtyz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPTtRPPtyz .dropdown-menu,
.cid-uPTtRPPtyz .navbar.opened {
  background: #ffffff !important;
}
.cid-uPTtRPPtyz .nav-item:focus,
.cid-uPTtRPPtyz .nav-link:focus {
  outline: none;
}
.cid-uPTtRPPtyz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPTtRPPtyz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTtRPPtyz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPTtRPPtyz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPTtRPPtyz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPTtRPPtyz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPTtRPPtyz .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPTtRPPtyz .navbar.opened {
  transition: all 0.3s;
}
.cid-uPTtRPPtyz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPTtRPPtyz .navbar .navbar-logo img {
  width: auto;
}
.cid-uPTtRPPtyz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPTtRPPtyz .navbar.collapsed {
  justify-content: center;
}
.cid-uPTtRPPtyz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPTtRPPtyz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPTtRPPtyz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uPTtRPPtyz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPTtRPPtyz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPTtRPPtyz .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-uPTtRPPtyz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPTtRPPtyz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPTtRPPtyz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPTtRPPtyz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPTtRPPtyz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPTtRPPtyz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPTtRPPtyz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPTtRPPtyz .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-uPTtRPPtyz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPTtRPPtyz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPTtRPPtyz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPTtRPPtyz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPTtRPPtyz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPTtRPPtyz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPTtRPPtyz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPTtRPPtyz .navbar.navbar-short {
  min-height: 80px;
}
.cid-uPTtRPPtyz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPTtRPPtyz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPTtRPPtyz .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPTtRPPtyz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPTtRPPtyz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPTtRPPtyz .dropdown-item.active,
.cid-uPTtRPPtyz .dropdown-item:active {
  background-color: transparent;
}
.cid-uPTtRPPtyz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPTtRPPtyz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPTtRPPtyz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPTtRPPtyz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPTtRPPtyz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPTtRPPtyz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPTtRPPtyz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPTtRPPtyz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPTtRPPtyz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPTtRPPtyz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPTtRPPtyz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPTtRPPtyz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTtRPPtyz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTtRPPtyz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPTtRPPtyz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTtRPPtyz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPTtRPPtyz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPTtRPPtyz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTtRPPtyz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPTtRPPtyz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPTtRPPtyz .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-uPTtRPPtyz .navbar {
    height: 70px;
  }
  .cid-uPTtRPPtyz .navbar.opened {
    height: auto;
  }
  .cid-uPTtRPPtyz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPTtRQTqn8 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/27-620x415.jpg");
}
.cid-uPTtRQTqn8 .card-wrapper {
  background: #000000;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-uPTtRQTqn8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uPTtRQTqn8 .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-uPTtRQTqn8 .title {
    margin-bottom: 10rem;
  }
}
.cid-uPTtRQTqn8 .row {
  justify-content: center;
}
.cid-uPTtRQTqn8 .card-box {
  display: flex;
  align-items: center;
}
.cid-uPTtRQTqn8 .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uPTtRQTqn8 .card-box {
    flex-direction: column;
  }
  .cid-uPTtRQTqn8 .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uPTtRQTqn8 .card-link {
  text-align: center;
}
.cid-uPTtRQTqn8 .card-link:hover a {
  background-image: none !important;
}
.cid-uPTtRQTqn8 .mbr-section-subtitle {
  color: #eff0ff;
}
.cid-uPTtRQTqn8 .card-text {
  color: #d1d1f7;
  text-align: center;
}
.cid-uPTtRQTqn8 .card-title,
.cid-uPTtRQTqn8 .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-uPTtRQTqn8 .mbr-section-title {
  color: #ffffff;
}
.cid-uPTtRRVmT9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #1b224b;
}
.cid-uPTtRRVmT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTtRRVmT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTtRRVmT9 .mbr-text,
.cid-uPTtRRVmT9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPTtRRVmT9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uPTtRRVmT9 .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uPTtRSOBam {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPTtRSOBam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTtRSOBam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTtRSOBam .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uPTtRSOBam .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPTtRSOBam .container {
    padding: 0 24px;
  }
}
.cid-uPTtRSOBam .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uPTtRSOBam .content-wrapper {
    padding: 0;
  }
}
.cid-uPTtRSOBam .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPTtRSOBam .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-uPTtRSOBam .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPTtRSOBam .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uPTtRSOBam .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uPTtRSOBam .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-uPTtRSOBam .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPTtRSOBam .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPTtRSOBam .mbr-section-title {
  color: #141414;
}
.cid-uPTtRSOBam .mbr-desc {
  color: #141414;
}
.cid-uPTtRSOBam .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uPTtRSOBam .mbr-section-title,
.cid-uPTtRSOBam .icon-wrapper {
  text-align: center;
}
.cid-uPTtRTFa3V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b1c50;
  overflow: hidden;
}
