.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Zalando Sans SemiExpanded;
}
.display-1 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 4rem;
  line-height: 1.05;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.16rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.45rem;
}
.display-5 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 2.1rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.35rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6875rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.928rem;
    font-size: calc( 1.056rem + (1.16 - 1.056) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.45 * (1.056rem + (1.16 - 1.056) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.05 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.928rem;
    font-size: calc( 1.056rem + (1.16 - 1.056) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1.056rem + (1.16 - 1.056) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #0a2540 !important;
}
.bg-success {
  background-color: #2a9d8f !important;
}
.bg-info {
  background-color: #00b4d8 !important;
}
.bg-warning {
  background-color: #2a9d8f !important;
}
.bg-danger {
  background-color: #0a2540 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0a2540 !important;
  border-color: #0a2540 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113e6c !important;
  border-color: #113e6c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113e6c !important;
  border-color: #113e6c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00b4d8 !important;
  border-color: #00b4d8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0cd6ff !important;
  border-color: #0cd6ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0cd6ff !important;
  border-color: #0cd6ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #00b4d8 !important;
  border-color: #00b4d8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0cd6ff !important;
  border-color: #0cd6ff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0cd6ff !important;
  border-color: #0cd6ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #2a9d8f !important;
  border-color: #2a9d8f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #35c5b4 !important;
  border-color: #35c5b4 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #35c5b4 !important;
  border-color: #35c5b4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2a9d8f !important;
  border-color: #2a9d8f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #35c5b4 !important;
  border-color: #35c5b4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #35c5b4 !important;
  border-color: #35c5b4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0a2540 !important;
  border-color: #0a2540 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #113e6c !important;
  border-color: #113e6c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #113e6c !important;
  border-color: #113e6c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !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: #616161 !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: transparent;
  color: #0a2540;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #0a2540 !important;
  border-color: #0a2540 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00b4d8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #006c81 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b4d8 !important;
  border-color: #00b4d8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00b4d8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #006c81 !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: #00b4d8 !important;
  border-color: #00b4d8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a9d8f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #185951 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2a9d8f !important;
  border-color: #2a9d8f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a9d8f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #185951 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2a9d8f !important;
  border-color: #2a9d8f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0a2540;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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: #0a2540 !important;
  border-color: #0a2540 !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: #0a2540 !important;
}
.text-secondary {
  color: #00b4d8 !important;
}
.text-success {
  color: #2a9d8f !important;
}
.text-info {
  color: #00b4d8 !important;
}
.text-warning {
  color: #2a9d8f !important;
}
.text-danger {
  color: #0a2540 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #005f72 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #144d46 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #005f72 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #144d46 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #0a2540;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00b4d8;
}
.alert-warning {
  background-color: #2a9d8f;
}
.alert-danger {
  background-color: #0a2540;
}
.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: #0a2540;
  border-color: #0a2540;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0a2540;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4c98e3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6ed8cb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a5f0ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6ed8cb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4c98e3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.16rem;
  line-height: 1.45;
  font-weight: 400;
  border-radius: 14px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.45rem;
}
.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: #0a2540 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.16rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.45rem;
}
blockquote {
  border-color: #0a2540;
}
/* 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: #0a2540;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0a2540;
}
.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: #0a2540;
  border-bottom-color: #0a2540;
}
.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: #0a2540 !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: #00b4d8 !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='%230a2540' %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 {
  font-weight: 500;
  padding: 8px 32px;
  border-radius: 15px !important;
  transition: all .5s ease;
  padding: 18px 60px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    border-radius: 18px !important;
  }
}
@media (max-width: 1640px) {
  .mbr-section-btn .btn {
    padding: 16px 42px;
  }
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 16px 32px;
  }
}
.btn-primary {
  background-image: linear-gradient(90deg, #0a2540, #180a40, #250a40, #40130a) !important;
  background-size: 200% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-position: 100% 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.label-wrap,
.item-wrapper::before,
.nav.nav-tabs,
.tabs-wrap {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .label-wrap,
  .item-wrapper::before,
  .nav.nav-tabs,
  .tabs-wrap {
    border-radius: 30px !important;
  }
}
.little-radius,
.google-map iframe {
  border-radius: 18px !important;
}
.middle-radius,
.middle-radius.nav-link {
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs,
  .tabs-wrap {
    border-radius: 18px !important;
  }
}
.icons-menu .iconfont-wrapper {
  border-radius: 14px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uY0vY64lmh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uY0vY64lmh .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;
}
@media (max-width: 767px) {
  .cid-uY0vY64lmh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uY0vY64lmh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uY0vY64lmh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uY0vY64lmh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uY0vY64lmh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY0vY64lmh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uY0vY64lmh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uY0vY64lmh .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uY0vY64lmh .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uY0vY64lmh .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-uY0vY64lmh .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #1e1e1e, #00b4d8, #0a2540);
}
.cid-uY0vY64lmh .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uY0vY64lmh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uY0vY64lmh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uY0vY64lmh .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #0a2540;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uY0vY64lmh .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-uY0vY64lmh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uY0vY64lmh .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uY0vY64lmh .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uY0vY64lmh .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uY0vY64lmh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uY0vY64lmh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uY0vY64lmh .container,
.cid-uY0vY64lmh .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #0a2540;
}
@media (max-width: 992px) {
  .cid-uY0vY64lmh .container,
  .cid-uY0vY64lmh .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uY0vY64lmh .container,
  .cid-uY0vY64lmh .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-uY0vY64lmh .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uY0vY64lmh .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uY0vY64lmh .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #0a2540;
  box-shadow: 0 1px 6px #ffffff;
}
.cid-uY0vY64lmh .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-uY0vY64lmh .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #ffffff !important;
  transition: all .3s ease;
}
.cid-uY0vY64lmh .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-uY0vY64lmh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uY0vY64lmh .nav-item:focus,
.cid-uY0vY64lmh .nav-link:focus {
  outline: none;
}
.cid-uY0vY64lmh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY0vY64lmh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY0vY64lmh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY0vY64lmh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY0vY64lmh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY0vY64lmh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY0vY64lmh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uY0vY64lmh .navbar.opened {
  transition: all 0.3s;
}
.cid-uY0vY64lmh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uY0vY64lmh .navbar .navbar-logo img {
  width: auto;
}
.cid-uY0vY64lmh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uY0vY64lmh .navbar.collapsed {
  justify-content: center;
}
.cid-uY0vY64lmh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY0vY64lmh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uY0vY64lmh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uY0vY64lmh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY0vY64lmh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY0vY64lmh .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-uY0vY64lmh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY0vY64lmh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uY0vY64lmh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uY0vY64lmh .navbar {
    min-height: 72px;
  }
  .cid-uY0vY64lmh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uY0vY64lmh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY0vY64lmh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY0vY64lmh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY0vY64lmh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uY0vY64lmh .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-uY0vY64lmh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uY0vY64lmh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uY0vY64lmh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY0vY64lmh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uY0vY64lmh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uY0vY64lmh .dropdown-item.active,
.cid-uY0vY64lmh .dropdown-item:active {
  background-color: transparent;
}
.cid-uY0vY64lmh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uY0vY64lmh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY0vY64lmh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY0vY64lmh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-uY0vY64lmh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uY0vY64lmh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uY0vY64lmh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uY0vY64lmh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uY0vY64lmh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uY0vY64lmh .navbar-buttons {
    text-align: left;
  }
}
.cid-uY0vY64lmh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uY0vY64lmh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b4d8;
}
.cid-uY0vY64lmh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY0vY64lmh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY0vY64lmh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY0vY64lmh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY0vY64lmh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY0vY64lmh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY0vY64lmh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY0vY64lmh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY0vY64lmh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uY0vY64lmh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uY0vY64lmh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uY0vY64lmh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uY0vY64lmh .navbar {
    height: 77px;
  }
  .cid-uY0vY64lmh .navbar.opened {
    height: auto;
  }
  .cid-uY0vY64lmh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uY0vY64lmh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uY0vY64lmh .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uY0vY64lmh .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uY0vY64lmh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uY0vY64lmh .navbar-brand {
    margin-right: auto;
  }
  .cid-uY0vY64lmh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0a2540;
    backdrop-filter: blur(8px);
  }
  .cid-uY0vY64lmh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uY0vY64lmh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uY0vY64lmh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uY0vY64lmh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uY0vYdUemH {
  background-image: url("../../../assets/images/screenshot-2025-12-27-at-11.49.58-1500x998.webp");
}
.cid-uY0vYdUemH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0vYdUemH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0vYdUemH .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY0vYdUemH .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0vYdUemH .content-wrapper {
    width: 100%;
  }
}
.cid-uY0vYdUemH .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uY0vYdUemH .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uY0vYdUemH .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, #00b4d8, #2a9d8f 50%, #00b4d8);
}
.cid-uY0vYdUemH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uY0vYdUemH .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-uY0vYdUemH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY0vYdUemH .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-uY0vYdUemH .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-uY0vYdUemH .mbr-label,
.cid-uY0vYdUemH .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uY0vYdUemH .mbr-section-title {
  color: #ffffff;
}
.cid-uY0vYdUemH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uY0vYdUemH .mbr-section-title,
.cid-uY0vYdUemH .mbr-section-btn {
  text-align: center;
}
.cid-uY0vZy1fEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-uY0vZy1fEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0vZy1fEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0vZy1fEh .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-uY0vZy1fEh .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0vZy1fEh .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uY0vZy1fEh .content-wrapper .title-wrapper {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uY0vZy1fEh .content-wrapper .title-wrapper {
    margin-bottom: 18px;
  }
}
.cid-uY0vZy1fEh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY0vZy1fEh .content-wrapper .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, #ffffff, #2a9d8f 50%, #ffffff);
}
.cid-uY0vZy1fEh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY0vZy1fEh .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-uY0vZy1fEh .items-wrapper .item {
  width: 25%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1640px) {
  .cid-uY0vZy1fEh .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uY0vZy1fEh .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uY0vZy1fEh .items-wrapper .item:hover .item-wrapper::after,
.cid-uY0vZy1fEh .items-wrapper .item:focus .item-wrapper::after {
  width: 100%;
  height: 200px;
  top: -155px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 38px 46px 46px 46px;
  min-height: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden !important;
  min-height: auto;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uY0vZy1fEh .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00b4d8;
  opacity: .5;
  backdrop-filter: blur(36px);
  z-index: 1;
  pointer-events: none;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #2a9d8f 30%, #2a9d8f);
  filter: blur(2rem);
  z-index: 1;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uY0vZy1fEh .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-uY0vZy1fEh .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 2;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 38px;
  margin-bottom: 14px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #2a9d8f, #0a2540);
  color: #ffffff;
  font-size: 15px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uY0vZy1fEh .btn-wrapper {
  margin-top: 0;
}
.cid-uY0vZy1fEh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY0vZy1fEh .mbr-section-subtitle,
.cid-uY0vZy1fEh .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uY0vZy1fEh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uY0vZy1fEh .item-label {
  color: #ffffff;
}
.cid-uY0vZy1fEh .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uY0vZy1fEh .list {
  color: #a997ce;
}
.cid-uY0vZy1fEh .list,
.cid-uY0vZy1fEh .item-wrap,
.cid-uY0vZy1fEh .list-wrapper {
  color: #ffffff;
}
.cid-uY0wfOtRcG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uY0wfOtRcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0wfOtRcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0wfOtRcG .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY0wfOtRcG .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0wfOtRcG .title-wrapper {
    width: 100%;
  }
}
.cid-uY0wfOtRcG .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0a2540, #00b4d8 50%, #0a2540);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wfOtRcG .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uY0wfOtRcG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY0wfOtRcG .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wfOtRcG .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uY0wfOtRcG .mbr-section-title {
  color: #ffffff;
}
.cid-uY0wfOtRcG .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-uY0wfOtRcG .mbr-section-title,
.cid-uY0wfOtRcG .mbr-section-btn,
.cid-uY0wfOtRcG .subtitle-wrapper {
  text-align: center;
}
.cid-uY0w1fsHrP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-2025-12-27-at-11.49.58-1500x998.webp");
}
.cid-uY0w1fsHrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0w1fsHrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0w1fsHrP .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-uY0w1fsHrP .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uY0w1fsHrP .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uY0w1fsHrP .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uY0w1fsHrP .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0w1fsHrP .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0w1fsHrP .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uY0w1fsHrP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY0w1fsHrP .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, #00b4d8, #2a9d8f 50%, #00b4d8);
}
.cid-uY0w1fsHrP .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-uY0w1fsHrP .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cid-uY0w1fsHrP .items-wrapper .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cid-uY0w1fsHrP .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .items-wrapper .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#00b4d8, #2a9d8f, #00b4d8);
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap {
    margin-bottom: 22px;
  }
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap .title {
    padding: 10px 16px;
  }
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap .title .item-title {
  margin-bottom: 0;
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uY0w1fsHrP .btn-wrapper {
  margin-top: -12%;
}
.cid-uY0w1fsHrP .mbr-label,
.cid-uY0w1fsHrP .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-uY0w1fsHrP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY0w1fsHrP .mbr-section-subtitle,
.cid-uY0w1fsHrP .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-uY0w1fsHrP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uY0w1fsHrP .item-title {
  color: #1a0b54;
}
.cid-uY0w1fsHrP .item-text {
  color: #ffffff;
}
.cid-uY0w1fsHrP .item-title,
.cid-uY0w1fsHrP .title-wrap {
  text-align: left;
}
.cid-v7jM85g2rj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-v7jM85g2rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jM85g2rj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jM85g2rj .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v7jM85g2rj .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v7jM85g2rj .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7jM85g2rj .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7jM85g2rj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7jM85g2rj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7jM85g2rj .mbr-section-btn {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v7jM85g2rj .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-v7jM85g2rj .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7jM85g2rj .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-v7jM85g2rj .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v7jM85g2rj .items-wrapper .item:hover .item-wrapper,
.cid-v7jM85g2rj .items-wrapper .item:focus .item-wrapper {
  background-color: #2a9d8f;
}
.cid-v7jM85g2rj .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v7jM85g2rj .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-v7jM85g2rj .items-wrapper .item .item-wrapper .rating-wrapper {
  margin-bottom: 16px;
}
.cid-v7jM85g2rj .items-wrapper .item .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-v7jM85g2rj .items-wrapper .item .item-wrapper .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-v7jM85g2rj .items-wrapper .item .item-wrapper .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-v7jM85g2rj .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-v7jM85g2rj .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7jM85g2rj .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 44px;
  height: 44px;
  min-width: 44px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v7jM85g2rj .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 16px;
}
.cid-v7jM85g2rj .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v7jM85g2rj .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v7jM85g2rj .mbr-section-title {
  color: #808080;
}
.cid-v7jM85g2rj .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-v7jM85g2rj .mbr-star {
  color: #ffdf7d;
}
.cid-v7jM85g2rj .item-text {
  color: #1e1e1e;
}
.cid-v7jM85g2rj .item-name {
  color: #ffffff;
}
.cid-v7jM85g2rj .item-role {
  color: #808080;
}
.cid-v7jM85g2rj .mbr-section-title,
.cid-v7jM85g2rj .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-v7jM85g2rj .item-name,
.cid-v7jM85g2rj .person-wrapper {
  color: #1e1e1e;
}
.cid-v6KUPxIeD0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a2540;
}
.cid-v6KUPxIeD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6KUPxIeD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6KUPxIeD0 .row {
  justify-content: space-between;
}
.cid-v6KUPxIeD0 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v6KUPxIeD0 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6KUPxIeD0 .image-wrapper img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6KUPxIeD0 .image-wrapper img {
    height: 350px;
  }
}
.cid-v6KUPxIeD0 .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6KUPxIeD0 .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f);
  margin-bottom: 0;
}
.cid-v6KUPxIeD0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v6KUPxIeD0 .items-wrapper .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1440px) {
  .cid-v6KUPxIeD0 .items-wrapper .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v6KUPxIeD0 .items-wrapper .items-wrap .image-wrap img {
  height: 75px;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-v6KUPxIeD0 .items-wrapper .items-wrap .image-wrap img {
    object-fit: contain;
    height: 150px;
  }
}
.cid-v6KUPxIeD0 .mbr-section-title {
  color: #ffffff;
}
.cid-v6KUPxIeD0 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-v7k5leYUhy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a2540;
}
.cid-v7k5leYUhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7k5leYUhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7k5leYUhy .row {
  justify-content: space-between;
}
.cid-v7k5leYUhy .card {
  justify-content: flex-end;
}
@media (max-width: 0px) {
  .cid-v7k5leYUhy .image-wrapper {
    margin-bottom: 0px;
  }
}
.cid-v7k5leYUhy .image-wrapper img {
  height: 0px;
  object-fit: cover;
}
@media (max-width: 0px) {
  .cid-v7k5leYUhy .image-wrapper img {
    height: 0px;
  }
}
.cid-v7k5leYUhy .title-wrapper {
  margin-bottom: 40px;
}
.cid-v7k5leYUhy .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2ba7ff, #45ff64);
  margin-bottom: 0;
}
.cid-v7k5leYUhy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7k5leYUhy .items-wrapper .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1440px) {
  .cid-v7k5leYUhy .items-wrapper .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7k5leYUhy .items-wrapper .items-wrap .image-wrap img {
  height: 75px;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-v7k5leYUhy .items-wrapper .items-wrap .image-wrap img {
    object-fit: contain;
    height: 150px;
  }
}
.cid-v7k5leYUhy .mbr-section-title {
  color: #ffffff;
}
.cid-v7k5leYUhy .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-v6KWTS1ymW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v6KWTS1ymW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6KWTS1ymW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6KWTS1ymW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-v6KWTS1ymW .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v6KWTS1ymW .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v6KWTS1ymW .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6KWTS1ymW .items-wrapper .item .item-wrapper .card-number_1,
.cid-v6KWTS1ymW .items-wrapper .item .item-wrapper .card-number_2,
.cid-v6KWTS1ymW .items-wrapper .item .item-wrapper .card-number_3 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v6KWTS1ymW .items-wrapper .item .item-wrapper .card-number_1,
  .cid-v6KWTS1ymW .items-wrapper .item .item-wrapper .card-number_2,
  .cid-v6KWTS1ymW .items-wrapper .item .item-wrapper .card-number_3 {
    margin-bottom: 16px;
  }
}
.cid-v6KWTS1ymW .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v6KWTS1ymW .btn-wrapper {
  margin-top: 18%;
}
.cid-v6KWTS1ymW .card-number_1 {
  color: #0a2540;
  text-align: center;
}
.cid-v6KWTS1ymW .card-number_2 {
  color: #2a9d8f;
  text-align: center;
}
.cid-v6KWTS1ymW .card-number_3 {
  color: #00b4d8;
  text-align: center;
}
.cid-v6KWTS1ymW .card-title {
  color: #a6adbf;
  text-align: center;
}
.cid-v6zjf4uLDT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
  background-image: linear-gradient(45deg, #00b4d8 -20%, #0a2540 40%);
}
@media (max-width: 768px) {
  .cid-v6zjf4uLDT {
    background-image: linear-gradient(45deg, #00b4d8 -60%, #0a2540 40%);
  }
}
.cid-v6zjf4uLDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6zjf4uLDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6zjf4uLDT .row {
  justify-content: space-between;
}
.cid-v6zjf4uLDT .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6zjf4uLDT .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-v6zjf4uLDT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v6zjf4uLDT .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-v6zjf4uLDT .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-v6zjf4uLDT .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-v6zjf4uLDT .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-v6zjf4uLDT .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-v6zjf4uLDT .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v6zjf4uLDT .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-v6zjf4uLDT .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-v6zjf4uLDT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v6zjf4uLDT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v6zjf4uLDT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v6zjf4uLDT .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-v6zjf4uLDT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v6zjf4uLDT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v6zjf4uLDT .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-v6zjf4uLDT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v6zjf4uLDT .mbr-section-title {
  color: #ffffff;
}
.cid-v6zjf4uLDT .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v6zjf4uLDT .mbr-email {
  color: #00b4d8;
  text-align: center;
}
.cid-v6zjf4uLDT .panel-title-edit {
  color: #ffffff;
}
.cid-v6zjf4uLDT .panel-text {
  color: #ffffff;
}
.cid-uY0wFOZHy0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uY0wFOZHy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0wFOZHy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0wFOZHy0 .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-uY0wFOZHy0 .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 54px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uY0wFOZHy0 .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uY0wFOZHy0 .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uY0wFOZHy0 .items-wrapper .item:hover .item-wrapper,
.cid-uY0wFOZHy0 .items-wrapper .item:focus .item-wrapper {
  background-color: #f9f9f9;
}
.cid-uY0wFOZHy0 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uY0wFOZHy0 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.15);
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper {
  overflow: hidden;
  height: 100%;
  background-color: transparent;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper {
    background-color: #f9f9f9;
  }
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box {
  padding: 32px 46px 46px 46px;
}
@media (max-width: 992px) {
  .cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box {
    padding: 22px 18px 18px 18px;
    transform: none;
  }
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 16px;
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .title-wrapper .item-title {
  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-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uY0wFOZHy0 .item-title {
  color: #1a0b54;
}
.cid-uY0wFOZHy0 .item-price {
  color: #0a2540;
}
.cid-uY0wFOZHy0 .item-text {
  color: #1e1e1e;
}
.cid-v6FiLzlwbQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/screenshot-2025-12-27-at-11.49.58-1500x998.webp");
}
.cid-v6FiLzlwbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6FiLzlwbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6FiLzlwbQ .card-wrapper {
  background-color: #0a2540;
  padding: 1rem 2rem;
}
.cid-v6FiLzlwbQ .google-map {
  height: 35rem;
  position: relative;
}
.cid-v6FiLzlwbQ .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #0a2540;
  padding: 4px;
}
.cid-v6FiLzlwbQ .google-map [data-state-details] {
  color: #b4b4b4;
  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-v6FiLzlwbQ .google-map[data-state] {
  background: #fffff5;
}
.cid-v6FiLzlwbQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v6FiLzlwbQ .content-head {
  max-width: 800px;
}
.cid-v6FiLzlwbQ .card-title,
.cid-v6FiLzlwbQ .iconfont-wrapper {
  color: #ffffff;
}
.cid-v6FiLzlwbQ .card-text,
.cid-v6FiLzlwbQ .mbr-section-btn {
  color: #ffffff;
}
.cid-v6FiLzlwbQ .mbr-desc,
.cid-v6FiLzlwbQ .desc-wrapper {
  color: #fdfde1;
}
.cid-v6FiLzlwbQ .mbr-section-title {
  color: #ffffff;
}
.cid-v6FiLzlwbQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uY0wJVRF6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-uY0wJVRF6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0wJVRF6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0wJVRF6T .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY0wJVRF6T .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper {
    width: 100%;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f 50%, #00b4d8);
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uY0wJVRF6T .mbr-section-title {
  color: #ffffff;
}
.cid-uY0wJVRF6T .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uY0wJVRF6T .mbr-section-title,
.cid-uY0wJVRF6T .logo-wrapper,
.cid-uY0wJVRF6T .social-wrapper,
.cid-uY0wJVRF6T .title-wrapper {
  text-align: center;
}
.cid-v6zoUaUaKM.popup-builder {
  background-color: #ffffff;
}
.cid-v6zoUaUaKM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6zoUaUaKM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-v6zoUaUaKM .modal-content,
.cid-v6zoUaUaKM .modal-dialog {
  height: auto;
}
.cid-v6zoUaUaKM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6zoUaUaKM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6zoUaUaKM .form-wrapper .mbr-form .form-group,
  .cid-v6zoUaUaKM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6zoUaUaKM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6zoUaUaKM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6zoUaUaKM .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v6zoUaUaKM .pt-0 {
  padding-top: 0 !important;
}
.cid-v6zoUaUaKM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6zoUaUaKM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6zoUaUaKM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6zoUaUaKM .modal-open {
  overflow: hidden;
}
.cid-v6zoUaUaKM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6zoUaUaKM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6zoUaUaKM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-v6zoUaUaKM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6zoUaUaKM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6zoUaUaKM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6zoUaUaKM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6zoUaUaKM .modal-content {
  background: #00b4d8;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-v6zoUaUaKM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6zoUaUaKM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6zoUaUaKM .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6zoUaUaKM .modal-backdrop.show {
  opacity: .5;
}
.cid-v6zoUaUaKM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6zoUaUaKM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6zoUaUaKM .modal-header {
    padding: 1rem;
  }
}
.cid-v6zoUaUaKM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6zoUaUaKM .modal-header .close svg {
  fill: #000000;
}
.cid-v6zoUaUaKM .modal-header .close:hover {
  opacity: 1;
}
.cid-v6zoUaUaKM .modal-header .close:focus {
  outline: none;
}
.cid-v6zoUaUaKM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v6zoUaUaKM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6zoUaUaKM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6zoUaUaKM .modal-body {
    padding: 1rem;
  }
}
.cid-v6zoUaUaKM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6zoUaUaKM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6zoUaUaKM .modal-footer {
    padding: 1rem;
  }
}
.cid-v6zoUaUaKM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6zoUaUaKM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6zoUaUaKM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6zoUaUaKM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6zoUaUaKM .modal-lg,
  .cid-v6zoUaUaKM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6zoUaUaKM .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6zoUaUaKM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6zoUaUaKM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6zoUaUaKM .form-group {
  margin-bottom: 1rem;
}
.cid-v6zoUaUaKM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6zoUaUaKM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6zoUaUaKM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6zoUaUaKM .mbr-section-btn {
  margin: 0;
}
.cid-v6zoUaUaKM .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6zqPxWlch.popup-builder {
  background-color: #ffffff;
}
.cid-v6zqPxWlch.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6zqPxWlch.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-v6zqPxWlch .modal-content,
.cid-v6zqPxWlch .modal-dialog {
  height: auto;
}
.cid-v6zqPxWlch .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6zqPxWlch .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6zqPxWlch .form-wrapper .mbr-form .form-group,
  .cid-v6zqPxWlch .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6zqPxWlch .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6zqPxWlch .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6zqPxWlch .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-v6zqPxWlch .pt-0 {
  padding-top: 0 !important;
}
.cid-v6zqPxWlch .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6zqPxWlch .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6zqPxWlch .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6zqPxWlch .modal-open {
  overflow: hidden;
}
.cid-v6zqPxWlch .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6zqPxWlch .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6zqPxWlch .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-v6zqPxWlch .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6zqPxWlch .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6zqPxWlch .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6zqPxWlch .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6zqPxWlch .modal-content {
  background: #2a9d8f;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-v6zqPxWlch .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6zqPxWlch .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6zqPxWlch .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6zqPxWlch .modal-backdrop.show {
  opacity: .5;
}
.cid-v6zqPxWlch .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6zqPxWlch .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6zqPxWlch .modal-header {
    padding: 1rem;
  }
}
.cid-v6zqPxWlch .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6zqPxWlch .modal-header .close svg {
  fill: #000000;
}
.cid-v6zqPxWlch .modal-header .close:hover {
  opacity: 1;
}
.cid-v6zqPxWlch .modal-header .close:focus {
  outline: none;
}
.cid-v6zqPxWlch .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v6zqPxWlch .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6zqPxWlch .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6zqPxWlch .modal-body {
    padding: 1rem;
  }
}
.cid-v6zqPxWlch .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6zqPxWlch .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6zqPxWlch .modal-footer {
    padding: 1rem;
  }
}
.cid-v6zqPxWlch .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6zqPxWlch .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6zqPxWlch .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6zqPxWlch .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6zqPxWlch .modal-lg,
  .cid-v6zqPxWlch .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6zqPxWlch .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6zqPxWlch .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6zqPxWlch .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6zqPxWlch .form-group {
  margin-bottom: 1rem;
}
.cid-v6zqPxWlch .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6zqPxWlch .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6zqPxWlch .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6zqPxWlch .mbr-section-btn {
  margin: 0;
}
.cid-v6zqPxWlch .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6zr7zkFVk.popup-builder {
  background-color: #ffffff;
}
.cid-v6zr7zkFVk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6zr7zkFVk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-v6zr7zkFVk .modal-content,
.cid-v6zr7zkFVk .modal-dialog {
  height: auto;
}
.cid-v6zr7zkFVk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6zr7zkFVk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6zr7zkFVk .form-wrapper .mbr-form .form-group,
  .cid-v6zr7zkFVk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6zr7zkFVk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6zr7zkFVk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6zr7zkFVk .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-v6zr7zkFVk .pt-0 {
  padding-top: 0 !important;
}
.cid-v6zr7zkFVk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6zr7zkFVk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6zr7zkFVk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6zr7zkFVk .modal-open {
  overflow: hidden;
}
.cid-v6zr7zkFVk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6zr7zkFVk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6zr7zkFVk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-v6zr7zkFVk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6zr7zkFVk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6zr7zkFVk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6zr7zkFVk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6zr7zkFVk .modal-content {
  background: #00b4d8;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-v6zr7zkFVk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6zr7zkFVk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6zr7zkFVk .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6zr7zkFVk .modal-backdrop.show {
  opacity: .5;
}
.cid-v6zr7zkFVk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6zr7zkFVk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6zr7zkFVk .modal-header {
    padding: 1rem;
  }
}
.cid-v6zr7zkFVk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6zr7zkFVk .modal-header .close svg {
  fill: #000000;
}
.cid-v6zr7zkFVk .modal-header .close:hover {
  opacity: 1;
}
.cid-v6zr7zkFVk .modal-header .close:focus {
  outline: none;
}
.cid-v6zr7zkFVk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v6zr7zkFVk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6zr7zkFVk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6zr7zkFVk .modal-body {
    padding: 1rem;
  }
}
.cid-v6zr7zkFVk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6zr7zkFVk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6zr7zkFVk .modal-footer {
    padding: 1rem;
  }
}
.cid-v6zr7zkFVk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6zr7zkFVk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6zr7zkFVk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6zr7zkFVk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6zr7zkFVk .modal-lg,
  .cid-v6zr7zkFVk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6zr7zkFVk .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6zr7zkFVk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6zr7zkFVk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6zr7zkFVk .form-group {
  margin-bottom: 1rem;
}
.cid-v6zr7zkFVk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6zr7zkFVk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6zr7zkFVk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6zr7zkFVk .mbr-section-btn {
  margin: 0;
}
.cid-v6zr7zkFVk .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6KXTnHQAe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6KXTnHQAe .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;
}
@media (max-width: 767px) {
  .cid-v6KXTnHQAe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6KXTnHQAe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6KXTnHQAe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v6KXTnHQAe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6KXTnHQAe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6KXTnHQAe .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v6KXTnHQAe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v6KXTnHQAe .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v6KXTnHQAe .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6KXTnHQAe .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-v6KXTnHQAe .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #1e1e1e, #00b4d8, #0a2540);
}
.cid-v6KXTnHQAe .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v6KXTnHQAe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v6KXTnHQAe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v6KXTnHQAe .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #0a2540;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6KXTnHQAe .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v6KXTnHQAe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v6KXTnHQAe .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v6KXTnHQAe .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6KXTnHQAe .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v6KXTnHQAe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6KXTnHQAe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v6KXTnHQAe .container,
.cid-v6KXTnHQAe .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #0a2540;
}
@media (max-width: 992px) {
  .cid-v6KXTnHQAe .container,
  .cid-v6KXTnHQAe .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v6KXTnHQAe .container,
  .cid-v6KXTnHQAe .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-v6KXTnHQAe .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-v6KXTnHQAe .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v6KXTnHQAe .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #0a2540;
  box-shadow: 0 1px 6px #ffffff;
}
.cid-v6KXTnHQAe .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-v6KXTnHQAe .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #ffffff !important;
  transition: all .3s ease;
}
.cid-v6KXTnHQAe .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-v6KXTnHQAe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-v6KXTnHQAe .nav-item:focus,
.cid-v6KXTnHQAe .nav-link:focus {
  outline: none;
}
.cid-v6KXTnHQAe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6KXTnHQAe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6KXTnHQAe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6KXTnHQAe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6KXTnHQAe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6KXTnHQAe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6KXTnHQAe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v6KXTnHQAe .navbar.opened {
  transition: all 0.3s;
}
.cid-v6KXTnHQAe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6KXTnHQAe .navbar .navbar-logo img {
  width: auto;
}
.cid-v6KXTnHQAe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v6KXTnHQAe .navbar.collapsed {
  justify-content: center;
}
.cid-v6KXTnHQAe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6KXTnHQAe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6KXTnHQAe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-v6KXTnHQAe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6KXTnHQAe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6KXTnHQAe .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-v6KXTnHQAe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6KXTnHQAe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6KXTnHQAe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6KXTnHQAe .navbar {
    min-height: 72px;
  }
  .cid-v6KXTnHQAe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6KXTnHQAe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6KXTnHQAe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6KXTnHQAe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6KXTnHQAe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6KXTnHQAe .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-v6KXTnHQAe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6KXTnHQAe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6KXTnHQAe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6KXTnHQAe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6KXTnHQAe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6KXTnHQAe .dropdown-item.active,
.cid-v6KXTnHQAe .dropdown-item:active {
  background-color: transparent;
}
.cid-v6KXTnHQAe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6KXTnHQAe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6KXTnHQAe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6KXTnHQAe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v6KXTnHQAe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6KXTnHQAe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v6KXTnHQAe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6KXTnHQAe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6KXTnHQAe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6KXTnHQAe .navbar-buttons {
    text-align: left;
  }
}
.cid-v6KXTnHQAe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6KXTnHQAe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b4d8;
}
.cid-v6KXTnHQAe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6KXTnHQAe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6KXTnHQAe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6KXTnHQAe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6KXTnHQAe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6KXTnHQAe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6KXTnHQAe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6KXTnHQAe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6KXTnHQAe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6KXTnHQAe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6KXTnHQAe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6KXTnHQAe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6KXTnHQAe .navbar {
    height: 77px;
  }
  .cid-v6KXTnHQAe .navbar.opened {
    height: auto;
  }
  .cid-v6KXTnHQAe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6KXTnHQAe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v6KXTnHQAe .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v6KXTnHQAe .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v6KXTnHQAe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6KXTnHQAe .navbar-brand {
    margin-right: auto;
  }
  .cid-v6KXTnHQAe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0a2540;
    backdrop-filter: blur(8px);
  }
  .cid-v6KXTnHQAe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6KXTnHQAe .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v6KXTnHQAe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v6KXTnHQAe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6KXTrvMSs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt20image20dec20292020252012-05-2820pm-800x533.webp");
}
.cid-v6KXTrvMSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6KXTrvMSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6KXTrvMSs .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6KXTrvMSs .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6KXTrvMSs .title-wrapper {
    width: 100%;
  }
}
.cid-v6KXTrvMSs .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f 50%, #00b4d8);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6KXTrvMSs .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6KXTrvMSs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6KXTrvMSs .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6KXTrvMSs .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6KXTrvMSs .mbr-section-title {
  color: #ffffff;
}
.cid-v6KXTrvMSs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v6KXTrvMSs .mbr-section-title,
.cid-v6KXTrvMSs .mbr-section-btn,
.cid-v6KXTrvMSs .subtitle-wrapper {
  text-align: center;
}
.cid-v6L4jf4VBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L4jf4VBM .container {
    padding: 0 24px;
  }
}
.cid-v6L4jf4VBM .card {
  justify-content: center;
}
.cid-v6L4jf4VBM .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-v6L4jf4VBM .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-v6L4jf4VBM .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L4jf4VBM .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v6L4jf4VBM .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v6L4jf4VBM .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-v6L4jf4VBM .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v6L4jf4VBM .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6L4jf4VBM .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-v6L4jf4VBM .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L4jf4VBM .mbr-desc {
  color: #F9F6E0;
}
.cid-v6L4jf4VBM .mbr-text {
  color: #ffffff;
}
.cid-v6L4jf4VBM .mbr-section-btn {
  text-align: right;
}
.cid-v6L4iDuR3A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt20image20dec20272020252011-56-3120am-800x533.webp");
}
.cid-v6L4iDuR3A .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L4iDuR3A .container {
    padding: 0 24px;
  }
}
.cid-v6L4iDuR3A .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6L4iDuR3A .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6L4iDuR3A .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L4iDuR3A .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6L4iDuR3A .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v6L4iDuR3A .mbr-section-btn {
    text-align: left;
  }
}
.cid-v6L4iDuR3A .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L4iDuR3A .mbr-text {
  color: #ffffff;
}
.cid-v6L4iDuR3A .mbr-section-title,
.cid-v6L4iDuR3A .mbr-section-btn {
  color: #ffffff;
}
.cid-v6L4jSaF5M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-v6L4jSaF5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L4jSaF5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L4jSaF5M .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v6L4jSaF5M .row {
    margin: 0;
  }
}
.cid-v6L4jSaF5M .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.cid-v6L4jSaF5M .row .card:nth-child(2) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L4jSaF5M .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
.cid-v6L4jSaF5M .row .card:nth-child(3) {
  border-top: 1px solid #ffffff;
}
.cid-v6L4jSaF5M .row .card:nth-child(4) {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L4jSaF5M .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.cid-v6L4jSaF5M .subtitle-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v6L4jSaF5M .subtitle-wrap {
    display: block;
  }
}
.cid-v6L4jSaF5M .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v6L4jSaF5M .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #ffffff;
    text-align: left;
  }
}
.cid-v6L4jSaF5M .content-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v6L4jSaF5M .content-wrapper {
    padding: 24px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.cid-v6L4jSaF5M .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L4jSaF5M .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6L4jSaF5M .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v6L4jSaF5M .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v6L4jSaF5M .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v6L4jSaF5M .content-wrapper .list {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v6L4jSaF5M .content-wrapper .list {
    margin-top: 24px;
  }
}
.cid-v6L4jSaF5M .content-wrapper .list .item {
  margin-bottom: 24px;
}
.cid-v6L4jSaF5M .content-wrapper .list .item .item-wrapper .card-box .title-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-v6L4jSaF5M .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-number {
  margin: 0 24px 0 0;
  color: transparent;
  -webkit-text-stroke: 1px #2a9d8f;
  -webkit-background-clip: text;
}
.cid-v6L4jSaF5M .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v6L4jSaF5M .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L4jSaF5M .mbr-section-subtitle {
  color: #00b4d8;
  text-align: center;
}
.cid-v6L4jSaF5M .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v6L4jSaF5M .card-text {
  color: #F9F6E0;
}
.cid-v6L4jSaF5M .card-text,
.cid-v6L4jSaF5M .card-box {
  color: #ffffff;
}
.cid-v6KXTs7oYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-2025-12-27-at-11.49.58-1500x998.webp");
}
.cid-v6KXTs7oYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6KXTs7oYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6KXTs7oYj .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v6KXTs7oYj .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6KXTs7oYj .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v6KXTs7oYj .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6KXTs7oYj .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6KXTs7oYj .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6KXTs7oYj .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6KXTs7oYj .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6KXTs7oYj .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6KXTs7oYj .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6KXTs7oYj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6KXTs7oYj .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, #00b4d8, #2a9d8f 50%, #00b4d8);
}
.cid-v6KXTs7oYj .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6KXTs7oYj .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6KXTs7oYj .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cid-v6KXTs7oYj .items-wrapper .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cid-v6KXTs7oYj .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v6KXTs7oYj .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v6KXTs7oYj .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cid-v6KXTs7oYj .items-wrapper .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-v6KXTs7oYj .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
.cid-v6KXTs7oYj .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#00b4d8, #2a9d8f, #00b4d8);
}
.cid-v6KXTs7oYj .items-wrapper .item .item-wrapper .title-wrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6KXTs7oYj .items-wrapper .item .item-wrapper .title-wrap {
    margin-bottom: 22px;
  }
}
.cid-v6KXTs7oYj .items-wrapper .item .item-wrapper .title-wrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6KXTs7oYj .items-wrapper .item .item-wrapper .title-wrap .title {
    padding: 10px 16px;
  }
}
.cid-v6KXTs7oYj .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6KXTs7oYj .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6KXTs7oYj .items-wrapper .item .item-wrapper .title-wrap .title .item-title {
  margin-bottom: 0;
}
.cid-v6KXTs7oYj .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v6KXTs7oYj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-v6KXTs7oYj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v6KXTs7oYj .btn-wrapper {
  margin-top: -12%;
}
.cid-v6KXTs7oYj .mbr-label,
.cid-v6KXTs7oYj .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v6KXTs7oYj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v6KXTs7oYj .mbr-section-subtitle,
.cid-v6KXTs7oYj .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v6KXTs7oYj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v6KXTs7oYj .item-title {
  color: #1a0b54;
}
.cid-v6KXTs7oYj .item-text {
  color: #ffffff;
}
.cid-v6KXTs7oYj .item-title,
.cid-v6KXTs7oYj .title-wrap {
  text-align: left;
}
.cid-v6KXTx2ypN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-v6KXTx2ypN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6KXTx2ypN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6KXTx2ypN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6KXTx2ypN .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6KXTx2ypN .content-wrapper {
    width: 100%;
  }
}
.cid-v6KXTx2ypN .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6KXTx2ypN .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-v6KXTx2ypN .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6KXTx2ypN .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6KXTx2ypN .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-v6KXTx2ypN .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f 50%, #00b4d8);
}
@media (max-width: 992px) {
  .cid-v6KXTx2ypN .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6KXTx2ypN .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6KXTx2ypN .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6KXTx2ypN .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-v6KXTx2ypN .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v6KXTx2ypN .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-v6KXTx2ypN .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-v6KXTx2ypN .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v6KXTx2ypN .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v6KXTx2ypN .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v6KXTx2ypN .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v6KXTx2ypN .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v6KXTx2ypN .mbr-section-title {
  color: #ffffff;
}
.cid-v6KXTx2ypN .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v6KXTx2ypN .mbr-section-title,
.cid-v6KXTx2ypN .logo-wrapper,
.cid-v6KXTx2ypN .social-wrapper,
.cid-v6KXTx2ypN .title-wrapper {
  text-align: center;
}
.cid-v6L7MUrnhO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6L7MUrnhO .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;
}
@media (max-width: 767px) {
  .cid-v6L7MUrnhO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6L7MUrnhO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6L7MUrnhO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v6L7MUrnhO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6L7MUrnhO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6L7MUrnhO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v6L7MUrnhO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v6L7MUrnhO .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v6L7MUrnhO .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6L7MUrnhO .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-v6L7MUrnhO .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #1e1e1e, #00b4d8, #0a2540);
}
.cid-v6L7MUrnhO .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v6L7MUrnhO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v6L7MUrnhO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v6L7MUrnhO .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #0a2540;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6L7MUrnhO .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v6L7MUrnhO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v6L7MUrnhO .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v6L7MUrnhO .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6L7MUrnhO .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v6L7MUrnhO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6L7MUrnhO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v6L7MUrnhO .container,
.cid-v6L7MUrnhO .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #0a2540;
}
@media (max-width: 992px) {
  .cid-v6L7MUrnhO .container,
  .cid-v6L7MUrnhO .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v6L7MUrnhO .container,
  .cid-v6L7MUrnhO .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-v6L7MUrnhO .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-v6L7MUrnhO .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v6L7MUrnhO .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #0a2540;
  box-shadow: 0 1px 6px #ffffff;
}
.cid-v6L7MUrnhO .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-v6L7MUrnhO .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #ffffff !important;
  transition: all .3s ease;
}
.cid-v6L7MUrnhO .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-v6L7MUrnhO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-v6L7MUrnhO .nav-item:focus,
.cid-v6L7MUrnhO .nav-link:focus {
  outline: none;
}
.cid-v6L7MUrnhO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6L7MUrnhO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6L7MUrnhO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6L7MUrnhO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6L7MUrnhO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6L7MUrnhO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6L7MUrnhO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v6L7MUrnhO .navbar.opened {
  transition: all 0.3s;
}
.cid-v6L7MUrnhO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6L7MUrnhO .navbar .navbar-logo img {
  width: auto;
}
.cid-v6L7MUrnhO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v6L7MUrnhO .navbar.collapsed {
  justify-content: center;
}
.cid-v6L7MUrnhO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6L7MUrnhO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6L7MUrnhO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-v6L7MUrnhO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6L7MUrnhO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6L7MUrnhO .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-v6L7MUrnhO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6L7MUrnhO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6L7MUrnhO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6L7MUrnhO .navbar {
    min-height: 72px;
  }
  .cid-v6L7MUrnhO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6L7MUrnhO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6L7MUrnhO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6L7MUrnhO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6L7MUrnhO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6L7MUrnhO .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-v6L7MUrnhO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6L7MUrnhO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6L7MUrnhO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6L7MUrnhO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6L7MUrnhO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6L7MUrnhO .dropdown-item.active,
.cid-v6L7MUrnhO .dropdown-item:active {
  background-color: transparent;
}
.cid-v6L7MUrnhO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6L7MUrnhO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6L7MUrnhO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6L7MUrnhO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v6L7MUrnhO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6L7MUrnhO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v6L7MUrnhO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6L7MUrnhO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6L7MUrnhO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6L7MUrnhO .navbar-buttons {
    text-align: left;
  }
}
.cid-v6L7MUrnhO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6L7MUrnhO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b4d8;
}
.cid-v6L7MUrnhO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6L7MUrnhO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6L7MUrnhO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6L7MUrnhO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6L7MUrnhO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6L7MUrnhO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6L7MUrnhO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6L7MUrnhO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6L7MUrnhO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6L7MUrnhO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6L7MUrnhO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6L7MUrnhO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6L7MUrnhO .navbar {
    height: 77px;
  }
  .cid-v6L7MUrnhO .navbar.opened {
    height: auto;
  }
  .cid-v6L7MUrnhO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6L7MUrnhO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v6L7MUrnhO .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v6L7MUrnhO .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v6L7MUrnhO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6L7MUrnhO .navbar-brand {
    margin-right: auto;
  }
  .cid-v6L7MUrnhO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0a2540;
    backdrop-filter: blur(8px);
  }
  .cid-v6L7MUrnhO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6L7MUrnhO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v6L7MUrnhO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v6L7MUrnhO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6L7MVgTPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt20image20dec20272020252011-58-5020am-800x533.webp");
}
.cid-v6L7MVgTPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7MVgTPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6L7MVgTPk .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6L7MVgTPk .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7MVgTPk .title-wrapper {
    width: 100%;
  }
}
.cid-v6L7MVgTPk .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f 50%, #00b4d8);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7MVgTPk .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6L7MVgTPk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6L7MVgTPk .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7MVgTPk .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6L7MVgTPk .mbr-section-title {
  color: #ffffff;
}
.cid-v6L7MVgTPk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7MVgTPk .mbr-section-title,
.cid-v6L7MVgTPk .mbr-section-btn,
.cid-v6L7MVgTPk .subtitle-wrapper {
  text-align: center;
}
.cid-v6L7MVVfmC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L7MVVfmC .container {
    padding: 0 24px;
  }
}
.cid-v6L7MVVfmC .card {
  justify-content: center;
}
.cid-v6L7MVVfmC .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-v6L7MVVfmC .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-v6L7MVVfmC .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L7MVVfmC .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v6L7MVVfmC .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7MVVfmC .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-v6L7MVVfmC .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v6L7MVVfmC .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6L7MVVfmC .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-v6L7MVVfmC .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L7MVVfmC .mbr-desc {
  color: #F9F6E0;
}
.cid-v6L7MVVfmC .mbr-text {
  color: #ffffff;
}
.cid-v6L7MVVfmC .mbr-section-btn {
  text-align: right;
}
.cid-v6L7MWApmI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-v6L7MWApmI .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L7MWApmI .container {
    padding: 0 24px;
  }
}
.cid-v6L7MWApmI .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6L7MWApmI .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6L7MWApmI .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L7MWApmI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6L7MWApmI .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v6L7MWApmI .mbr-section-btn {
    text-align: left;
  }
}
.cid-v6L7MWApmI .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L7MWApmI .mbr-text {
  color: #ffffff;
}
.cid-v6L7MWApmI .mbr-section-title,
.cid-v6L7MWApmI .mbr-section-btn {
  color: #ffffff;
}
.cid-v6L7MXcqre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-v6L7MXcqre .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7MXcqre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L7MXcqre .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v6L7MXcqre .row {
    margin: 0;
  }
}
.cid-v6L7MXcqre .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.cid-v6L7MXcqre .row .card:nth-child(2) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7MXcqre .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
.cid-v6L7MXcqre .row .card:nth-child(3) {
  border-top: 1px solid #ffffff;
}
.cid-v6L7MXcqre .row .card:nth-child(4) {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7MXcqre .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.cid-v6L7MXcqre .subtitle-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v6L7MXcqre .subtitle-wrap {
    display: block;
  }
}
.cid-v6L7MXcqre .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v6L7MXcqre .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #ffffff;
    text-align: left;
  }
}
.cid-v6L7MXcqre .content-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7MXcqre .content-wrapper {
    padding: 24px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.cid-v6L7MXcqre .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L7MXcqre .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6L7MXcqre .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v6L7MXcqre .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7MXcqre .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v6L7MXcqre .content-wrapper .list {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7MXcqre .content-wrapper .list {
    margin-top: 24px;
  }
}
.cid-v6L7MXcqre .content-wrapper .list .item {
  margin-bottom: 24px;
}
.cid-v6L7MXcqre .content-wrapper .list .item .item-wrapper .card-box .title-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-v6L7MXcqre .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-number {
  margin: 0 24px 0 0;
  color: transparent;
  -webkit-text-stroke: 1px #2a9d8f;
  -webkit-background-clip: text;
}
.cid-v6L7MXcqre .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v6L7MXcqre .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L7MXcqre .mbr-section-subtitle {
  color: #00b4d8;
  text-align: center;
}
.cid-v6L7MXcqre .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v6L7MXcqre .card-text {
  color: #F9F6E0;
}
.cid-v6L7MXcqre .card-text,
.cid-v6L7MXcqre .card-box {
  color: #ffffff;
}
.cid-v6L7MY8kCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-2025-12-27-at-11.49.58-1500x998.webp");
}
.cid-v6L7MY8kCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7MY8kCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6L7MY8kCV .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v6L7MY8kCV .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7MY8kCV .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v6L7MY8kCV .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7MY8kCV .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6L7MY8kCV .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7MY8kCV .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6L7MY8kCV .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6L7MY8kCV .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6L7MY8kCV .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6L7MY8kCV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6L7MY8kCV .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, #00b4d8, #2a9d8f 50%, #00b4d8);
}
.cid-v6L7MY8kCV .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6L7MY8kCV .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6L7MY8kCV .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cid-v6L7MY8kCV .items-wrapper .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cid-v6L7MY8kCV .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7MY8kCV .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v6L7MY8kCV .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cid-v6L7MY8kCV .items-wrapper .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-v6L7MY8kCV .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
.cid-v6L7MY8kCV .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#2a9d8f, #00b4d8, #2a9d8f);
}
.cid-v6L7MY8kCV .items-wrapper .item .item-wrapper .title-wrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7MY8kCV .items-wrapper .item .item-wrapper .title-wrap {
    margin-bottom: 22px;
  }
}
.cid-v6L7MY8kCV .items-wrapper .item .item-wrapper .title-wrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7MY8kCV .items-wrapper .item .item-wrapper .title-wrap .title {
    padding: 10px 16px;
  }
}
.cid-v6L7MY8kCV .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6L7MY8kCV .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6L7MY8kCV .items-wrapper .item .item-wrapper .title-wrap .title .item-title {
  margin-bottom: 0;
}
.cid-v6L7MY8kCV .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v6L7MY8kCV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-v6L7MY8kCV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v6L7MY8kCV .btn-wrapper {
  margin-top: -12%;
}
.cid-v6L7MY8kCV .mbr-label,
.cid-v6L7MY8kCV .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v6L7MY8kCV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7MY8kCV .mbr-section-subtitle,
.cid-v6L7MY8kCV .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v6L7MY8kCV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7MY8kCV .item-title {
  color: #1a0b54;
}
.cid-v6L7MY8kCV .item-text {
  color: #ffffff;
}
.cid-v6L7MY8kCV .item-title,
.cid-v6L7MY8kCV .title-wrap {
  text-align: left;
}
.cid-v6L7MZ0OUD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-v6L7MZ0OUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7MZ0OUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6L7MZ0OUD .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6L7MZ0OUD .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7MZ0OUD .content-wrapper {
    width: 100%;
  }
}
.cid-v6L7MZ0OUD .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6L7MZ0OUD .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-v6L7MZ0OUD .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7MZ0OUD .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6L7MZ0OUD .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-v6L7MZ0OUD .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f 50%, #00b4d8);
}
@media (max-width: 992px) {
  .cid-v6L7MZ0OUD .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6L7MZ0OUD .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7MZ0OUD .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6L7MZ0OUD .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-v6L7MZ0OUD .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v6L7MZ0OUD .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-v6L7MZ0OUD .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-v6L7MZ0OUD .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v6L7MZ0OUD .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v6L7MZ0OUD .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v6L7MZ0OUD .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v6L7MZ0OUD .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v6L7MZ0OUD .mbr-section-title {
  color: #ffffff;
}
.cid-v6L7MZ0OUD .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7MZ0OUD .mbr-section-title,
.cid-v6L7MZ0OUD .logo-wrapper,
.cid-v6L7MZ0OUD .social-wrapper,
.cid-v6L7MZ0OUD .title-wrapper {
  text-align: center;
}
.cid-v6L7R1Gnx2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6L7R1Gnx2 .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;
}
@media (max-width: 767px) {
  .cid-v6L7R1Gnx2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6L7R1Gnx2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6L7R1Gnx2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v6L7R1Gnx2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6L7R1Gnx2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6L7R1Gnx2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v6L7R1Gnx2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v6L7R1Gnx2 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v6L7R1Gnx2 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6L7R1Gnx2 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-v6L7R1Gnx2 .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #1e1e1e, #00b4d8, #0a2540);
}
.cid-v6L7R1Gnx2 .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v6L7R1Gnx2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v6L7R1Gnx2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v6L7R1Gnx2 .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #0a2540;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6L7R1Gnx2 .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v6L7R1Gnx2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v6L7R1Gnx2 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v6L7R1Gnx2 .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6L7R1Gnx2 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v6L7R1Gnx2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6L7R1Gnx2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v6L7R1Gnx2 .container,
.cid-v6L7R1Gnx2 .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #0a2540;
}
@media (max-width: 992px) {
  .cid-v6L7R1Gnx2 .container,
  .cid-v6L7R1Gnx2 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v6L7R1Gnx2 .container,
  .cid-v6L7R1Gnx2 .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-v6L7R1Gnx2 .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-v6L7R1Gnx2 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v6L7R1Gnx2 .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #0a2540;
  box-shadow: 0 1px 6px #ffffff;
}
.cid-v6L7R1Gnx2 .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-v6L7R1Gnx2 .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #ffffff !important;
  transition: all .3s ease;
}
.cid-v6L7R1Gnx2 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-v6L7R1Gnx2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-v6L7R1Gnx2 .nav-item:focus,
.cid-v6L7R1Gnx2 .nav-link:focus {
  outline: none;
}
.cid-v6L7R1Gnx2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6L7R1Gnx2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6L7R1Gnx2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6L7R1Gnx2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6L7R1Gnx2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6L7R1Gnx2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6L7R1Gnx2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v6L7R1Gnx2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v6L7R1Gnx2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6L7R1Gnx2 .navbar .navbar-logo img {
  width: auto;
}
.cid-v6L7R1Gnx2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v6L7R1Gnx2 .navbar.collapsed {
  justify-content: center;
}
.cid-v6L7R1Gnx2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6L7R1Gnx2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6L7R1Gnx2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-v6L7R1Gnx2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6L7R1Gnx2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6L7R1Gnx2 .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-v6L7R1Gnx2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6L7R1Gnx2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6L7R1Gnx2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6L7R1Gnx2 .navbar {
    min-height: 72px;
  }
  .cid-v6L7R1Gnx2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6L7R1Gnx2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6L7R1Gnx2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6L7R1Gnx2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6L7R1Gnx2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6L7R1Gnx2 .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-v6L7R1Gnx2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6L7R1Gnx2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6L7R1Gnx2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6L7R1Gnx2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6L7R1Gnx2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6L7R1Gnx2 .dropdown-item.active,
.cid-v6L7R1Gnx2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v6L7R1Gnx2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6L7R1Gnx2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6L7R1Gnx2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6L7R1Gnx2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v6L7R1Gnx2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6L7R1Gnx2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v6L7R1Gnx2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6L7R1Gnx2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6L7R1Gnx2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6L7R1Gnx2 .navbar-buttons {
    text-align: left;
  }
}
.cid-v6L7R1Gnx2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6L7R1Gnx2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b4d8;
}
.cid-v6L7R1Gnx2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6L7R1Gnx2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6L7R1Gnx2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6L7R1Gnx2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6L7R1Gnx2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6L7R1Gnx2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6L7R1Gnx2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6L7R1Gnx2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6L7R1Gnx2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6L7R1Gnx2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6L7R1Gnx2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6L7R1Gnx2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6L7R1Gnx2 .navbar {
    height: 77px;
  }
  .cid-v6L7R1Gnx2 .navbar.opened {
    height: auto;
  }
  .cid-v6L7R1Gnx2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6L7R1Gnx2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v6L7R1Gnx2 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v6L7R1Gnx2 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v6L7R1Gnx2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6L7R1Gnx2 .navbar-brand {
    margin-right: auto;
  }
  .cid-v6L7R1Gnx2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0a2540;
    backdrop-filter: blur(8px);
  }
  .cid-v6L7R1Gnx2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6L7R1Gnx2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v6L7R1Gnx2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v6L7R1Gnx2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6L7R2zHTd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt20image20dec20292020252012-10-3220pm-800x533.webp");
}
.cid-v6L7R2zHTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7R2zHTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6L7R2zHTd .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6L7R2zHTd .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7R2zHTd .title-wrapper {
    width: 100%;
  }
}
.cid-v6L7R2zHTd .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f 50%, #00b4d8);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7R2zHTd .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6L7R2zHTd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6L7R2zHTd .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7R2zHTd .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6L7R2zHTd .mbr-section-title {
  color: #ffffff;
}
.cid-v6L7R2zHTd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7R2zHTd .mbr-section-title,
.cid-v6L7R2zHTd .mbr-section-btn,
.cid-v6L7R2zHTd .subtitle-wrapper {
  text-align: center;
}
.cid-v6L7R3ggPs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L7R3ggPs .container {
    padding: 0 24px;
  }
}
.cid-v6L7R3ggPs .card {
  justify-content: center;
}
.cid-v6L7R3ggPs .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-v6L7R3ggPs .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-v6L7R3ggPs .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L7R3ggPs .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v6L7R3ggPs .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7R3ggPs .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-v6L7R3ggPs .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v6L7R3ggPs .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6L7R3ggPs .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-v6L7R3ggPs .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L7R3ggPs .mbr-desc {
  color: #F9F6E0;
}
.cid-v6L7R3ggPs .mbr-text {
  color: #ffffff;
}
.cid-v6L7R3ggPs .mbr-section-btn {
  text-align: right;
}
.cid-v6L7R3U7eg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
}
.cid-v6L7R3U7eg .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L7R3U7eg .container {
    padding: 0 24px;
  }
}
.cid-v6L7R3U7eg .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6L7R3U7eg .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6L7R3U7eg .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L7R3U7eg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6L7R3U7eg .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v6L7R3U7eg .mbr-section-btn {
    text-align: left;
  }
}
.cid-v6L7R3U7eg .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L7R3U7eg .mbr-text {
  color: #ffffff;
}
.cid-v6L7R3U7eg .mbr-section-title,
.cid-v6L7R3U7eg .mbr-section-btn {
  color: #ffffff;
}
.cid-v6L7R4vqc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-v6L7R4vqc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7R4vqc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L7R4vqc1 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v6L7R4vqc1 .row {
    margin: 0;
  }
}
.cid-v6L7R4vqc1 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.cid-v6L7R4vqc1 .row .card:nth-child(2) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7R4vqc1 .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
.cid-v6L7R4vqc1 .row .card:nth-child(3) {
  border-top: 1px solid #ffffff;
}
.cid-v6L7R4vqc1 .row .card:nth-child(4) {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7R4vqc1 .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.cid-v6L7R4vqc1 .subtitle-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v6L7R4vqc1 .subtitle-wrap {
    display: block;
  }
}
.cid-v6L7R4vqc1 .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v6L7R4vqc1 .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #ffffff;
    text-align: left;
  }
}
.cid-v6L7R4vqc1 .content-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7R4vqc1 .content-wrapper {
    padding: 24px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.cid-v6L7R4vqc1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L7R4vqc1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6L7R4vqc1 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v6L7R4vqc1 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7R4vqc1 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v6L7R4vqc1 .content-wrapper .list {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7R4vqc1 .content-wrapper .list {
    margin-top: 24px;
  }
}
.cid-v6L7R4vqc1 .content-wrapper .list .item {
  margin-bottom: 24px;
}
.cid-v6L7R4vqc1 .content-wrapper .list .item .item-wrapper .card-box .title-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-v6L7R4vqc1 .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-number {
  margin: 0 24px 0 0;
  color: transparent;
  -webkit-text-stroke: 1px #2a9d8f;
  -webkit-background-clip: text;
}
.cid-v6L7R4vqc1 .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v6L7R4vqc1 .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L7R4vqc1 .mbr-section-subtitle {
  color: #00b4d8;
  text-align: center;
}
.cid-v6L7R4vqc1 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v6L7R4vqc1 .card-text {
  color: #F9F6E0;
}
.cid-v6L7R4vqc1 .card-text,
.cid-v6L7R4vqc1 .card-box {
  color: #ffffff;
}
.cid-v6L7R5hs5b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-2025-12-27-at-11.49.58-1500x998.webp");
}
.cid-v6L7R5hs5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7R5hs5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6L7R5hs5b .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v6L7R5hs5b .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7R5hs5b .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v6L7R5hs5b .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7R5hs5b .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6L7R5hs5b .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7R5hs5b .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6L7R5hs5b .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6L7R5hs5b .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6L7R5hs5b .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6L7R5hs5b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6L7R5hs5b .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, #00b4d8, #2a9d8f 50%, #00b4d8);
}
.cid-v6L7R5hs5b .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6L7R5hs5b .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6L7R5hs5b .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cid-v6L7R5hs5b .items-wrapper .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cid-v6L7R5hs5b .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7R5hs5b .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v6L7R5hs5b .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cid-v6L7R5hs5b .items-wrapper .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-v6L7R5hs5b .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
.cid-v6L7R5hs5b .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#00b4d8, #2a9d8f, #00b4d8);
}
.cid-v6L7R5hs5b .items-wrapper .item .item-wrapper .title-wrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7R5hs5b .items-wrapper .item .item-wrapper .title-wrap {
    margin-bottom: 22px;
  }
}
.cid-v6L7R5hs5b .items-wrapper .item .item-wrapper .title-wrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7R5hs5b .items-wrapper .item .item-wrapper .title-wrap .title {
    padding: 10px 16px;
  }
}
.cid-v6L7R5hs5b .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6L7R5hs5b .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6L7R5hs5b .items-wrapper .item .item-wrapper .title-wrap .title .item-title {
  margin-bottom: 0;
}
.cid-v6L7R5hs5b .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v6L7R5hs5b .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-v6L7R5hs5b .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v6L7R5hs5b .btn-wrapper {
  margin-top: -12%;
}
.cid-v6L7R5hs5b .mbr-label,
.cid-v6L7R5hs5b .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v6L7R5hs5b .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7R5hs5b .mbr-section-subtitle,
.cid-v6L7R5hs5b .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v6L7R5hs5b .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7R5hs5b .item-title {
  color: #1a0b54;
}
.cid-v6L7R5hs5b .item-text {
  color: #ffffff;
}
.cid-v6L7R5hs5b .item-title,
.cid-v6L7R5hs5b .title-wrap {
  text-align: left;
}
.cid-v6L7R66DVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-v6L7R66DVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7R66DVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6L7R66DVk .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6L7R66DVk .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7R66DVk .content-wrapper {
    width: 100%;
  }
}
.cid-v6L7R66DVk .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6L7R66DVk .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-v6L7R66DVk .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7R66DVk .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6L7R66DVk .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-v6L7R66DVk .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f 50%, #00b4d8);
}
@media (max-width: 992px) {
  .cid-v6L7R66DVk .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6L7R66DVk .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7R66DVk .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6L7R66DVk .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-v6L7R66DVk .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v6L7R66DVk .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-v6L7R66DVk .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-v6L7R66DVk .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v6L7R66DVk .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v6L7R66DVk .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v6L7R66DVk .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v6L7R66DVk .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v6L7R66DVk .mbr-section-title {
  color: #ffffff;
}
.cid-v6L7R66DVk .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7R66DVk .mbr-section-title,
.cid-v6L7R66DVk .logo-wrapper,
.cid-v6L7R66DVk .social-wrapper,
.cid-v6L7R66DVk .title-wrapper {
  text-align: center;
}
.cid-v6L7VNNrZK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6L7VNNrZK .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;
}
@media (max-width: 767px) {
  .cid-v6L7VNNrZK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6L7VNNrZK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6L7VNNrZK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v6L7VNNrZK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6L7VNNrZK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6L7VNNrZK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v6L7VNNrZK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v6L7VNNrZK .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v6L7VNNrZK .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6L7VNNrZK .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-v6L7VNNrZK .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #1e1e1e, #00b4d8, #0a2540);
}
.cid-v6L7VNNrZK .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v6L7VNNrZK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v6L7VNNrZK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v6L7VNNrZK .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #0a2540;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6L7VNNrZK .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v6L7VNNrZK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v6L7VNNrZK .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v6L7VNNrZK .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6L7VNNrZK .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v6L7VNNrZK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6L7VNNrZK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v6L7VNNrZK .container,
.cid-v6L7VNNrZK .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #0a2540;
}
@media (max-width: 992px) {
  .cid-v6L7VNNrZK .container,
  .cid-v6L7VNNrZK .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v6L7VNNrZK .container,
  .cid-v6L7VNNrZK .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-v6L7VNNrZK .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-v6L7VNNrZK .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v6L7VNNrZK .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #0a2540;
  box-shadow: 0 1px 6px #ffffff;
}
.cid-v6L7VNNrZK .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-v6L7VNNrZK .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #ffffff !important;
  transition: all .3s ease;
}
.cid-v6L7VNNrZK .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-v6L7VNNrZK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-v6L7VNNrZK .nav-item:focus,
.cid-v6L7VNNrZK .nav-link:focus {
  outline: none;
}
.cid-v6L7VNNrZK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6L7VNNrZK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6L7VNNrZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6L7VNNrZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6L7VNNrZK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6L7VNNrZK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6L7VNNrZK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v6L7VNNrZK .navbar.opened {
  transition: all 0.3s;
}
.cid-v6L7VNNrZK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6L7VNNrZK .navbar .navbar-logo img {
  width: auto;
}
.cid-v6L7VNNrZK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v6L7VNNrZK .navbar.collapsed {
  justify-content: center;
}
.cid-v6L7VNNrZK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6L7VNNrZK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6L7VNNrZK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-v6L7VNNrZK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6L7VNNrZK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6L7VNNrZK .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-v6L7VNNrZK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6L7VNNrZK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6L7VNNrZK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6L7VNNrZK .navbar {
    min-height: 72px;
  }
  .cid-v6L7VNNrZK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6L7VNNrZK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6L7VNNrZK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6L7VNNrZK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6L7VNNrZK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6L7VNNrZK .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-v6L7VNNrZK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6L7VNNrZK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6L7VNNrZK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6L7VNNrZK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6L7VNNrZK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6L7VNNrZK .dropdown-item.active,
.cid-v6L7VNNrZK .dropdown-item:active {
  background-color: transparent;
}
.cid-v6L7VNNrZK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6L7VNNrZK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6L7VNNrZK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6L7VNNrZK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v6L7VNNrZK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6L7VNNrZK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v6L7VNNrZK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6L7VNNrZK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6L7VNNrZK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6L7VNNrZK .navbar-buttons {
    text-align: left;
  }
}
.cid-v6L7VNNrZK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6L7VNNrZK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b4d8;
}
.cid-v6L7VNNrZK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6L7VNNrZK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6L7VNNrZK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6L7VNNrZK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6L7VNNrZK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6L7VNNrZK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6L7VNNrZK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6L7VNNrZK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6L7VNNrZK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6L7VNNrZK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6L7VNNrZK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6L7VNNrZK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6L7VNNrZK .navbar {
    height: 77px;
  }
  .cid-v6L7VNNrZK .navbar.opened {
    height: auto;
  }
  .cid-v6L7VNNrZK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6L7VNNrZK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v6L7VNNrZK .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v6L7VNNrZK .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v6L7VNNrZK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6L7VNNrZK .navbar-brand {
    margin-right: auto;
  }
  .cid-v6L7VNNrZK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0a2540;
    backdrop-filter: blur(8px);
  }
  .cid-v6L7VNNrZK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6L7VNNrZK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v6L7VNNrZK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v6L7VNNrZK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6L7VP426l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt20image20dec20292020252012-13-4120pm-800x533.webp");
}
.cid-v6L7VP426l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7VP426l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6L7VP426l .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6L7VP426l .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7VP426l .title-wrapper {
    width: 100%;
  }
}
.cid-v6L7VP426l .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f 50%, #00b4d8);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7VP426l .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6L7VP426l .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6L7VP426l .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7VP426l .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6L7VP426l .mbr-section-title {
  color: #ffffff;
}
.cid-v6L7VP426l .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7VP426l .mbr-section-title,
.cid-v6L7VP426l .mbr-section-btn,
.cid-v6L7VP426l .subtitle-wrapper {
  text-align: center;
}
.cid-v6L7VPHmB8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L7VPHmB8 .container {
    padding: 0 24px;
  }
}
.cid-v6L7VPHmB8 .card {
  justify-content: center;
}
.cid-v6L7VPHmB8 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-v6L7VPHmB8 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-v6L7VPHmB8 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L7VPHmB8 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v6L7VPHmB8 .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7VPHmB8 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-v6L7VPHmB8 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v6L7VPHmB8 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6L7VPHmB8 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-v6L7VPHmB8 .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L7VPHmB8 .mbr-desc {
  color: #F9F6E0;
}
.cid-v6L7VPHmB8 .mbr-text {
  color: #ffffff;
}
.cid-v6L7VPHmB8 .mbr-section-btn {
  text-align: right;
}
.cid-v6L7VQksUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt20image20dec20292020252012-16-0120pm-800x533.webp");
}
.cid-v6L7VQksUO .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L7VQksUO .container {
    padding: 0 24px;
  }
}
.cid-v6L7VQksUO .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6L7VQksUO .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6L7VQksUO .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L7VQksUO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6L7VQksUO .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v6L7VQksUO .mbr-section-btn {
    text-align: left;
  }
}
.cid-v6L7VQksUO .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L7VQksUO .mbr-text {
  color: #ffffff;
}
.cid-v6L7VQksUO .mbr-section-title,
.cid-v6L7VQksUO .mbr-section-btn {
  color: #ffffff;
}
.cid-v6L7VRhfD2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-v6L7VRhfD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7VRhfD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v6L7VRhfD2 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v6L7VRhfD2 .row {
    margin: 0;
  }
}
.cid-v6L7VRhfD2 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.cid-v6L7VRhfD2 .row .card:nth-child(2) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7VRhfD2 .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
.cid-v6L7VRhfD2 .row .card:nth-child(3) {
  border-top: 1px solid #ffffff;
}
.cid-v6L7VRhfD2 .row .card:nth-child(4) {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7VRhfD2 .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.cid-v6L7VRhfD2 .subtitle-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v6L7VRhfD2 .subtitle-wrap {
    display: block;
  }
}
.cid-v6L7VRhfD2 .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v6L7VRhfD2 .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #ffffff;
    text-align: left;
  }
}
.cid-v6L7VRhfD2 .content-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7VRhfD2 .content-wrapper {
    padding: 24px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.cid-v6L7VRhfD2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6L7VRhfD2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6L7VRhfD2 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v6L7VRhfD2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7VRhfD2 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v6L7VRhfD2 .content-wrapper .list {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v6L7VRhfD2 .content-wrapper .list {
    margin-top: 24px;
  }
}
.cid-v6L7VRhfD2 .content-wrapper .list .item {
  margin-bottom: 24px;
}
.cid-v6L7VRhfD2 .content-wrapper .list .item .item-wrapper .card-box .title-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-v6L7VRhfD2 .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-number {
  margin: 0 24px 0 0;
  color: transparent;
  -webkit-text-stroke: 1px #2a9d8f;
  -webkit-background-clip: text;
}
.cid-v6L7VRhfD2 .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v6L7VRhfD2 .mbr-section-title {
  color: #F9F6E0;
}
.cid-v6L7VRhfD2 .mbr-section-subtitle {
  color: #00b4d8;
  text-align: center;
}
.cid-v6L7VRhfD2 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v6L7VRhfD2 .card-text {
  color: #F9F6E0;
}
.cid-v6L7VRhfD2 .card-text,
.cid-v6L7VRhfD2 .card-box {
  color: #ffffff;
}
.cid-v6L7VS1Hvl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-2025-12-27-at-11.49.58-1500x998.webp");
}
.cid-v6L7VS1Hvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7VS1Hvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6L7VS1Hvl .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v6L7VS1Hvl .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7VS1Hvl .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v6L7VS1Hvl .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7VS1Hvl .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6L7VS1Hvl .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7VS1Hvl .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6L7VS1Hvl .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6L7VS1Hvl .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6L7VS1Hvl .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6L7VS1Hvl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6L7VS1Hvl .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, #00b4d8, #2a9d8f 50%, #00b4d8);
}
.cid-v6L7VS1Hvl .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6L7VS1Hvl .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6L7VS1Hvl .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cid-v6L7VS1Hvl .items-wrapper .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cid-v6L7VS1Hvl .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7VS1Hvl .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
.cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#00b4d8, #2a9d8f, #00b4d8);
}
.cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper .title-wrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper .title-wrap {
    margin-bottom: 22px;
  }
}
.cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper .title-wrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper .title-wrap .title {
    padding: 10px 16px;
  }
}
.cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper .title-wrap .title .item-title {
  margin-bottom: 0;
}
.cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-v6L7VS1Hvl .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v6L7VS1Hvl .btn-wrapper {
  margin-top: -12%;
}
.cid-v6L7VS1Hvl .mbr-label,
.cid-v6L7VS1Hvl .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v6L7VS1Hvl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7VS1Hvl .mbr-section-subtitle,
.cid-v6L7VS1Hvl .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v6L7VS1Hvl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7VS1Hvl .item-title {
  color: #1a0b54;
}
.cid-v6L7VS1Hvl .item-text {
  color: #ffffff;
}
.cid-v6L7VS1Hvl .item-title,
.cid-v6L7VS1Hvl .title-wrap {
  text-align: left;
}
.cid-v6L7VSQzd9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-v6L7VSQzd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6L7VSQzd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6L7VSQzd9 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6L7VSQzd9 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6L7VSQzd9 .content-wrapper {
    width: 100%;
  }
}
.cid-v6L7VSQzd9 .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6L7VSQzd9 .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-v6L7VSQzd9 .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7VSQzd9 .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6L7VSQzd9 .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-v6L7VSQzd9 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f 50%, #00b4d8);
}
@media (max-width: 992px) {
  .cid-v6L7VSQzd9 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6L7VSQzd9 .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6L7VSQzd9 .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6L7VSQzd9 .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-v6L7VSQzd9 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v6L7VSQzd9 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-v6L7VSQzd9 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-v6L7VSQzd9 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v6L7VSQzd9 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v6L7VSQzd9 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v6L7VSQzd9 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v6L7VSQzd9 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v6L7VSQzd9 .mbr-section-title {
  color: #ffffff;
}
.cid-v6L7VSQzd9 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v6L7VSQzd9 .mbr-section-title,
.cid-v6L7VSQzd9 .logo-wrapper,
.cid-v6L7VSQzd9 .social-wrapper,
.cid-v6L7VSQzd9 .title-wrapper {
  text-align: center;
}
.cid-v9GLQXLQGA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v9GLQXLQGA .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;
}
@media (max-width: 767px) {
  .cid-v9GLQXLQGA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v9GLQXLQGA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9GLQXLQGA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v9GLQXLQGA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9GLQXLQGA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9GLQXLQGA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v9GLQXLQGA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v9GLQXLQGA .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v9GLQXLQGA .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v9GLQXLQGA .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-v9GLQXLQGA .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #1e1e1e, #00b4d8, #0a2540);
}
.cid-v9GLQXLQGA .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v9GLQXLQGA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v9GLQXLQGA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v9GLQXLQGA .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #0a2540;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v9GLQXLQGA .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v9GLQXLQGA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v9GLQXLQGA .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v9GLQXLQGA .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v9GLQXLQGA .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v9GLQXLQGA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v9GLQXLQGA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v9GLQXLQGA .container,
.cid-v9GLQXLQGA .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #0a2540;
}
@media (max-width: 992px) {
  .cid-v9GLQXLQGA .container,
  .cid-v9GLQXLQGA .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v9GLQXLQGA .container,
  .cid-v9GLQXLQGA .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-v9GLQXLQGA .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-v9GLQXLQGA .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v9GLQXLQGA .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #0a2540;
  box-shadow: 0 1px 6px #ffffff;
}
.cid-v9GLQXLQGA .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-v9GLQXLQGA .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #ffffff !important;
  transition: all .3s ease;
}
.cid-v9GLQXLQGA .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-v9GLQXLQGA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-v9GLQXLQGA .nav-item:focus,
.cid-v9GLQXLQGA .nav-link:focus {
  outline: none;
}
.cid-v9GLQXLQGA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9GLQXLQGA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9GLQXLQGA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9GLQXLQGA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9GLQXLQGA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9GLQXLQGA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9GLQXLQGA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v9GLQXLQGA .navbar.opened {
  transition: all 0.3s;
}
.cid-v9GLQXLQGA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9GLQXLQGA .navbar .navbar-logo img {
  width: auto;
}
.cid-v9GLQXLQGA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v9GLQXLQGA .navbar.collapsed {
  justify-content: center;
}
.cid-v9GLQXLQGA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9GLQXLQGA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9GLQXLQGA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-v9GLQXLQGA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9GLQXLQGA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9GLQXLQGA .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-v9GLQXLQGA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9GLQXLQGA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9GLQXLQGA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v9GLQXLQGA .navbar {
    min-height: 72px;
  }
  .cid-v9GLQXLQGA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v9GLQXLQGA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9GLQXLQGA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9GLQXLQGA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9GLQXLQGA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9GLQXLQGA .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-v9GLQXLQGA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9GLQXLQGA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v9GLQXLQGA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9GLQXLQGA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9GLQXLQGA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v9GLQXLQGA .dropdown-item.active,
.cid-v9GLQXLQGA .dropdown-item:active {
  background-color: transparent;
}
.cid-v9GLQXLQGA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9GLQXLQGA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9GLQXLQGA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9GLQXLQGA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v9GLQXLQGA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v9GLQXLQGA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v9GLQXLQGA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v9GLQXLQGA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9GLQXLQGA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v9GLQXLQGA .navbar-buttons {
    text-align: left;
  }
}
.cid-v9GLQXLQGA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9GLQXLQGA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00b4d8;
}
.cid-v9GLQXLQGA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9GLQXLQGA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9GLQXLQGA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9GLQXLQGA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9GLQXLQGA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9GLQXLQGA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9GLQXLQGA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9GLQXLQGA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9GLQXLQGA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9GLQXLQGA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9GLQXLQGA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9GLQXLQGA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9GLQXLQGA .navbar {
    height: 77px;
  }
  .cid-v9GLQXLQGA .navbar.opened {
    height: auto;
  }
  .cid-v9GLQXLQGA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v9GLQXLQGA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v9GLQXLQGA .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v9GLQXLQGA .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v9GLQXLQGA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v9GLQXLQGA .navbar-brand {
    margin-right: auto;
  }
  .cid-v9GLQXLQGA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0a2540;
    backdrop-filter: blur(8px);
  }
  .cid-v9GLQXLQGA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v9GLQXLQGA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v9GLQXLQGA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v9GLQXLQGA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v9GLQYaoGf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt20image20dec20292020252012-13-4120pm-800x533.webp");
}
.cid-v9GLQYaoGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GLQYaoGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GLQYaoGf .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v9GLQYaoGf .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9GLQYaoGf .title-wrapper {
    width: 100%;
  }
}
.cid-v9GLQYaoGf .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f 50%, #00b4d8);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v9GLQYaoGf .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v9GLQYaoGf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9GLQYaoGf .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v9GLQYaoGf .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v9GLQYaoGf .mbr-section-title {
  color: #ffffff;
}
.cid-v9GLQYaoGf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9GLQYaoGf .mbr-section-title,
.cid-v9GLQYaoGf .mbr-section-btn,
.cid-v9GLQYaoGf .subtitle-wrapper {
  text-align: center;
}
.cid-v9GLQYrJvn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v9GLQYrJvn .container {
    padding: 0 24px;
  }
}
.cid-v9GLQYrJvn .card {
  justify-content: center;
}
.cid-v9GLQYrJvn .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-v9GLQYrJvn .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-v9GLQYrJvn .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9GLQYrJvn .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v9GLQYrJvn .text-wrapper {
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v9GLQYrJvn .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-v9GLQYrJvn .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v9GLQYrJvn .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v9GLQYrJvn .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-v9GLQYrJvn .mbr-section-title {
  color: #F9F6E0;
}
.cid-v9GLQYrJvn .mbr-desc {
  color: #F9F6E0;
}
.cid-v9GLQYrJvn .mbr-text {
  color: #ffffff;
}
.cid-v9GLQYrJvn .mbr-section-btn {
  text-align: right;
}
.cid-v9GLQYJSQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt20image20dec20292020252012-16-0120pm-800x533.webp");
}
.cid-v9GLQYJSQV .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v9GLQYJSQV .container {
    padding: 0 24px;
  }
}
.cid-v9GLQYJSQV .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9GLQYJSQV .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9GLQYJSQV .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9GLQYJSQV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9GLQYJSQV .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9GLQYJSQV .mbr-section-btn {
    text-align: left;
  }
}
.cid-v9GLQYJSQV .mbr-section-title {
  color: #F9F6E0;
}
.cid-v9GLQYJSQV .mbr-text {
  color: #ffffff;
}
.cid-v9GLQYJSQV .mbr-section-title,
.cid-v9GLQYJSQV .mbr-section-btn {
  color: #ffffff;
}
.cid-v9GLQZUQ7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a2540;
}
.cid-v9GLQZUQ7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GLQZUQ7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GLQZUQ7C .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v9GLQZUQ7C .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9GLQZUQ7C .content-wrapper {
    width: 100%;
  }
}
.cid-v9GLQZUQ7C .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v9GLQZUQ7C .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-v9GLQZUQ7C .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v9GLQZUQ7C .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v9GLQZUQ7C .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-v9GLQZUQ7C .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #00b4d8, #2a9d8f 50%, #00b4d8);
}
@media (max-width: 992px) {
  .cid-v9GLQZUQ7C .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v9GLQZUQ7C .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v9GLQZUQ7C .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v9GLQZUQ7C .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-v9GLQZUQ7C .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v9GLQZUQ7C .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-v9GLQZUQ7C .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-v9GLQZUQ7C .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v9GLQZUQ7C .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v9GLQZUQ7C .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v9GLQZUQ7C .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v9GLQZUQ7C .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v9GLQZUQ7C .mbr-section-title {
  color: #ffffff;
}
.cid-v9GLQZUQ7C .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v9GLQZUQ7C .mbr-section-title,
.cid-v9GLQZUQ7C .logo-wrapper,
.cid-v9GLQZUQ7C .social-wrapper,
.cid-v9GLQZUQ7C .title-wrapper {
  text-align: center;
}
