.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.5rem;
  line-height: 1.25;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #09034b !important;
}
.bg-success {
  background-color: #e7ceb1 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #9c8691 !important;
}
.bg-danger {
  background-color: #f6a851 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #09034b !important;
  border-color: #09034b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0f057c !important;
  border-color: #0f057c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f057c !important;
  border-color: #0f057c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1ccf29 !important;
  border-color: #1ccf29 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3ae446 !important;
  border-color: #3ae446 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3ae446 !important;
  border-color: #3ae446 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e7ceb1 !important;
  border-color: #e7ceb1 !important;
  color: #755024 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3e7d8 !important;
  border-color: #f3e7d8 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #755024 !important;
  background-color: #f3e7d8 !important;
  border-color: #f3e7d8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9c8691 !important;
  border-color: #9c8691 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b3a2aa !important;
  border-color: #b3a2aa !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b3a2aa !important;
  border-color: #b3a2aa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f6a851 !important;
  border-color: #f6a851 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f9c081 !important;
  border-color: #f9c081 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f9c081 !important;
  border-color: #f9c081 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #09034b;
  color: #09034b;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #09034b !important;
  border-color: #09034b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1ccf29;
  color: #1ccf29;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #12831a !important;
  background-color: transparent !important;
  border-color: #12831a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1ccf29 !important;
  border-color: #1ccf29 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e7ceb1;
  color: #e7ceb1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d3a46f !important;
  background-color: transparent !important;
  border-color: #d3a46f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #755024 !important;
  background-color: #e7ceb1 !important;
  border-color: #e7ceb1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9c8691;
  color: #9c8691;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #705b66 !important;
  background-color: transparent !important;
  border-color: #705b66 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9c8691 !important;
  border-color: #9c8691 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f6a851;
  color: #f6a851;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e47e0c !important;
  background-color: transparent !important;
  border-color: #e47e0c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f6a851 !important;
  border-color: #f6a851 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #09034b !important;
}
.text-secondary {
  color: #1ccf29 !important;
}
.text-success {
  color: #e7ceb1 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #9c8691 !important;
}
.text-danger {
  color: #f6a851 !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: #107517 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cf9d63 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #67555e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d6760b !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: #09034b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #9c8691;
}
.alert-danger {
  background-color: #f6a851;
}
.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: #09034b;
  border-color: #09034b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #09034b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4c3cf7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5ccd1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #09034b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #09034b;
}
/* 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: #09034b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #09034b;
}
.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: #09034b;
  border-bottom-color: #09034b;
}
.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: #09034b !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: #1ccf29 !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='%2309034b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 24px;
  border-radius: 4rem !important;
  flex-direction: row-reverse;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 16px 0 0;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border-radius: 0 !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  font-weight: 700 !important;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont,
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont,
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont,
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont,
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont,
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont,
.mbr-section-btn .btn-black .mbr-iconfont,
.mbr-section-btn-main .btn-black .mbr-iconfont,
.mbr-section-btn .btn-white .mbr-iconfont,
.mbr-section-btn-main .btn-white .mbr-iconfont {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn .btn-success:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success:hover .mbr-iconfont,
.mbr-section-btn .btn-info:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info:hover .mbr-iconfont,
.mbr-section-btn .btn-warning:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning:hover .mbr-iconfont,
.mbr-section-btn .btn-danger:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger:hover .mbr-iconfont,
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn .btn-success:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success:focus .mbr-iconfont,
.mbr-section-btn .btn-info:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info:focus .mbr-iconfont,
.mbr-section-btn .btn-warning:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning:focus .mbr-iconfont,
.mbr-section-btn .btn-danger:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger:focus .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white:focus .mbr-iconfont {
  transform: scale(1.3);
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  color: #09034b !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont {
  color: #1ccf29 !important;
  background-color: #09034b !important;
}
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont {
  color: #e7ceb1 !important;
  background-color: #09034b !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  color: #ffffff !important;
  background-color: #09034b !important;
}
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont {
  color: #9c8691 !important;
  background-color: #09034b !important;
}
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont {
  color: #f6a851 !important;
  background-color: #09034b !important;
}
.container-fluid {
  padding: 0 200px;
}
@media (max-width: 1440px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 16px;
  }
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umQ55bpYDT {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-umQ55bpYDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQ55bpYDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-umQ55bpYDT .container {
    padding: 0 20px;
  }
}
.cid-v4pNa9WHlQ {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4pNa9WHlQ .item-img {
  position: relative;
}
.cid-v4pNa9WHlQ .button1 {
  background: #05e609;
}
.cid-v4pNa9WHlQ .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v4pNa9WHlQ .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-v4pNa9WHlQ .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-v4pNa9WHlQ .button2 {
    margin-top: 1rem;
  }
}
.cid-v4pNa9WHlQ .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-v4pNa9WHlQ .title {
    top: 25%;
  }
}
.cid-v4pNa9WHlQ .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4pNa9WHlQ .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-v4pNa9WHlQ .image-wrapper {
    min-height: 400px;
  }
}
.cid-v4pNa9WHlQ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4pNa9WHlQ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4pNa9WHlQ .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-v4pNa9WHlQ .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-v4pNa9WHlQ .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-v4pNa9WHlQ .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-v4pNa9WHlQ .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-v4pNa9WHlQ .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-v4pNa9WHlQ .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v4pNa9WHlQ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-v4pNa9WHlQ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v4pNa9WHlQ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-v4pNa9WHlQ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v4pNa9WHlQ .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pNa9WHlQ .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pNa9WHlQ img,
.cid-v4pNa9WHlQ .item-img {
  width: 100%;
}
.cid-v4pNa9WHlQ .item-title2,
.cid-v4pNa9WHlQ .icon2 {
  color: #2a2c2d;
}
.cid-v4pNa9WHlQ .item-title1,
.cid-v4pNa9WHlQ .icon1 {
  color: #ffffff;
}
.cid-v4pNa9WHlQ .main-title {
  color: #05e609;
  text-align: center;
}
.cid-v4pNa9WHlQ .main-title DIV {
  text-align: center;
}
.cid-v4pO3nQIUP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4pO3nQIUP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4pO3nQIUP .container-fluid {
    padding: 0 16px;
  }
}
.cid-v4pO3nQIUP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-v4pO3nQIUP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4pO3nQIUP .embla__slide .slide-content {
  width: 100%;
}
.cid-v4pO3nQIUP .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4pO3nQIUP .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-v4pO3nQIUP .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v4pO3nQIUP .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-v4pO3nQIUP .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-v4pO3nQIUP .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-v4pO3nQIUP .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4pO3nQIUP .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-v4pO3nQIUP .embla__button--next,
.cid-v4pO3nQIUP .embla__button--prev {
  display: flex;
}
.cid-v4pO3nQIUP .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-v4pO3nQIUP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4pO3nQIUP .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-v4pO3nQIUP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4pO3nQIUP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4pO3nQIUP .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-v4pO3nQIUP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v4pO3nQIUP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4pO3nQIUP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4pO3nQIUP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4pO3nQIUP .item-menu-overlay {
  background-color: transparent;
}
.cid-v4pO3nQIUP .item-title {
  color: #05e609;
}
.cid-v4q4wWq8tU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4q4wWq8tU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4q4wWq8tU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4q4wWq8tU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4q4wWq8tU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4q4wWq8tU .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v4q4wWq8tU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v4q4wWq8tU .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v4q4wWq8tU .mbr-section-title {
  color: #d70081;
}
.cid-v4q4wWq8tU .mbr-section-subtitle {
  color: #232323;
}
.cid-v4q4wWq8tU .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v4q4wWq8tU .card-box .item-footer {
  margin-top: auto;
}
.cid-v4q4wWq8tU .card-text {
  text-align: left;
}
.cid-v4qaC6Xs5f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qaC6Xs5f .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4qaC6Xs5f .container-fluid {
    padding: 0 16px;
  }
}
.cid-v4qaC6Xs5f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-v4qaC6Xs5f .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4qaC6Xs5f .embla__slide .slide-content {
  width: 100%;
}
.cid-v4qaC6Xs5f .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4qaC6Xs5f .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-v4qaC6Xs5f .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v4qaC6Xs5f .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-v4qaC6Xs5f .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-v4qaC6Xs5f .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-v4qaC6Xs5f .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4qaC6Xs5f .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-v4qaC6Xs5f .embla__button--next,
.cid-v4qaC6Xs5f .embla__button--prev {
  display: flex;
}
.cid-v4qaC6Xs5f .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-v4qaC6Xs5f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4qaC6Xs5f .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-v4qaC6Xs5f .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4qaC6Xs5f .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4qaC6Xs5f .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-v4qaC6Xs5f .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v4qaC6Xs5f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4qaC6Xs5f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4qaC6Xs5f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4qaC6Xs5f .item-menu-overlay {
  background-color: transparent;
}
.cid-v4qaC6Xs5f .item-title {
  color: #05e609;
}
.cid-v4q94hn5qq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4q94hn5qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4q94hn5qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4q94hn5qq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4q94hn5qq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4q94hn5qq .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v4q94hn5qq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v4q94hn5qq .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v4q94hn5qq .mbr-section-title {
  color: #d70081;
}
.cid-v4q94hn5qq .mbr-section-subtitle {
  color: #232323;
}
.cid-v4q94hn5qq .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v4q94hn5qq .card-box .item-footer {
  margin-top: auto;
}
.cid-v4q94hn5qq .card-text {
  text-align: left;
}
.cid-v4q9UokCpU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4q9UokCpU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4q9UokCpU .container-fluid {
    padding: 0 16px;
  }
}
.cid-v4q9UokCpU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-v4q9UokCpU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4q9UokCpU .embla__slide .slide-content {
  width: 100%;
}
.cid-v4q9UokCpU .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4q9UokCpU .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-v4q9UokCpU .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v4q9UokCpU .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-v4q9UokCpU .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-v4q9UokCpU .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-v4q9UokCpU .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4q9UokCpU .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-v4q9UokCpU .embla__button--next,
.cid-v4q9UokCpU .embla__button--prev {
  display: flex;
}
.cid-v4q9UokCpU .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-v4q9UokCpU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4q9UokCpU .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-v4q9UokCpU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4q9UokCpU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4q9UokCpU .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-v4q9UokCpU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v4q9UokCpU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4q9UokCpU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4q9UokCpU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4q9UokCpU .item-menu-overlay {
  background-color: transparent;
}
.cid-v4q9UokCpU .item-title {
  color: #05e609;
}
.cid-v4q9ZKgX5U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4q9ZKgX5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4q9ZKgX5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4q9ZKgX5U .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4q9ZKgX5U .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4q9ZKgX5U .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v4q9ZKgX5U .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v4q9ZKgX5U .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v4q9ZKgX5U .mbr-section-title {
  color: #d70081;
}
.cid-v4q9ZKgX5U .mbr-section-subtitle {
  color: #232323;
}
.cid-v4q9ZKgX5U .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v4q9ZKgX5U .card-box .item-footer {
  margin-top: auto;
}
.cid-v4q9ZKgX5U .card-text {
  text-align: left;
}
.cid-v4qabJizRV {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4qabJizRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qabJizRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qabJizRV .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4qabJizRV .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4qabJizRV .content-wrapper {
    width: 100%;
  }
}
.cid-v4qabJizRV .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4qabJizRV .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4qabJizRV .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4qabJizRV .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4qabJizRV .mbr-section-title {
  color: #181824;
}
.cid-v4qabJizRV .mbr-text,
.cid-v4qabJizRV .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4qabJizRV .mbr-section-title,
.cid-v4qabJizRV .mbr-section-btn,
.cid-v4qabJizRV .icon-wrapper {
  text-align: center;
}
.cid-v4qabJizRV .mbr-section-title,
.cid-v4qabJizRV .mbr-section-btn {
  color: #151e11;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umRbN1F355 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-umRbN1F355 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRbN1F355 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-umRbN1F355 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-umRbN1F355 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-umRbN1F355 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-umRbN1F355 .container {
    padding: 0 20px;
  }
}
.cid-v4pg1mH3rr {
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}
.cid-v4pg1mH3rr .item-img {
  position: relative;
}
.cid-v4pg1mH3rr .button1 {
  background: #f82d4b;
}
.cid-v4pg1mH3rr .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v4pg1mH3rr .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-v4pg1mH3rr .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-v4pg1mH3rr .button2 {
    margin-top: 1rem;
  }
}
.cid-v4pg1mH3rr .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-v4pg1mH3rr .title {
    top: 25%;
  }
}
.cid-v4pg1mH3rr .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4pg1mH3rr .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-v4pg1mH3rr .image-wrapper {
    min-height: 400px;
  }
}
.cid-v4pg1mH3rr .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4pg1mH3rr .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4pg1mH3rr .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-v4pg1mH3rr .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-v4pg1mH3rr .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-v4pg1mH3rr .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-v4pg1mH3rr .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-v4pg1mH3rr .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-v4pg1mH3rr .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v4pg1mH3rr .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-v4pg1mH3rr .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v4pg1mH3rr .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-v4pg1mH3rr .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v4pg1mH3rr .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pg1mH3rr .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pg1mH3rr img,
.cid-v4pg1mH3rr .item-img {
  width: 100%;
}
.cid-v4pg1mH3rr .item-title2,
.cid-v4pg1mH3rr .icon2 {
  color: #2a2c2d;
}
.cid-v4pg1mH3rr .item-title1,
.cid-v4pg1mH3rr .icon1 {
  color: #ffffff;
}
.cid-v4pg1mH3rr .main-title {
  color: #f82d4b;
  text-align: center;
}
.cid-v4pg1mH3rr .main-title DIV {
  text-align: center;
}
.cid-umRbN93DdX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umRbN93DdX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umRbN93DdX .container-fluid {
    padding: 0 16px;
  }
}
.cid-umRbN93DdX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umRbN93DdX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umRbN93DdX .embla__slide .slide-content {
  width: 100%;
}
.cid-umRbN93DdX .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umRbN93DdX .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umRbN93DdX .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umRbN93DdX .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umRbN93DdX .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umRbN93DdX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umRbN93DdX .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umRbN93DdX .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umRbN93DdX .embla__button--next,
.cid-umRbN93DdX .embla__button--prev {
  display: flex;
}
.cid-umRbN93DdX .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umRbN93DdX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umRbN93DdX .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umRbN93DdX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umRbN93DdX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umRbN93DdX .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umRbN93DdX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umRbN93DdX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umRbN93DdX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umRbN93DdX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umRbN93DdX .item-menu-overlay {
  background-color: transparent;
}
.cid-umRbN93DdX .item-title {
  color: #f82d4b;
}
.cid-uSmuwap8kW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmuwap8kW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmuwap8kW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmuwap8kW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmuwap8kW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmuwap8kW .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmuwap8kW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmuwap8kW .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmuwap8kW .mbr-section-title {
  color: #d70081;
}
.cid-uSmuwap8kW .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmuwap8kW .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmuwap8kW .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmuvAtZuB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmuvAtZuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmuvAtZuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmuvAtZuB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmuvAtZuB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmuvAtZuB .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmuvAtZuB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmuvAtZuB .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmuvAtZuB .mbr-section-title {
  color: #d70081;
}
.cid-uSmuvAtZuB .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmuvAtZuB .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmuvAtZuB .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmuuxjwYe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmuuxjwYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmuuxjwYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmuuxjwYe .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmuuxjwYe .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmuuxjwYe .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmuuxjwYe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmuuxjwYe .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmuuxjwYe .mbr-section-title {
  color: #d70081;
}
.cid-uSmuuxjwYe .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmuuxjwYe .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmuuxjwYe .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmvLKSjyo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmvLKSjyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmvLKSjyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmvLKSjyo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmvLKSjyo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmvLKSjyo .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmvLKSjyo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmvLKSjyo .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmvLKSjyo .mbr-section-title {
  color: #d70081;
}
.cid-uSmvLKSjyo .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmvLKSjyo .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmvLKSjyo .card-box .item-footer {
  margin-top: auto;
}
.cid-umRbNbn0mI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umRbNbn0mI .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRbNbn0mI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umRbNbn0mI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umRbNbn0mI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umRbNbn0mI .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umRbNbn0mI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umRbNbn0mI .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umRbNbn0mI .mbr-section-title {
  color: #d70081;
}
.cid-umRbNbn0mI .mbr-section-subtitle {
  color: #232323;
}
.cid-umRbNbn0mI .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umRbNbn0mI .card-box .item-footer {
  margin-top: auto;
}
.cid-umRbNdM3iN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umRbNdM3iN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umRbNdM3iN .container-fluid {
    padding: 0 16px;
  }
}
.cid-umRbNdM3iN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umRbNdM3iN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umRbNdM3iN .embla__slide .slide-content {
  width: 100%;
}
.cid-umRbNdM3iN .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umRbNdM3iN .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umRbNdM3iN .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umRbNdM3iN .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umRbNdM3iN .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umRbNdM3iN .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umRbNdM3iN .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umRbNdM3iN .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umRbNdM3iN .embla__button--next,
.cid-umRbNdM3iN .embla__button--prev {
  display: flex;
}
.cid-umRbNdM3iN .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umRbNdM3iN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umRbNdM3iN .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umRbNdM3iN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umRbNdM3iN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umRbNdM3iN .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umRbNdM3iN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umRbNdM3iN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umRbNdM3iN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umRbNdM3iN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umRbNdM3iN .item-menu-overlay {
  background-color: transparent;
}
.cid-umRbNdM3iN .item-title {
  color: #f82d4b;
}
.cid-umRbNg8urU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umRbNg8urU .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRbNg8urU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umRbNg8urU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umRbNg8urU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umRbNg8urU .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umRbNg8urU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umRbNg8urU .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umRbNg8urU .mbr-section-title {
  color: #d70081;
}
.cid-umRbNg8urU .mbr-section-subtitle {
  color: #232323;
}
.cid-umRbNg8urU .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umRbNg8urU .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmwia5Cn5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmwia5Cn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmwia5Cn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmwia5Cn5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmwia5Cn5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmwia5Cn5 .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmwia5Cn5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmwia5Cn5 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmwia5Cn5 .mbr-section-title {
  color: #d70081;
}
.cid-uSmwia5Cn5 .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmwia5Cn5 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmwia5Cn5 .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmwj6au55 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmwj6au55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmwj6au55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmwj6au55 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmwj6au55 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmwj6au55 .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmwj6au55 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmwj6au55 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmwj6au55 .mbr-section-title {
  color: #d70081;
}
.cid-uSmwj6au55 .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmwj6au55 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmwj6au55 .card-box .item-footer {
  margin-top: auto;
}
.cid-umRbNivSgv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umRbNivSgv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umRbNivSgv .container-fluid {
    padding: 0 16px;
  }
}
.cid-umRbNivSgv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umRbNivSgv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umRbNivSgv .embla__slide .slide-content {
  width: 100%;
}
.cid-umRbNivSgv .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umRbNivSgv .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umRbNivSgv .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umRbNivSgv .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umRbNivSgv .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umRbNivSgv .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umRbNivSgv .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umRbNivSgv .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umRbNivSgv .embla__button--next,
.cid-umRbNivSgv .embla__button--prev {
  display: flex;
}
.cid-umRbNivSgv .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umRbNivSgv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umRbNivSgv .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umRbNivSgv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umRbNivSgv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umRbNivSgv .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umRbNivSgv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umRbNivSgv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umRbNivSgv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umRbNivSgv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umRbNivSgv .item-menu-overlay {
  background-color: transparent;
}
.cid-umRbNivSgv .item-title {
  color: #f82d4b;
}
.cid-umRbNkTXZu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umRbNkTXZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRbNkTXZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umRbNkTXZu .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umRbNkTXZu .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umRbNkTXZu .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umRbNkTXZu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umRbNkTXZu .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umRbNkTXZu .mbr-section-title {
  color: #d70081;
}
.cid-umRbNkTXZu .mbr-section-subtitle {
  color: #232323;
}
.cid-umRbNkTXZu .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umRbNkTXZu .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmyzNpbh0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmyzNpbh0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmyzNpbh0 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmyzNpbh0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmyzNpbh0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmyzNpbh0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmyzNpbh0 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmyzNpbh0 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmyzNpbh0 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmyzNpbh0 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmyzNpbh0 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmyzNpbh0 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmyzNpbh0 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmyzNpbh0 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmyzNpbh0 .embla__button--next,
.cid-uSmyzNpbh0 .embla__button--prev {
  display: flex;
}
.cid-uSmyzNpbh0 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmyzNpbh0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmyzNpbh0 .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmyzNpbh0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmyzNpbh0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmyzNpbh0 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmyzNpbh0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmyzNpbh0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmyzNpbh0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmyzNpbh0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmyzNpbh0 .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmyzNpbh0 .item-title {
  color: #f82d4b;
}
.cid-uSmxHAgwXs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmxHAgwXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmxHAgwXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmxHAgwXs .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmxHAgwXs .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmxHAgwXs .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmxHAgwXs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmxHAgwXs .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmxHAgwXs .mbr-section-title {
  color: #d70081;
}
.cid-uSmxHAgwXs .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmxHAgwXs .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmxHAgwXs .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmz0AU1y6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmz0AU1y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmz0AU1y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmz0AU1y6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmz0AU1y6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmz0AU1y6 .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmz0AU1y6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmz0AU1y6 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmz0AU1y6 .mbr-section-title {
  color: #d70081;
}
.cid-uSmz0AU1y6 .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmz0AU1y6 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmz0AU1y6 .card-box .item-footer {
  margin-top: auto;
}
.cid-umRbNnleIL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umRbNnleIL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umRbNnleIL .container-fluid {
    padding: 0 16px;
  }
}
.cid-umRbNnleIL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umRbNnleIL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umRbNnleIL .embla__slide .slide-content {
  width: 100%;
}
.cid-umRbNnleIL .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umRbNnleIL .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umRbNnleIL .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umRbNnleIL .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umRbNnleIL .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umRbNnleIL .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umRbNnleIL .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umRbNnleIL .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umRbNnleIL .embla__button--next,
.cid-umRbNnleIL .embla__button--prev {
  display: flex;
}
.cid-umRbNnleIL .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umRbNnleIL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umRbNnleIL .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umRbNnleIL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umRbNnleIL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umRbNnleIL .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umRbNnleIL .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umRbNnleIL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umRbNnleIL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umRbNnleIL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umRbNnleIL .item-menu-overlay {
  background-color: transparent;
}
.cid-umRbNnleIL .item-title {
  color: #f82d4b;
}
.cid-umRbNpMyJc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umRbNpMyJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRbNpMyJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umRbNpMyJc .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umRbNpMyJc .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umRbNpMyJc .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umRbNpMyJc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umRbNpMyJc .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umRbNpMyJc .mbr-section-title {
  color: #d70081;
}
.cid-umRbNpMyJc .mbr-section-subtitle {
  color: #232323;
}
.cid-umRbNpMyJc .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umRbNpMyJc .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmAdIunVc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmAdIunVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmAdIunVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmAdIunVc .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmAdIunVc .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmAdIunVc .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmAdIunVc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmAdIunVc .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmAdIunVc .mbr-section-title {
  color: #d70081;
}
.cid-uSmAdIunVc .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmAdIunVc .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmAdIunVc .card-box .item-footer {
  margin-top: auto;
}
.cid-umRftVfz0V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umRftVfz0V .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umRftVfz0V .container-fluid {
    padding: 0 16px;
  }
}
.cid-umRftVfz0V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umRftVfz0V .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umRftVfz0V .embla__slide .slide-content {
  width: 100%;
}
.cid-umRftVfz0V .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umRftVfz0V .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umRftVfz0V .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umRftVfz0V .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umRftVfz0V .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umRftVfz0V .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umRftVfz0V .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umRftVfz0V .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umRftVfz0V .embla__button--next,
.cid-umRftVfz0V .embla__button--prev {
  display: flex;
}
.cid-umRftVfz0V .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umRftVfz0V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umRftVfz0V .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umRftVfz0V .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umRftVfz0V .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umRftVfz0V .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umRftVfz0V .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umRftVfz0V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umRftVfz0V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umRftVfz0V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umRftVfz0V .item-menu-overlay {
  background-color: transparent;
}
.cid-umRftVfz0V .item-title {
  color: #f82d4b;
}
.cid-umRfuUPaeR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umRfuUPaeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRfuUPaeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umRfuUPaeR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umRfuUPaeR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umRfuUPaeR .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umRfuUPaeR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umRfuUPaeR .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umRfuUPaeR .mbr-section-title {
  color: #d70081;
}
.cid-umRfuUPaeR .mbr-section-subtitle {
  color: #232323;
}
.cid-umRfuUPaeR .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umRfuUPaeR .card-box .item-footer {
  margin-top: auto;
}
.cid-v4qh8Ij49Y {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4qh8Ij49Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qh8Ij49Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qh8Ij49Y .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4qh8Ij49Y .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4qh8Ij49Y .content-wrapper {
    width: 100%;
  }
}
.cid-v4qh8Ij49Y .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4qh8Ij49Y .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4qh8Ij49Y .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4qh8Ij49Y .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4qh8Ij49Y .mbr-section-title {
  color: #181824;
}
.cid-v4qh8Ij49Y .mbr-text,
.cid-v4qh8Ij49Y .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4qh8Ij49Y .mbr-section-title,
.cid-v4qh8Ij49Y .mbr-section-btn,
.cid-v4qh8Ij49Y .icon-wrapper {
  text-align: center;
}
.cid-v4qh8Ij49Y .mbr-section-title,
.cid-v4qh8Ij49Y .mbr-section-btn {
  color: #151e11;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4vj4BVKpd {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v4vj4BVKpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vj4BVKpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4vj4BVKpd .row {
  justify-content: center;
}
.cid-v4vj4BVKpd .card-wrapper {
  position: relative;
  padding: 80px 150px;
  background-color: #ffffff;
}
@media (max-width: 1600px) {
  .cid-v4vj4BVKpd .card-wrapper {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-v4vj4BVKpd .card-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v4vj4BVKpd .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-v4vj4BVKpd .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-v4vj4BVKpd .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4vj4BVKpd .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v4vj4BVKpd .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4vj4BVKpd .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v4vj4BVKpd .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v4vj4BVKpd .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4vj4BVKpd .mbr-section-title {
  color: #000000;
}
.cid-v4vj4BVKpd .mbr-text,
.cid-v4vj4BVKpd .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4vj4BVKpd .mbr-section-title,
.cid-v4vj4BVKpd .mbr-section-btn {
  text-align: center;
  color: #05e609;
}
.cid-unZ4pXAqEi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unZ4pXAqEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-unZ4pXAqEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unZ4pXAqEi .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border-right: solid 1px #09034b;
  border-bottom: solid 1px #09034b;
  border-radius: 0 !important;
}
.cid-unZ4pXAqEi .img-wrapper {
  max-height: 50px;
}
.cid-unZ4pXAqEi .card-top {
  border: solid 1px #09034b;
  border-radius: 0 !important;
  padding: 1rem;
}
.cid-unZ4pXAqEi .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
}
.cid-unZ4pXAqEi .card-row {
  border-left: solid 1px #09034b;
  border-right: solid 1px #09034b;
}
.cid-unZ4pXAqEi .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
  border-radius: 0 !important;
  border-left: solid 1px #09034b;
  border-bottom: solid 1px #09034b;
  transition: all ease-in-out 0.3s;
}
.cid-unZ4pXAqEi .card-img:hover {
  background-color: #09034b;
  transition: all ease-in-out 0.3s;
}
.cid-unZ4pXAqEi .card-img:hover img {
  filter: brightness(0) invert(1);
}
.cid-unZ4pXAqEi .card-img img {
  max-width: 200px;
}
.cid-unZ4pXAqEi .card-img-wrapper:first-child .card-img {
  border-left: none;
}
@media screen and (max-width: 992px) {
  .cid-unZ4pXAqEi .card-img {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .cid-unZ4pXAqEi .card-img {
    height: 125px;
  }
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSqQu78l4b {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uSqQu78l4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqQu78l4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-uSqQu78l4b .container {
    padding: 0 20px;
  }
}
.cid-v4pM5MKjyp {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4pM5MKjyp .item-img {
  position: relative;
}
.cid-v4pM5MKjyp .button1 {
  background: #091d48;
}
.cid-v4pM5MKjyp .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v4pM5MKjyp .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-v4pM5MKjyp .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-v4pM5MKjyp .button2 {
    margin-top: 1rem;
  }
}
.cid-v4pM5MKjyp .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-v4pM5MKjyp .title {
    top: 25%;
  }
}
.cid-v4pM5MKjyp .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4pM5MKjyp .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-v4pM5MKjyp .image-wrapper {
    min-height: 400px;
  }
}
.cid-v4pM5MKjyp .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4pM5MKjyp .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4pM5MKjyp .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-v4pM5MKjyp .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-v4pM5MKjyp .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-v4pM5MKjyp .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-v4pM5MKjyp .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-v4pM5MKjyp .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-v4pM5MKjyp .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v4pM5MKjyp .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-v4pM5MKjyp .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v4pM5MKjyp .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-v4pM5MKjyp .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v4pM5MKjyp .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pM5MKjyp .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pM5MKjyp img,
.cid-v4pM5MKjyp .item-img {
  width: 100%;
}
.cid-v4pM5MKjyp .item-title2,
.cid-v4pM5MKjyp .icon2 {
  color: #2a2c2d;
}
.cid-v4pM5MKjyp .item-title1,
.cid-v4pM5MKjyp .icon1 {
  color: #ffffff;
}
.cid-v4pM5MKjyp .main-title {
  color: #091d48;
  text-align: center;
}
.cid-v4pM5MKjyp .main-title DIV {
  text-align: center;
}
.cid-uSqQu9NNF4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSqQu9NNF4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSqQu9NNF4 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSqQu9NNF4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSqQu9NNF4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqQu9NNF4 .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqQu9NNF4 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSqQu9NNF4 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSqQu9NNF4 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSqQu9NNF4 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSqQu9NNF4 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSqQu9NNF4 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSqQu9NNF4 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSqQu9NNF4 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSqQu9NNF4 .embla__button--next,
.cid-uSqQu9NNF4 .embla__button--prev {
  display: flex;
}
.cid-uSqQu9NNF4 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSqQu9NNF4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSqQu9NNF4 .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSqQu9NNF4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSqQu9NNF4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSqQu9NNF4 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSqQu9NNF4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqQu9NNF4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqQu9NNF4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqQu9NNF4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqQu9NNF4 .item-menu-overlay {
  background-color: transparent;
}
.cid-uSqQu9NNF4 .item-title {
  color: #091d48;
}
.cid-uSqQua9jJd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqQua9jJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqQua9jJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqQua9jJd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqQua9jJd .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqQua9jJd .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqQua9jJd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqQua9jJd .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqQua9jJd .mbr-section-title {
  color: #d70081;
}
.cid-uSqQua9jJd .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqQua9jJd .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqQua9jJd .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqQuaADsq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqQuaADsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqQuaADsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqQuaADsq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqQuaADsq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqQuaADsq .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqQuaADsq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqQuaADsq .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqQuaADsq .mbr-section-title {
  color: #d70081;
}
.cid-uSqQuaADsq .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqQuaADsq .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqQuaADsq .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqQub2qf2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSqQub2qf2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSqQub2qf2 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSqQub2qf2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSqQub2qf2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqQub2qf2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqQub2qf2 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSqQub2qf2 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSqQub2qf2 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSqQub2qf2 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSqQub2qf2 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSqQub2qf2 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSqQub2qf2 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSqQub2qf2 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSqQub2qf2 .embla__button--next,
.cid-uSqQub2qf2 .embla__button--prev {
  display: flex;
}
.cid-uSqQub2qf2 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSqQub2qf2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSqQub2qf2 .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSqQub2qf2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSqQub2qf2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSqQub2qf2 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSqQub2qf2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqQub2qf2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqQub2qf2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqQub2qf2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqQub2qf2 .item-menu-overlay {
  background-color: transparent;
}
.cid-uSqQub2qf2 .item-title {
  color: #091d48;
}
.cid-uSqQubqtLJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqQubqtLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqQubqtLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqQubqtLJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqQubqtLJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqQubqtLJ .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqQubqtLJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqQubqtLJ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqQubqtLJ .mbr-section-title {
  color: #d70081;
}
.cid-uSqQubqtLJ .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqQubqtLJ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqQubqtLJ .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqQubS6JA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqQubS6JA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqQubS6JA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqQubS6JA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqQubS6JA .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqQubS6JA .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqQubS6JA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqQubS6JA .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqQubS6JA .mbr-section-title {
  color: #d70081;
}
.cid-uSqQubS6JA .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqQubS6JA .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqQubS6JA .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqQuehelY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSqQuehelY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSqQuehelY .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSqQuehelY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSqQuehelY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqQuehelY .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqQuehelY .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSqQuehelY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSqQuehelY .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSqQuehelY .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSqQuehelY .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSqQuehelY .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSqQuehelY .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSqQuehelY .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSqQuehelY .embla__button--next,
.cid-uSqQuehelY .embla__button--prev {
  display: flex;
}
.cid-uSqQuehelY .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSqQuehelY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSqQuehelY .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSqQuehelY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSqQuehelY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSqQuehelY .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSqQuehelY .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqQuehelY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqQuehelY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqQuehelY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqQuehelY .item-menu-overlay {
  background-color: transparent;
}
.cid-uSqQuehelY .item-title {
  color: #091d48;
}
.cid-uSqQueL5WX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqQueL5WX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqQueL5WX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqQueL5WX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqQueL5WX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqQueL5WX .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqQueL5WX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqQueL5WX .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqQueL5WX .mbr-section-title {
  color: #d70081;
}
.cid-uSqQueL5WX .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqQueL5WX .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqQueL5WX .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqQuhZYNY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSqQuhZYNY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSqQuhZYNY .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSqQuhZYNY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSqQuhZYNY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqQuhZYNY .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqQuhZYNY .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSqQuhZYNY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSqQuhZYNY .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSqQuhZYNY .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSqQuhZYNY .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSqQuhZYNY .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSqQuhZYNY .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSqQuhZYNY .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSqQuhZYNY .embla__button--next,
.cid-uSqQuhZYNY .embla__button--prev {
  display: flex;
}
.cid-uSqQuhZYNY .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSqQuhZYNY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSqQuhZYNY .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSqQuhZYNY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSqQuhZYNY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSqQuhZYNY .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSqQuhZYNY .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqQuhZYNY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqQuhZYNY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqQuhZYNY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqQuhZYNY .item-menu-overlay {
  background-color: transparent;
}
.cid-uSqQuhZYNY .item-title {
  color: #091d48;
}
.cid-uSqQuiwXKH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqQuiwXKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqQuiwXKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqQuiwXKH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqQuiwXKH .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqQuiwXKH .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqQuiwXKH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqQuiwXKH .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqQuiwXKH .mbr-section-title {
  color: #d70081;
}
.cid-uSqQuiwXKH .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqQuiwXKH .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqQuiwXKH .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqQuj69Ec {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSqQuj69Ec .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSqQuj69Ec .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSqQuj69Ec .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSqQuj69Ec .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqQuj69Ec .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqQuj69Ec .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSqQuj69Ec .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSqQuj69Ec .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSqQuj69Ec .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSqQuj69Ec .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSqQuj69Ec .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSqQuj69Ec .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSqQuj69Ec .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSqQuj69Ec .embla__button--next,
.cid-uSqQuj69Ec .embla__button--prev {
  display: flex;
}
.cid-uSqQuj69Ec .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSqQuj69Ec .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSqQuj69Ec .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSqQuj69Ec .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSqQuj69Ec .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSqQuj69Ec .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSqQuj69Ec .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqQuj69Ec .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqQuj69Ec .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqQuj69Ec .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqQuj69Ec .item-menu-overlay {
  background-color: transparent;
}
.cid-uSqQuj69Ec .item-title {
  color: #091d48;
}
.cid-uSqQujEQJ7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqQujEQJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqQujEQJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqQujEQJ7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqQujEQJ7 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqQujEQJ7 .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqQujEQJ7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqQujEQJ7 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqQujEQJ7 .mbr-section-title {
  color: #d70081;
}
.cid-uSqQujEQJ7 .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqQujEQJ7 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqQujEQJ7 .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqQukfCGD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSqQukfCGD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSqQukfCGD .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSqQukfCGD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSqQukfCGD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqQukfCGD .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqQukfCGD .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSqQukfCGD .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSqQukfCGD .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSqQukfCGD .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSqQukfCGD .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSqQukfCGD .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSqQukfCGD .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSqQukfCGD .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSqQukfCGD .embla__button--next,
.cid-uSqQukfCGD .embla__button--prev {
  display: flex;
}
.cid-uSqQukfCGD .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSqQukfCGD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSqQukfCGD .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSqQukfCGD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSqQukfCGD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSqQukfCGD .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSqQukfCGD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqQukfCGD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqQukfCGD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqQukfCGD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqQukfCGD .item-menu-overlay {
  background-color: transparent;
}
.cid-uSqQukfCGD .item-title {
  color: #091d48;
}
.cid-uSqQukPqIR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqQukPqIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqQukPqIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqQukPqIR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqQukPqIR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqQukPqIR .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqQukPqIR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqQukPqIR .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqQukPqIR .mbr-section-title {
  color: #d70081;
}
.cid-uSqQukPqIR .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqQukPqIR .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqQukPqIR .card-box .item-footer {
  margin-top: auto;
}
.cid-v4kOcBPpyT {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4kOcBPpyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4kOcBPpyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4kOcBPpyT .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4kOcBPpyT .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4kOcBPpyT .content-wrapper {
    width: 100%;
  }
}
.cid-v4kOcBPpyT .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4kOcBPpyT .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4kOcBPpyT .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4kOcBPpyT .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4kOcBPpyT .mbr-section-title {
  color: #181824;
}
.cid-v4kOcBPpyT .mbr-text,
.cid-v4kOcBPpyT .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4kOcBPpyT .mbr-section-title,
.cid-v4kOcBPpyT .mbr-section-btn,
.cid-v4kOcBPpyT .icon-wrapper {
  text-align: center;
}
.cid-v4kOcBPpyT .mbr-section-title,
.cid-v4kOcBPpyT .mbr-section-btn {
  color: #000000;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSqUXFYibN {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uSqUXFYibN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqUXFYibN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-uSqUXFYibN .container {
    padding: 0 20px;
  }
}
.cid-v4qbAPhyNe {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4qbAPhyNe .item-img {
  position: relative;
}
.cid-v4qbAPhyNe .button1 {
  background: #38b6ff;
}
.cid-v4qbAPhyNe .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v4qbAPhyNe .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-v4qbAPhyNe .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-v4qbAPhyNe .button2 {
    margin-top: 1rem;
  }
}
.cid-v4qbAPhyNe .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-v4qbAPhyNe .title {
    top: 25%;
  }
}
.cid-v4qbAPhyNe .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4qbAPhyNe .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-v4qbAPhyNe .image-wrapper {
    min-height: 400px;
  }
}
.cid-v4qbAPhyNe .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4qbAPhyNe .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4qbAPhyNe .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-v4qbAPhyNe .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-v4qbAPhyNe .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-v4qbAPhyNe .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-v4qbAPhyNe .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-v4qbAPhyNe .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-v4qbAPhyNe .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v4qbAPhyNe .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-v4qbAPhyNe .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v4qbAPhyNe .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-v4qbAPhyNe .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v4qbAPhyNe .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4qbAPhyNe .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4qbAPhyNe img,
.cid-v4qbAPhyNe .item-img {
  width: 100%;
}
.cid-v4qbAPhyNe .item-title2,
.cid-v4qbAPhyNe .icon2 {
  color: #2a2c2d;
}
.cid-v4qbAPhyNe .item-title1,
.cid-v4qbAPhyNe .icon1 {
  color: #ffffff;
}
.cid-v4qbAPhyNe .main-title {
  color: #38b6ff;
  text-align: center;
}
.cid-v4qbAPhyNe .main-title DIV {
  text-align: center;
}
.cid-v4YpKUJu9q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YpKUJu9q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4YpKUJu9q .container-fluid {
    padding: 0 16px;
  }
}
.cid-v4YpKUJu9q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-v4YpKUJu9q .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4YpKUJu9q .embla__slide .slide-content {
  width: 100%;
}
.cid-v4YpKUJu9q .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4YpKUJu9q .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-v4YpKUJu9q .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v4YpKUJu9q .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-v4YpKUJu9q .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-v4YpKUJu9q .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-v4YpKUJu9q .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4YpKUJu9q .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-v4YpKUJu9q .embla__button--next,
.cid-v4YpKUJu9q .embla__button--prev {
  display: flex;
}
.cid-v4YpKUJu9q .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-v4YpKUJu9q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4YpKUJu9q .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-v4YpKUJu9q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4YpKUJu9q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4YpKUJu9q .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-v4YpKUJu9q .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v4YpKUJu9q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4YpKUJu9q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4YpKUJu9q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4YpKUJu9q .item-menu-overlay {
  background-color: transparent;
}
.cid-v4YpKUJu9q .item-title {
  color: #38b6ff;
}
.cid-uSqUXHf8SY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqUXHf8SY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqUXHf8SY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqUXHf8SY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqUXHf8SY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqUXHf8SY .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqUXHf8SY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqUXHf8SY .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqUXHf8SY .mbr-section-title {
  color: #d70081;
}
.cid-uSqUXHf8SY .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqUXHf8SY .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqUXHf8SY .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqUXHF2Ka {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqUXHF2Ka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqUXHF2Ka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqUXHF2Ka .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqUXHF2Ka .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqUXHF2Ka .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqUXHF2Ka .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqUXHF2Ka .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqUXHF2Ka .mbr-section-title {
  color: #d70081;
}
.cid-uSqUXHF2Ka .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqUXHF2Ka .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqUXHF2Ka .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqUXJhVbY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSqUXJhVbY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSqUXJhVbY .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSqUXJhVbY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSqUXJhVbY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqUXJhVbY .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqUXJhVbY .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSqUXJhVbY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSqUXJhVbY .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSqUXJhVbY .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSqUXJhVbY .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSqUXJhVbY .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSqUXJhVbY .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSqUXJhVbY .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSqUXJhVbY .embla__button--next,
.cid-uSqUXJhVbY .embla__button--prev {
  display: flex;
}
.cid-uSqUXJhVbY .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSqUXJhVbY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSqUXJhVbY .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSqUXJhVbY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSqUXJhVbY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSqUXJhVbY .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSqUXJhVbY .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqUXJhVbY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqUXJhVbY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqUXJhVbY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqUXJhVbY .item-menu-overlay {
  background-color: transparent;
}
.cid-uSqUXJhVbY .item-title {
  color: #38b6ff;
}
.cid-uSqUXJDA9w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqUXJDA9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqUXJDA9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqUXJDA9w .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqUXJDA9w .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqUXJDA9w .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqUXJDA9w .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqUXJDA9w .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqUXJDA9w .mbr-section-title {
  color: #d70081;
}
.cid-uSqUXJDA9w .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqUXJDA9w .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqUXJDA9w .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqUXLOZlF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSqUXLOZlF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSqUXLOZlF .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSqUXLOZlF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSqUXLOZlF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqUXLOZlF .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqUXLOZlF .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSqUXLOZlF .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSqUXLOZlF .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSqUXLOZlF .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSqUXLOZlF .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSqUXLOZlF .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSqUXLOZlF .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSqUXLOZlF .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSqUXLOZlF .embla__button--next,
.cid-uSqUXLOZlF .embla__button--prev {
  display: flex;
}
.cid-uSqUXLOZlF .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSqUXLOZlF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSqUXLOZlF .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSqUXLOZlF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSqUXLOZlF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSqUXLOZlF .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSqUXLOZlF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqUXLOZlF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqUXLOZlF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqUXLOZlF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqUXLOZlF .item-menu-overlay {
  background-color: transparent;
}
.cid-uSqUXLOZlF .item-title {
  color: #38b6ff;
}
.cid-uSqUXMghgG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqUXMghgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqUXMghgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqUXMghgG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqUXMghgG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqUXMghgG .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqUXMghgG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqUXMghgG .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqUXMghgG .mbr-section-title {
  color: #d70081;
}
.cid-uSqUXMghgG .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqUXMghgG .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqUXMghgG .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqUXMK4uQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqUXMK4uQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqUXMK4uQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqUXMK4uQ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqUXMK4uQ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqUXMK4uQ .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqUXMK4uQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqUXMK4uQ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqUXMK4uQ .mbr-section-title {
  color: #d70081;
}
.cid-uSqUXMK4uQ .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqUXMK4uQ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqUXMK4uQ .card-box .item-footer {
  margin-top: auto;
}
.cid-uSqUXNdP0O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSqUXNdP0O .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSqUXNdP0O .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSqUXNdP0O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSqUXNdP0O .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqUXNdP0O .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqUXNdP0O .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSqUXNdP0O .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSqUXNdP0O .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSqUXNdP0O .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSqUXNdP0O .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSqUXNdP0O .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSqUXNdP0O .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSqUXNdP0O .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSqUXNdP0O .embla__button--next,
.cid-uSqUXNdP0O .embla__button--prev {
  display: flex;
}
.cid-uSqUXNdP0O .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSqUXNdP0O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSqUXNdP0O .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSqUXNdP0O .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSqUXNdP0O .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSqUXNdP0O .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSqUXNdP0O .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqUXNdP0O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqUXNdP0O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqUXNdP0O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqUXNdP0O .item-menu-overlay {
  background-color: transparent;
}
.cid-uSqUXNdP0O .item-title {
  color: #38b6ff;
}
.cid-uSqUXNGXqd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSqUXNGXqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqUXNGXqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqUXNGXqd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSqUXNGXqd .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSqUXNGXqd .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSqUXNGXqd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSqUXNGXqd .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSqUXNGXqd .mbr-section-title {
  color: #d70081;
}
.cid-uSqUXNGXqd .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqUXNGXqd .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSqUXNGXqd .card-box .item-footer {
  margin-top: auto;
}
.cid-v4veokRKhX {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
}
.cid-v4veokRKhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4veokRKhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4veokRKhX .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4veokRKhX .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4veokRKhX .content-wrapper {
    width: 100%;
  }
}
.cid-v4veokRKhX .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4veokRKhX .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4veokRKhX .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4veokRKhX .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4veokRKhX .mbr-section-title {
  color: #181824;
}
.cid-v4veokRKhX .mbr-text,
.cid-v4veokRKhX .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4veokRKhX .mbr-section-title,
.cid-v4veokRKhX .mbr-section-btn,
.cid-v4veokRKhX .icon-wrapper {
  text-align: center;
}
.cid-v4veokRKhX .mbr-section-title,
.cid-v4veokRKhX .mbr-section-btn {
  color: #000000;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4dBn9Xzt6 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-2r6pmq2r6pmq2r6p-1024x1024.webp");
}
.cid-v4dBn9Xzt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBn9Xzt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4dBn9Xzt6 .row {
  justify-content: center;
}
.cid-v4dBn9Xzt6 .card {
  justify-content: flex-end;
}
.cid-v4dBn9Xzt6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4dBn9Xzt6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4dBn9Xzt6 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v4dBn9Xzt6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4dBn9Xzt6 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v4dBn9Xzt6 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-v4dBn9Xzt6 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v4dBn9Xzt6 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-v4dBn9Xzt6 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v4dBn9Xzt6 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v4dBn9Xzt6 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-v4dBn9Xzt6 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4dBn9Xzt6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4dBn9Xzt6 .mbr-text,
.cid-v4dBn9Xzt6 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4dBn9Xzt6 .mbr-desc {
  color: #ffffff;
}
.cid-v4dBn9Xzt6 .mbr-desc,
.cid-v4dBn9Xzt6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v4eO6EArxq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4eO6EArxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4eO6EArxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4eO6EArxq .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v4eO6EArxq .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4eO6EArxq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-v4eO6EArxq .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4eO6EArxq .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4eO6EArxq .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-v4eO6EArxq .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4eO6EArxq .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v4eO6EArxq .items-wrapper .item .item-wrapper .card-box {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v4eO6EArxq .items-wrapper .item .item-wrapper .card-box {
    padding: 15px;
  }
}
.cid-v4eO6EArxq .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-v4eO6EArxq .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper {
  margin-right: 16px;
}
.cid-v4eO6EArxq .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
}
.cid-v4eO6EArxq .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_1 .mbr-iconfont {
  background-color: #f9f356;
  color: #000000;
}
.cid-v4eO6EArxq .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_2 .mbr-iconfont {
  background-color: #f82d4b;
  color: #000000;
}
.cid-v4eO6EArxq .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_3 .mbr-iconfont {
  background-color: #38b6ff;
  color: #000000;
}
.cid-v4eO6EArxq .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_4 .mbr-iconfont {
  background-color: #05e609;
  color: #000000;
}
.cid-v4eO6EArxq .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 0;
  width: 100%;
}
.cid-v4eO6EArxq .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v4eO6EArxq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4eO6EArxq .card-number {
  color: #000000;
}
.cid-v4eO6EArxq .card-title {
  color: #000000;
}
.cid-v4dBnaET0R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-v4dBnaET0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBnaET0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4dBnaET0R .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-v4dBnaET0R .col-title {
    padding: 0 20px !important;
  }
}
.cid-v4dBnaET0R .mbr-section-title {
  color: #292325;
}
.cid-v4dBnaET0R .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v4dBnaET0R .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-v4dBnaET0R .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v4dBnaET0R .cards-container {
    padding: 0 20px !important;
  }
}
.cid-v4dBnaET0R .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-v4dBnaET0R .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4dBnaET0R .card {
    width: 100%;
  }
}
.cid-v4dBnaET0R .card-box {
  width: 100%;
}
.cid-v4dBnaET0R .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-v4dBnaET0R .mbr-iconfont {
  font-size: 92px;
  color: #000000;
}
.cid-v4dBnaET0R .card-container {
  width: 100%;
}
.cid-v4dBnaET0R .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v4dBnaET0R .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-v4kUrJXOQu {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4kUrJXOQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4kUrJXOQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4kUrJXOQu .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4kUrJXOQu .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4kUrJXOQu .content-wrapper {
    width: 100%;
  }
}
.cid-v4kUrJXOQu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4kUrJXOQu .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4kUrJXOQu .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4kUrJXOQu .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4kUrJXOQu .mbr-section-title {
  color: #181824;
}
.cid-v4kUrJXOQu .mbr-text,
.cid-v4kUrJXOQu .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4kUrJXOQu .mbr-section-title,
.cid-v4kUrJXOQu .mbr-section-btn,
.cid-v4kUrJXOQu .icon-wrapper {
  text-align: center;
}
.cid-v4kUrJXOQu .mbr-section-title,
.cid-v4kUrJXOQu .mbr-section-btn {
  color: #212245;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4iLxjRDfE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4iLxjRDfE .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-v4iLxjRDfE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4iLxjRDfE .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-v4iLxjRDfE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4iLxjRDfE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4iLxjRDfE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4iLxjRDfE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4iLxjRDfE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4iLxjRDfE .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4iLxjRDfE .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4iLxjRDfE .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4iLxjRDfE .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4iLxjRDfE .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4iLxjRDfE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4iLxjRDfE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4iLxjRDfE .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4iLxjRDfE .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4iLxjRDfE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4iLxjRDfE .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4iLxjRDfE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4iLxjRDfE .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4iLxjRDfE .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4iLxjRDfE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4iLxjRDfE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4iLxjRDfE .container,
.cid-v4iLxjRDfE .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4iLxjRDfE .container,
  .cid-v4iLxjRDfE .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4iLxjRDfE .container,
  .cid-v4iLxjRDfE .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4iLxjRDfE .container,
  .cid-v4iLxjRDfE .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4iLxjRDfE .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4iLxjRDfE .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4iLxjRDfE .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-v4iLxjRDfE .nav-item:focus,
.cid-v4iLxjRDfE .nav-link:focus {
  outline: none;
}
.cid-v4iLxjRDfE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4iLxjRDfE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4iLxjRDfE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4iLxjRDfE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4iLxjRDfE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4iLxjRDfE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4iLxjRDfE .navbar {
  min-height: 66px;
  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-v4iLxjRDfE .navbar.opened {
  transition: all 0.3s;
}
.cid-v4iLxjRDfE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4iLxjRDfE .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4iLxjRDfE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4iLxjRDfE .navbar.collapsed {
  justify-content: center;
}
.cid-v4iLxjRDfE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4iLxjRDfE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4iLxjRDfE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4iLxjRDfE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4iLxjRDfE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4iLxjRDfE .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-v4iLxjRDfE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4iLxjRDfE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4iLxjRDfE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4iLxjRDfE .navbar {
    min-height: 72px;
  }
  .cid-v4iLxjRDfE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4iLxjRDfE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4iLxjRDfE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4iLxjRDfE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4iLxjRDfE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4iLxjRDfE .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-v4iLxjRDfE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4iLxjRDfE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4iLxjRDfE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4iLxjRDfE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4iLxjRDfE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4iLxjRDfE .dropdown-item.active,
.cid-v4iLxjRDfE .dropdown-item:active {
  background-color: transparent;
}
.cid-v4iLxjRDfE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4iLxjRDfE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4iLxjRDfE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4iLxjRDfE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4iLxjRDfE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4iLxjRDfE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4iLxjRDfE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4iLxjRDfE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4iLxjRDfE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4iLxjRDfE .navbar-buttons {
    text-align: left;
  }
}
.cid-v4iLxjRDfE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4iLxjRDfE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4iLxjRDfE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4iLxjRDfE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4iLxjRDfE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4iLxjRDfE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4iLxjRDfE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4iLxjRDfE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4iLxjRDfE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4iLxjRDfE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4iLxjRDfE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4iLxjRDfE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4iLxjRDfE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4iLxjRDfE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4iLxjRDfE .navbar {
    height: 66px;
  }
  .cid-v4iLxjRDfE .navbar.opened {
    height: auto;
  }
  .cid-v4iLxjRDfE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4iLxjRDfE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4iLxjRDfE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4iLxjRDfE .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4iLxjRDfE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4iLxjRDfE .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-v4iLxjRDfE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4iLxjRDfE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4iLxjRDfE .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4iLxjRDfE .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4iLxjRDfE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4iLxjRDfE .navbar-brand {
    margin-right: auto;
  }
  .cid-v4iLxjRDfE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4iLxjRDfE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4iLxjRDfE .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-v4iLxjRDfE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4iLxjRDfE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4iLxjRDfE .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-v4iLxjRDfE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4iLxjRDfE .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-v4iLxjRDfE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4iLxjRDfE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSm9vsGDBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uSm9vsGDBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9vsGDBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-uSm9vsGDBM .container {
    padding: 0 20px;
  }
}
.cid-v4px5y7qyH {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4px5y7qyH .item-img {
  position: relative;
}
.cid-v4px5y7qyH .button1 {
  background: #f9f356;
}
.cid-v4px5y7qyH .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v4px5y7qyH .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-v4px5y7qyH .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-v4px5y7qyH .button2 {
    margin-top: 1rem;
  }
}
.cid-v4px5y7qyH .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-v4px5y7qyH .title {
    top: 25%;
  }
}
.cid-v4px5y7qyH .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4px5y7qyH .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-v4px5y7qyH .image-wrapper {
    min-height: 400px;
  }
}
.cid-v4px5y7qyH .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4px5y7qyH .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4px5y7qyH .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-v4px5y7qyH .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-v4px5y7qyH .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-v4px5y7qyH .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-v4px5y7qyH .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-v4px5y7qyH .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-v4px5y7qyH .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v4px5y7qyH .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-v4px5y7qyH .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v4px5y7qyH .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-v4px5y7qyH .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v4px5y7qyH .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4px5y7qyH .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4px5y7qyH img,
.cid-v4px5y7qyH .item-img {
  width: 100%;
}
.cid-v4px5y7qyH .item-title2,
.cid-v4px5y7qyH .icon2 {
  color: #2a2c2d;
}
.cid-v4px5y7qyH .item-title1,
.cid-v4px5y7qyH .icon1 {
  color: #151e11;
}
.cid-v4px5y7qyH .main-title {
  color: #f9f356;
  text-align: center;
}
.cid-v4px5y7qyH .main-title DIV {
  text-align: center;
}
.cid-uSm9vupvue {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSm9vupvue .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSm9vupvue .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSm9vupvue .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSm9vupvue .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSm9vupvue .embla__slide .slide-content {
  width: 100%;
}
.cid-uSm9vupvue .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSm9vupvue .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSm9vupvue .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSm9vupvue .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSm9vupvue .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSm9vupvue .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSm9vupvue .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSm9vupvue .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSm9vupvue .embla__button--next,
.cid-uSm9vupvue .embla__button--prev {
  display: flex;
}
.cid-uSm9vupvue .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSm9vupvue .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSm9vupvue .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSm9vupvue .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm9vupvue .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm9vupvue .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSm9vupvue .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSm9vupvue .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSm9vupvue .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSm9vupvue .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSm9vupvue .item-menu-overlay {
  background-color: transparent;
}
.cid-uSm9vupvue .item-title {
  color: #f9f356;
}
.cid-uSm9vuMn5l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm9vuMn5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9vuMn5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9vuMn5l .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm9vuMn5l .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm9vuMn5l .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm9vuMn5l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm9vuMn5l .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm9vuMn5l .mbr-section-title {
  color: #d70081;
}
.cid-uSm9vuMn5l .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm9vuMn5l .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm9vuMn5l .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm9vvHb7S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSm9vvHb7S .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSm9vvHb7S .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSm9vvHb7S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSm9vvHb7S .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSm9vvHb7S .embla__slide .slide-content {
  width: 100%;
}
.cid-uSm9vvHb7S .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSm9vvHb7S .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSm9vvHb7S .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSm9vvHb7S .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSm9vvHb7S .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSm9vvHb7S .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSm9vvHb7S .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSm9vvHb7S .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSm9vvHb7S .embla__button--next,
.cid-uSm9vvHb7S .embla__button--prev {
  display: flex;
}
.cid-uSm9vvHb7S .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSm9vvHb7S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSm9vvHb7S .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSm9vvHb7S .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm9vvHb7S .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm9vvHb7S .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSm9vvHb7S .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSm9vvHb7S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSm9vvHb7S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSm9vvHb7S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSm9vvHb7S .item-menu-overlay {
  background-color: transparent;
}
.cid-uSm9vvHb7S .item-title {
  color: #f9f356;
}
.cid-uSm9vwaIRI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm9vwaIRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9vwaIRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9vwaIRI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm9vwaIRI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm9vwaIRI .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm9vwaIRI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm9vwaIRI .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm9vwaIRI .mbr-section-title {
  color: #d70081;
}
.cid-uSm9vwaIRI .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm9vwaIRI .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm9vwaIRI .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm9vxbVXW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSm9vxbVXW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSm9vxbVXW .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSm9vxbVXW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSm9vxbVXW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSm9vxbVXW .embla__slide .slide-content {
  width: 100%;
}
.cid-uSm9vxbVXW .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSm9vxbVXW .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSm9vxbVXW .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSm9vxbVXW .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSm9vxbVXW .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSm9vxbVXW .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSm9vxbVXW .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSm9vxbVXW .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSm9vxbVXW .embla__button--next,
.cid-uSm9vxbVXW .embla__button--prev {
  display: flex;
}
.cid-uSm9vxbVXW .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSm9vxbVXW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSm9vxbVXW .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSm9vxbVXW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm9vxbVXW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm9vxbVXW .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSm9vxbVXW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSm9vxbVXW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSm9vxbVXW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSm9vxbVXW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSm9vxbVXW .item-menu-overlay {
  background-color: transparent;
}
.cid-uSm9vxbVXW .item-title {
  color: #f9f356;
}
.cid-uSm9vxEdm0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm9vxEdm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9vxEdm0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9vxEdm0 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm9vxEdm0 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm9vxEdm0 .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm9vxEdm0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm9vxEdm0 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm9vxEdm0 .mbr-section-title {
  color: #d70081;
}
.cid-uSm9vxEdm0 .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm9vxEdm0 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm9vxEdm0 .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm9vzghGE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSm9vzghGE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSm9vzghGE .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSm9vzghGE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSm9vzghGE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSm9vzghGE .embla__slide .slide-content {
  width: 100%;
}
.cid-uSm9vzghGE .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSm9vzghGE .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSm9vzghGE .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSm9vzghGE .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSm9vzghGE .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSm9vzghGE .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSm9vzghGE .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSm9vzghGE .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSm9vzghGE .embla__button--next,
.cid-uSm9vzghGE .embla__button--prev {
  display: flex;
}
.cid-uSm9vzghGE .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSm9vzghGE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSm9vzghGE .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSm9vzghGE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm9vzghGE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm9vzghGE .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSm9vzghGE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSm9vzghGE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSm9vzghGE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSm9vzghGE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSm9vzghGE .item-menu-overlay {
  background-color: transparent;
}
.cid-uSm9vzghGE .item-title {
  color: #f9f356;
}
.cid-uSm9vzMAOh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm9vzMAOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9vzMAOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9vzMAOh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm9vzMAOh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm9vzMAOh .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm9vzMAOh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm9vzMAOh .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm9vzMAOh .mbr-section-title {
  color: #d70081;
}
.cid-uSm9vzMAOh .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm9vzMAOh .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm9vzMAOh .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm9vAXECb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSm9vAXECb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSm9vAXECb .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSm9vAXECb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSm9vAXECb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSm9vAXECb .embla__slide .slide-content {
  width: 100%;
}
.cid-uSm9vAXECb .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSm9vAXECb .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSm9vAXECb .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSm9vAXECb .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSm9vAXECb .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSm9vAXECb .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSm9vAXECb .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSm9vAXECb .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSm9vAXECb .embla__button--next,
.cid-uSm9vAXECb .embla__button--prev {
  display: flex;
}
.cid-uSm9vAXECb .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSm9vAXECb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSm9vAXECb .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSm9vAXECb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm9vAXECb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm9vAXECb .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSm9vAXECb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSm9vAXECb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSm9vAXECb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSm9vAXECb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSm9vAXECb .item-menu-overlay {
  background-color: transparent;
}
.cid-uSm9vAXECb .item-title {
  color: #f9f356;
}
.cid-uSm9vBwL6F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm9vBwL6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9vBwL6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9vBwL6F .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm9vBwL6F .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm9vBwL6F .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm9vBwL6F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm9vBwL6F .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm9vBwL6F .mbr-section-title {
  color: #d70081;
}
.cid-uSm9vBwL6F .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm9vBwL6F .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm9vBwL6F .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm9vC7RSl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSm9vC7RSl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSm9vC7RSl .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSm9vC7RSl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSm9vC7RSl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSm9vC7RSl .embla__slide .slide-content {
  width: 100%;
}
.cid-uSm9vC7RSl .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSm9vC7RSl .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSm9vC7RSl .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSm9vC7RSl .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSm9vC7RSl .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSm9vC7RSl .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSm9vC7RSl .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSm9vC7RSl .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSm9vC7RSl .embla__button--next,
.cid-uSm9vC7RSl .embla__button--prev {
  display: flex;
}
.cid-uSm9vC7RSl .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSm9vC7RSl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSm9vC7RSl .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSm9vC7RSl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm9vC7RSl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm9vC7RSl .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSm9vC7RSl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSm9vC7RSl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSm9vC7RSl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSm9vC7RSl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSm9vC7RSl .item-menu-overlay {
  background-color: transparent;
}
.cid-uSm9vC7RSl .item-title {
  color: #f9f356;
}
.cid-uSm9vCFG3b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm9vCFG3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9vCFG3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9vCFG3b .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm9vCFG3b .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm9vCFG3b .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm9vCFG3b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm9vCFG3b .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm9vCFG3b .mbr-section-title {
  color: #d70081;
}
.cid-uSm9vCFG3b .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm9vCFG3b .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm9vCFG3b .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm9vFiYHa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSm9vFiYHa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSm9vFiYHa .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSm9vFiYHa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSm9vFiYHa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSm9vFiYHa .embla__slide .slide-content {
  width: 100%;
}
.cid-uSm9vFiYHa .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSm9vFiYHa .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSm9vFiYHa .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSm9vFiYHa .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSm9vFiYHa .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSm9vFiYHa .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSm9vFiYHa .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSm9vFiYHa .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSm9vFiYHa .embla__button--next,
.cid-uSm9vFiYHa .embla__button--prev {
  display: flex;
}
.cid-uSm9vFiYHa .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSm9vFiYHa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSm9vFiYHa .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSm9vFiYHa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm9vFiYHa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm9vFiYHa .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSm9vFiYHa .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSm9vFiYHa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSm9vFiYHa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSm9vFiYHa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSm9vFiYHa .item-menu-overlay {
  background-color: transparent;
}
.cid-uSm9vFiYHa .item-title {
  color: #f9f356;
}
.cid-uSm9vFVzhR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm9vFVzhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9vFVzhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9vFVzhR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm9vFVzhR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm9vFVzhR .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm9vFVzhR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm9vFVzhR .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm9vFVzhR .mbr-section-title {
  color: #d70081;
}
.cid-uSm9vFVzhR .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm9vFVzhR .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm9vFVzhR .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm9vGDHf4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSm9vGDHf4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSm9vGDHf4 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSm9vGDHf4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSm9vGDHf4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSm9vGDHf4 .embla__slide .slide-content {
  width: 100%;
}
.cid-uSm9vGDHf4 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSm9vGDHf4 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSm9vGDHf4 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSm9vGDHf4 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSm9vGDHf4 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSm9vGDHf4 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSm9vGDHf4 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSm9vGDHf4 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSm9vGDHf4 .embla__button--next,
.cid-uSm9vGDHf4 .embla__button--prev {
  display: flex;
}
.cid-uSm9vGDHf4 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSm9vGDHf4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSm9vGDHf4 .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSm9vGDHf4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm9vGDHf4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm9vGDHf4 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSm9vGDHf4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSm9vGDHf4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSm9vGDHf4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSm9vGDHf4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSm9vGDHf4 .item-menu-overlay {
  background-color: transparent;
}
.cid-uSm9vGDHf4 .item-title {
  color: #f9f356;
}
.cid-uSm9vHjHW7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm9vHjHW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9vHjHW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9vHjHW7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm9vHjHW7 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm9vHjHW7 .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm9vHjHW7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm9vHjHW7 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm9vHjHW7 .mbr-section-title {
  color: #d70081;
}
.cid-uSm9vHjHW7 .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm9vHjHW7 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm9vHjHW7 .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm9vI1WU9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSm9vI1WU9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSm9vI1WU9 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSm9vI1WU9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSm9vI1WU9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSm9vI1WU9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uSm9vI1WU9 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSm9vI1WU9 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSm9vI1WU9 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSm9vI1WU9 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSm9vI1WU9 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSm9vI1WU9 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSm9vI1WU9 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSm9vI1WU9 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSm9vI1WU9 .embla__button--next,
.cid-uSm9vI1WU9 .embla__button--prev {
  display: flex;
}
.cid-uSm9vI1WU9 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSm9vI1WU9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSm9vI1WU9 .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSm9vI1WU9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm9vI1WU9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm9vI1WU9 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSm9vI1WU9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSm9vI1WU9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSm9vI1WU9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSm9vI1WU9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSm9vI1WU9 .item-menu-overlay {
  background-color: transparent;
}
.cid-uSm9vI1WU9 .item-title {
  color: #f9f356;
}
.cid-uSm9vIIfVk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm9vIIfVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm9vIIfVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm9vIIfVk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm9vIIfVk .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm9vIIfVk .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm9vIIfVk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm9vIIfVk .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm9vIIfVk .mbr-section-title {
  color: #d70081;
}
.cid-uSm9vIIfVk .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm9vIIfVk .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm9vIIfVk .card-box .item-footer {
  margin-top: auto;
}
.cid-v4jcCJglu5 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4jcCJglu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jcCJglu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jcCJglu5 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4jcCJglu5 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4jcCJglu5 .content-wrapper {
    width: 100%;
  }
}
.cid-v4jcCJglu5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4jcCJglu5 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4jcCJglu5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4jcCJglu5 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4jcCJglu5 .mbr-section-title {
  color: #181824;
}
.cid-v4jcCJglu5 .mbr-text,
.cid-v4jcCJglu5 .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4jcCJglu5 .mbr-section-title,
.cid-v4jcCJglu5 .mbr-section-btn,
.cid-v4jcCJglu5 .icon-wrapper {
  text-align: center;
}
.cid-v4jcCJglu5 .mbr-section-title,
.cid-v4jcCJglu5 .mbr-section-btn {
  color: #212245;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umPMe43WeL {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-umPMe43WeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPMe43WeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-umPMe43WeL .container {
    padding: 0 20px;
  }
}
.cid-v4pqyu68OP {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4pqyu68OP .item-img {
  position: relative;
}
.cid-v4pqyu68OP .button1 {
  background: #f82d4b;
}
.cid-v4pqyu68OP .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v4pqyu68OP .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-v4pqyu68OP .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-v4pqyu68OP .button2 {
    margin-top: 1rem;
  }
}
.cid-v4pqyu68OP .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-v4pqyu68OP .title {
    top: 25%;
  }
}
.cid-v4pqyu68OP .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4pqyu68OP .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-v4pqyu68OP .image-wrapper {
    min-height: 400px;
  }
}
.cid-v4pqyu68OP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4pqyu68OP .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4pqyu68OP .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-v4pqyu68OP .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-v4pqyu68OP .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-v4pqyu68OP .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-v4pqyu68OP .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-v4pqyu68OP .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-v4pqyu68OP .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v4pqyu68OP .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-v4pqyu68OP .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v4pqyu68OP .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-v4pqyu68OP .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v4pqyu68OP .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pqyu68OP .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pqyu68OP img,
.cid-v4pqyu68OP .item-img {
  width: 100%;
}
.cid-v4pqyu68OP .item-title2,
.cid-v4pqyu68OP .icon2 {
  color: #2a2c2d;
}
.cid-v4pqyu68OP .item-title1,
.cid-v4pqyu68OP .icon1 {
  color: #ffffff;
}
.cid-v4pqyu68OP .main-title {
  color: #f82d4b;
  text-align: center;
}
.cid-v4pqyu68OP .main-title DIV {
  text-align: center;
}
.cid-umPMe5iTwZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umPMe5iTwZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umPMe5iTwZ .container-fluid {
    padding: 0 16px;
  }
}
.cid-umPMe5iTwZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umPMe5iTwZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umPMe5iTwZ .embla__slide .slide-content {
  width: 100%;
}
.cid-umPMe5iTwZ .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umPMe5iTwZ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umPMe5iTwZ .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umPMe5iTwZ .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umPMe5iTwZ .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umPMe5iTwZ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umPMe5iTwZ .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umPMe5iTwZ .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umPMe5iTwZ .embla__button--next,
.cid-umPMe5iTwZ .embla__button--prev {
  display: flex;
}
.cid-umPMe5iTwZ .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umPMe5iTwZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umPMe5iTwZ .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umPMe5iTwZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umPMe5iTwZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umPMe5iTwZ .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umPMe5iTwZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umPMe5iTwZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umPMe5iTwZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umPMe5iTwZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umPMe5iTwZ .item-menu-overlay {
  background-color: transparent;
}
.cid-umPMe5iTwZ .item-title {
  color: #f82d4b;
}
.cid-umPMe5Cs7z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umPMe5Cs7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPMe5Cs7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umPMe5Cs7z .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umPMe5Cs7z .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umPMe5Cs7z .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umPMe5Cs7z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umPMe5Cs7z .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umPMe5Cs7z .mbr-section-title {
  color: #d70081;
}
.cid-umPMe5Cs7z .mbr-section-subtitle {
  color: #232323;
}
.cid-umPMe5Cs7z .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umPMe5Cs7z .card-box .item-footer {
  margin-top: auto;
}
.cid-umPMe6bQAq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umPMe6bQAq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umPMe6bQAq .container-fluid {
    padding: 0 16px;
  }
}
.cid-umPMe6bQAq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umPMe6bQAq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umPMe6bQAq .embla__slide .slide-content {
  width: 100%;
}
.cid-umPMe6bQAq .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umPMe6bQAq .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umPMe6bQAq .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umPMe6bQAq .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umPMe6bQAq .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umPMe6bQAq .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umPMe6bQAq .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umPMe6bQAq .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umPMe6bQAq .embla__button--next,
.cid-umPMe6bQAq .embla__button--prev {
  display: flex;
}
.cid-umPMe6bQAq .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umPMe6bQAq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umPMe6bQAq .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umPMe6bQAq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umPMe6bQAq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umPMe6bQAq .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umPMe6bQAq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umPMe6bQAq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umPMe6bQAq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umPMe6bQAq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umPMe6bQAq .item-menu-overlay {
  background-color: transparent;
}
.cid-umPMe6bQAq .item-title {
  color: #f82d4b;
}
.cid-umPMe6vnKe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umPMe6vnKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPMe6vnKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umPMe6vnKe .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umPMe6vnKe .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umPMe6vnKe .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umPMe6vnKe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umPMe6vnKe .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umPMe6vnKe .mbr-section-title {
  color: #d70081;
}
.cid-umPMe6vnKe .mbr-section-subtitle {
  color: #232323;
}
.cid-umPMe6vnKe .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umPMe6vnKe .card-box .item-footer {
  margin-top: auto;
}
.cid-uSl9xMzvBQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSl9xMzvBQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSl9xMzvBQ .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSl9xMzvBQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSl9xMzvBQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSl9xMzvBQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uSl9xMzvBQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSl9xMzvBQ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSl9xMzvBQ .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSl9xMzvBQ .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSl9xMzvBQ .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSl9xMzvBQ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSl9xMzvBQ .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSl9xMzvBQ .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSl9xMzvBQ .embla__button--next,
.cid-uSl9xMzvBQ .embla__button--prev {
  display: flex;
}
.cid-uSl9xMzvBQ .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSl9xMzvBQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSl9xMzvBQ .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSl9xMzvBQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSl9xMzvBQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSl9xMzvBQ .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSl9xMzvBQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSl9xMzvBQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSl9xMzvBQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSl9xMzvBQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSl9xMzvBQ .item-menu-overlay {
  background-color: transparent;
}
.cid-uSl9xMzvBQ .item-title {
  color: #f82d4b;
}
.cid-uSl9DW4Ygz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSl9DW4Ygz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl9DW4Ygz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl9DW4Ygz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSl9DW4Ygz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSl9DW4Ygz .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSl9DW4Ygz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSl9DW4Ygz .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSl9DW4Ygz .mbr-section-title {
  color: #d70081;
}
.cid-uSl9DW4Ygz .mbr-section-subtitle {
  color: #232323;
}
.cid-uSl9DW4Ygz .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSl9DW4Ygz .card-box .item-footer {
  margin-top: auto;
}
.cid-umPQxIuzNe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umPQxIuzNe .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umPQxIuzNe .container-fluid {
    padding: 0 16px;
  }
}
.cid-umPQxIuzNe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umPQxIuzNe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umPQxIuzNe .embla__slide .slide-content {
  width: 100%;
}
.cid-umPQxIuzNe .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umPQxIuzNe .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umPQxIuzNe .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umPQxIuzNe .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umPQxIuzNe .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umPQxIuzNe .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umPQxIuzNe .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umPQxIuzNe .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umPQxIuzNe .embla__button--next,
.cid-umPQxIuzNe .embla__button--prev {
  display: flex;
}
.cid-umPQxIuzNe .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umPQxIuzNe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umPQxIuzNe .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umPQxIuzNe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umPQxIuzNe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umPQxIuzNe .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umPQxIuzNe .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umPQxIuzNe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umPQxIuzNe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umPQxIuzNe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umPQxIuzNe .item-menu-overlay {
  background-color: transparent;
}
.cid-umPQxIuzNe .item-title {
  color: #f82d4b;
}
.cid-uSlZjnNLVE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSlZjnNLVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSlZjnNLVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSlZjnNLVE .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSlZjnNLVE .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSlZjnNLVE .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSlZjnNLVE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSlZjnNLVE .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSlZjnNLVE .mbr-section-title {
  color: #d70081;
}
.cid-uSlZjnNLVE .mbr-section-subtitle {
  color: #232323;
}
.cid-uSlZjnNLVE .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSlZjnNLVE .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm0eHBvtI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSm0eHBvtI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSm0eHBvtI .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSm0eHBvtI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSm0eHBvtI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSm0eHBvtI .embla__slide .slide-content {
  width: 100%;
}
.cid-uSm0eHBvtI .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSm0eHBvtI .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSm0eHBvtI .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSm0eHBvtI .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSm0eHBvtI .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSm0eHBvtI .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSm0eHBvtI .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSm0eHBvtI .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSm0eHBvtI .embla__button--next,
.cid-uSm0eHBvtI .embla__button--prev {
  display: flex;
}
.cid-uSm0eHBvtI .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSm0eHBvtI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSm0eHBvtI .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSm0eHBvtI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSm0eHBvtI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSm0eHBvtI .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSm0eHBvtI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSm0eHBvtI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSm0eHBvtI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSm0eHBvtI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSm0eHBvtI .item-menu-overlay {
  background-color: transparent;
}
.cid-uSm0eHBvtI .item-title {
  color: #f82d4b;
}
.cid-umPQtE22gT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umPQtE22gT .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPQtE22gT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umPQtE22gT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umPQtE22gT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umPQtE22gT .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umPQtE22gT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umPQtE22gT .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umPQtE22gT .mbr-section-title {
  color: #d70081;
}
.cid-umPQtE22gT .mbr-section-subtitle {
  color: #232323;
}
.cid-umPQtE22gT .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umPQtE22gT .card-box .item-footer {
  margin-top: auto;
}
.cid-umPRVyuvz4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umPRVyuvz4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umPRVyuvz4 .container-fluid {
    padding: 0 16px;
  }
}
.cid-umPRVyuvz4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umPRVyuvz4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umPRVyuvz4 .embla__slide .slide-content {
  width: 100%;
}
.cid-umPRVyuvz4 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umPRVyuvz4 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umPRVyuvz4 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umPRVyuvz4 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umPRVyuvz4 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umPRVyuvz4 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umPRVyuvz4 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umPRVyuvz4 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umPRVyuvz4 .embla__button--next,
.cid-umPRVyuvz4 .embla__button--prev {
  display: flex;
}
.cid-umPRVyuvz4 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umPRVyuvz4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umPRVyuvz4 .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umPRVyuvz4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umPRVyuvz4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umPRVyuvz4 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umPRVyuvz4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umPRVyuvz4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umPRVyuvz4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umPRVyuvz4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umPRVyuvz4 .item-menu-overlay {
  background-color: transparent;
}
.cid-umPRVyuvz4 .item-title {
  color: #f82d4b;
}
.cid-uSm5KlA1lS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm5KlA1lS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm5KlA1lS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm5KlA1lS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm5KlA1lS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm5KlA1lS .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm5KlA1lS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm5KlA1lS .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm5KlA1lS .mbr-section-title {
  color: #d70081;
}
.cid-uSm5KlA1lS .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm5KlA1lS .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm5KlA1lS .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm6drt8uy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm6drt8uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm6drt8uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm6drt8uy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm6drt8uy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm6drt8uy .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm6drt8uy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm6drt8uy .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm6drt8uy .mbr-section-title {
  color: #d70081;
}
.cid-uSm6drt8uy .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm6drt8uy .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm6drt8uy .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm6cBZLxm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm6cBZLxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm6cBZLxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm6cBZLxm .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm6cBZLxm .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm6cBZLxm .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm6cBZLxm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm6cBZLxm .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm6cBZLxm .mbr-section-title {
  color: #d70081;
}
.cid-uSm6cBZLxm .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm6cBZLxm .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm6cBZLxm .card-box .item-footer {
  margin-top: auto;
}
.cid-uSm6bI1XVq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSm6bI1XVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSm6bI1XVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSm6bI1XVq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSm6bI1XVq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSm6bI1XVq .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSm6bI1XVq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSm6bI1XVq .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSm6bI1XVq .mbr-section-title {
  color: #d70081;
}
.cid-uSm6bI1XVq .mbr-section-subtitle {
  color: #232323;
}
.cid-uSm6bI1XVq .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSm6bI1XVq .card-box .item-footer {
  margin-top: auto;
}
.cid-umPMe6W63A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umPMe6W63A .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umPMe6W63A .container-fluid {
    padding: 0 16px;
  }
}
.cid-umPMe6W63A .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umPMe6W63A .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umPMe6W63A .embla__slide .slide-content {
  width: 100%;
}
.cid-umPMe6W63A .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umPMe6W63A .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umPMe6W63A .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umPMe6W63A .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umPMe6W63A .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umPMe6W63A .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umPMe6W63A .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umPMe6W63A .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umPMe6W63A .embla__button--next,
.cid-umPMe6W63A .embla__button--prev {
  display: flex;
}
.cid-umPMe6W63A .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umPMe6W63A .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umPMe6W63A .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umPMe6W63A .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umPMe6W63A .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umPMe6W63A .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umPMe6W63A .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umPMe6W63A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umPMe6W63A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umPMe6W63A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umPMe6W63A .item-menu-overlay {
  background-color: transparent;
}
.cid-umPMe6W63A .item-title {
  color: #f82d4b;
}
.cid-umPMe7kedn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umPMe7kedn .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPMe7kedn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umPMe7kedn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umPMe7kedn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umPMe7kedn .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umPMe7kedn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umPMe7kedn .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umPMe7kedn .mbr-section-title {
  color: #d70081;
}
.cid-umPMe7kedn .mbr-section-subtitle {
  color: #232323;
}
.cid-umPMe7kedn .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umPMe7kedn .card-box .item-footer {
  margin-top: auto;
}
.cid-umPMe7LiSa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umPMe7LiSa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umPMe7LiSa .container-fluid {
    padding: 0 16px;
  }
}
.cid-umPMe7LiSa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umPMe7LiSa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umPMe7LiSa .embla__slide .slide-content {
  width: 100%;
}
.cid-umPMe7LiSa .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umPMe7LiSa .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umPMe7LiSa .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umPMe7LiSa .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umPMe7LiSa .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umPMe7LiSa .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umPMe7LiSa .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umPMe7LiSa .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umPMe7LiSa .embla__button--next,
.cid-umPMe7LiSa .embla__button--prev {
  display: flex;
}
.cid-umPMe7LiSa .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umPMe7LiSa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umPMe7LiSa .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umPMe7LiSa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umPMe7LiSa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umPMe7LiSa .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umPMe7LiSa .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umPMe7LiSa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umPMe7LiSa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umPMe7LiSa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umPMe7LiSa .item-menu-overlay {
  background-color: transparent;
}
.cid-umPMe7LiSa .item-title {
  color: #f82d4b;
}
.cid-umPMe8aWTu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umPMe8aWTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPMe8aWTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umPMe8aWTu .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umPMe8aWTu .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umPMe8aWTu .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umPMe8aWTu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umPMe8aWTu .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umPMe8aWTu .mbr-section-title {
  color: #d70081;
}
.cid-umPMe8aWTu .mbr-section-subtitle {
  color: #232323;
}
.cid-umPMe8aWTu .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umPMe8aWTu .card-box .item-footer {
  margin-top: auto;
}
.cid-umPMe8BFQA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umPMe8BFQA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umPMe8BFQA .container-fluid {
    padding: 0 16px;
  }
}
.cid-umPMe8BFQA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umPMe8BFQA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umPMe8BFQA .embla__slide .slide-content {
  width: 100%;
}
.cid-umPMe8BFQA .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umPMe8BFQA .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umPMe8BFQA .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umPMe8BFQA .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umPMe8BFQA .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umPMe8BFQA .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umPMe8BFQA .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umPMe8BFQA .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umPMe8BFQA .embla__button--next,
.cid-umPMe8BFQA .embla__button--prev {
  display: flex;
}
.cid-umPMe8BFQA .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umPMe8BFQA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umPMe8BFQA .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umPMe8BFQA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umPMe8BFQA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umPMe8BFQA .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umPMe8BFQA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umPMe8BFQA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umPMe8BFQA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umPMe8BFQA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umPMe8BFQA .item-menu-overlay {
  background-color: transparent;
}
.cid-umPMe8BFQA .item-title {
  color: #f82d4b;
}
.cid-umPMe90f5g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umPMe90f5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-umPMe90f5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umPMe90f5g .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umPMe90f5g .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umPMe90f5g .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umPMe90f5g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umPMe90f5g .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umPMe90f5g .mbr-section-title {
  color: #d70081;
}
.cid-umPMe90f5g .mbr-section-subtitle {
  color: #232323;
}
.cid-umPMe90f5g .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umPMe90f5g .card-box .item-footer {
  margin-top: auto;
}
.cid-v4jpXyYfsB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4jpXyYfsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jpXyYfsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jpXyYfsB .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4jpXyYfsB .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4jpXyYfsB .content-wrapper {
    width: 100%;
  }
}
.cid-v4jpXyYfsB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4jpXyYfsB .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4jpXyYfsB .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4jpXyYfsB .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4jpXyYfsB .mbr-section-title {
  color: #181824;
}
.cid-v4jpXyYfsB .mbr-text,
.cid-v4jpXyYfsB .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4jpXyYfsB .mbr-section-title,
.cid-v4jpXyYfsB .mbr-section-btn,
.cid-v4jpXyYfsB .icon-wrapper {
  text-align: center;
}
.cid-v4jpXyYfsB .mbr-section-title,
.cid-v4jpXyYfsB .mbr-section-btn {
  color: #212245;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umLes9d99E {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-umLes9d99E .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLes9d99E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-umLes9d99E .container {
    padding: 0 20px;
  }
}
.cid-v4pxEvwvFB {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4pxEvwvFB .item-img {
  position: relative;
}
.cid-v4pxEvwvFB .button1 {
  background: #38b6ff;
}
.cid-v4pxEvwvFB .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v4pxEvwvFB .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-v4pxEvwvFB .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-v4pxEvwvFB .button2 {
    margin-top: 1rem;
  }
}
.cid-v4pxEvwvFB .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-v4pxEvwvFB .title {
    top: 25%;
  }
}
.cid-v4pxEvwvFB .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4pxEvwvFB .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-v4pxEvwvFB .image-wrapper {
    min-height: 400px;
  }
}
.cid-v4pxEvwvFB .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4pxEvwvFB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4pxEvwvFB .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-v4pxEvwvFB .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-v4pxEvwvFB .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-v4pxEvwvFB .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-v4pxEvwvFB .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-v4pxEvwvFB .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-v4pxEvwvFB .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v4pxEvwvFB .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-v4pxEvwvFB .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v4pxEvwvFB .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-v4pxEvwvFB .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v4pxEvwvFB .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pxEvwvFB .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pxEvwvFB img,
.cid-v4pxEvwvFB .item-img {
  width: 100%;
}
.cid-v4pxEvwvFB .item-title2,
.cid-v4pxEvwvFB .icon2 {
  color: #2a2c2d;
}
.cid-v4pxEvwvFB .item-title1,
.cid-v4pxEvwvFB .icon1 {
  color: #ffffff;
}
.cid-v4pxEvwvFB .main-title {
  color: #38b6ff;
  text-align: center;
}
.cid-v4pxEvwvFB .main-title DIV {
  text-align: center;
}
.cid-umLEaySdDD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLEaySdDD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umLEaySdDD .container-fluid {
    padding: 0 16px;
  }
}
.cid-umLEaySdDD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umLEaySdDD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umLEaySdDD .embla__slide .slide-content {
  width: 100%;
}
.cid-umLEaySdDD .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umLEaySdDD .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umLEaySdDD .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umLEaySdDD .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umLEaySdDD .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umLEaySdDD .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umLEaySdDD .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umLEaySdDD .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umLEaySdDD .embla__button--next,
.cid-umLEaySdDD .embla__button--prev {
  display: flex;
}
.cid-umLEaySdDD .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umLEaySdDD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umLEaySdDD .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umLEaySdDD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umLEaySdDD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umLEaySdDD .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umLEaySdDD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umLEaySdDD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umLEaySdDD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umLEaySdDD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umLEaySdDD .item-menu-overlay {
  background-color: transparent;
}
.cid-umLEaySdDD .item-title {
  color: #38b6ff;
}
.cid-umLpaLYw0J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umLpaLYw0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLpaLYw0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLpaLYw0J .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umLpaLYw0J .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umLpaLYw0J .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umLpaLYw0J .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umLpaLYw0J .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umLpaLYw0J .mbr-section-title {
  color: #d70081;
}
.cid-umLpaLYw0J .mbr-section-subtitle {
  color: #232323;
}
.cid-umLpaLYw0J .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umLpaLYw0J .card-box .item-footer {
  margin-top: auto;
}
.cid-umLpaLYw0J .card-text {
  text-align: left;
}
.cid-umLEZUuG6z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLEZUuG6z .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umLEZUuG6z .container-fluid {
    padding: 0 16px;
  }
}
.cid-umLEZUuG6z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umLEZUuG6z .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umLEZUuG6z .embla__slide .slide-content {
  width: 100%;
}
.cid-umLEZUuG6z .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umLEZUuG6z .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umLEZUuG6z .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umLEZUuG6z .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umLEZUuG6z .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umLEZUuG6z .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umLEZUuG6z .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umLEZUuG6z .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umLEZUuG6z .embla__button--next,
.cid-umLEZUuG6z .embla__button--prev {
  display: flex;
}
.cid-umLEZUuG6z .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umLEZUuG6z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umLEZUuG6z .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umLEZUuG6z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umLEZUuG6z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umLEZUuG6z .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umLEZUuG6z .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umLEZUuG6z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umLEZUuG6z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umLEZUuG6z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umLEZUuG6z .item-menu-overlay {
  background-color: transparent;
}
.cid-umLEZUuG6z .item-title {
  color: #38b6ff;
}
.cid-umLsaiDYyp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umLsaiDYyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLsaiDYyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLsaiDYyp .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umLsaiDYyp .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umLsaiDYyp .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umLsaiDYyp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umLsaiDYyp .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umLsaiDYyp .mbr-section-title {
  color: #d70081;
}
.cid-umLsaiDYyp .mbr-section-subtitle {
  color: #232323;
}
.cid-umLsaiDYyp .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umLsaiDYyp .card-box .item-footer {
  margin-top: auto;
}
.cid-uSkN2ntcdz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSkN2ntcdz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSkN2ntcdz .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSkN2ntcdz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSkN2ntcdz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSkN2ntcdz .embla__slide .slide-content {
  width: 100%;
}
.cid-uSkN2ntcdz .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSkN2ntcdz .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSkN2ntcdz .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSkN2ntcdz .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSkN2ntcdz .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSkN2ntcdz .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSkN2ntcdz .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSkN2ntcdz .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSkN2ntcdz .embla__button--next,
.cid-uSkN2ntcdz .embla__button--prev {
  display: flex;
}
.cid-uSkN2ntcdz .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSkN2ntcdz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSkN2ntcdz .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSkN2ntcdz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSkN2ntcdz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSkN2ntcdz .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSkN2ntcdz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSkN2ntcdz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSkN2ntcdz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSkN2ntcdz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSkN2ntcdz .item-menu-overlay {
  background-color: transparent;
}
.cid-uSkN2ntcdz .item-title {
  color: #38b6ff;
}
.cid-uSkN0pmpTx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSkN0pmpTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkN0pmpTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkN0pmpTx .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSkN0pmpTx .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSkN0pmpTx .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSkN0pmpTx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSkN0pmpTx .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSkN0pmpTx .mbr-section-title {
  color: #d70081;
}
.cid-uSkN0pmpTx .mbr-section-subtitle {
  color: #232323;
}
.cid-uSkN0pmpTx .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSkN0pmpTx .card-box .item-footer {
  margin-top: auto;
}
.cid-umLNvzgI32 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLNvzgI32 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umLNvzgI32 .container-fluid {
    padding: 0 16px;
  }
}
.cid-umLNvzgI32 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umLNvzgI32 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umLNvzgI32 .embla__slide .slide-content {
  width: 100%;
}
.cid-umLNvzgI32 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umLNvzgI32 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umLNvzgI32 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umLNvzgI32 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umLNvzgI32 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umLNvzgI32 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umLNvzgI32 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umLNvzgI32 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umLNvzgI32 .embla__button--next,
.cid-umLNvzgI32 .embla__button--prev {
  display: flex;
}
.cid-umLNvzgI32 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umLNvzgI32 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umLNvzgI32 .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umLNvzgI32 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umLNvzgI32 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umLNvzgI32 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umLNvzgI32 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umLNvzgI32 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umLNvzgI32 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umLNvzgI32 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umLNvzgI32 .item-menu-overlay {
  background-color: transparent;
}
.cid-umLNvzgI32 .item-title {
  color: #38b6ff;
}
.cid-uSkR22o8CR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSkR22o8CR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkR22o8CR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkR22o8CR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSkR22o8CR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSkR22o8CR .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSkR22o8CR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSkR22o8CR .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSkR22o8CR .mbr-section-title {
  color: #d70081;
}
.cid-uSkR22o8CR .mbr-section-subtitle {
  color: #232323;
}
.cid-uSkR22o8CR .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSkR22o8CR .card-box .item-footer {
  margin-top: auto;
}
.cid-uSkR0yRDLn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSkR0yRDLn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSkR0yRDLn .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSkR0yRDLn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSkR0yRDLn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSkR0yRDLn .embla__slide .slide-content {
  width: 100%;
}
.cid-uSkR0yRDLn .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSkR0yRDLn .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSkR0yRDLn .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSkR0yRDLn .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSkR0yRDLn .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSkR0yRDLn .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSkR0yRDLn .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSkR0yRDLn .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSkR0yRDLn .embla__button--next,
.cid-uSkR0yRDLn .embla__button--prev {
  display: flex;
}
.cid-uSkR0yRDLn .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSkR0yRDLn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSkR0yRDLn .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSkR0yRDLn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSkR0yRDLn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSkR0yRDLn .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSkR0yRDLn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSkR0yRDLn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSkR0yRDLn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSkR0yRDLn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSkR0yRDLn .item-menu-overlay {
  background-color: transparent;
}
.cid-uSkR0yRDLn .item-title {
  color: #38b6ff;
}
.cid-umLLRd65ZN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umLLRd65ZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLLRd65ZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLLRd65ZN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umLLRd65ZN .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umLLRd65ZN .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umLLRd65ZN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umLLRd65ZN .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umLLRd65ZN .mbr-section-title {
  color: #d70081;
}
.cid-umLLRd65ZN .mbr-section-subtitle {
  color: #232323;
}
.cid-umLLRd65ZN .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umLLRd65ZN .card-box .item-footer {
  margin-top: auto;
}
.cid-urVPgcw4ew {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urVPgcw4ew .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urVPgcw4ew .container-fluid {
    padding: 0 16px;
  }
}
.cid-urVPgcw4ew .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-urVPgcw4ew .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-urVPgcw4ew .embla__slide .slide-content {
  width: 100%;
}
.cid-urVPgcw4ew .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urVPgcw4ew .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-urVPgcw4ew .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-urVPgcw4ew .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-urVPgcw4ew .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-urVPgcw4ew .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-urVPgcw4ew .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-urVPgcw4ew .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-urVPgcw4ew .embla__button--next,
.cid-urVPgcw4ew .embla__button--prev {
  display: flex;
}
.cid-urVPgcw4ew .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-urVPgcw4ew .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-urVPgcw4ew .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-urVPgcw4ew .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urVPgcw4ew .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urVPgcw4ew .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-urVPgcw4ew .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-urVPgcw4ew .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urVPgcw4ew .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urVPgcw4ew .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urVPgcw4ew .item-menu-overlay {
  background-color: transparent;
}
.cid-urVPgcw4ew .item-title {
  color: #38b6ff;
}
.cid-uSkUWBRjNL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSkUWBRjNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkUWBRjNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkUWBRjNL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSkUWBRjNL .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSkUWBRjNL .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSkUWBRjNL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSkUWBRjNL .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSkUWBRjNL .mbr-section-title {
  color: #d70081;
}
.cid-uSkUWBRjNL .mbr-section-subtitle {
  color: #232323;
}
.cid-uSkUWBRjNL .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSkUWBRjNL .card-box .item-footer {
  margin-top: auto;
}
.cid-umLRbPSl74 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLRbPSl74 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umLRbPSl74 .container-fluid {
    padding: 0 16px;
  }
}
.cid-umLRbPSl74 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umLRbPSl74 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umLRbPSl74 .embla__slide .slide-content {
  width: 100%;
}
.cid-umLRbPSl74 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umLRbPSl74 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umLRbPSl74 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umLRbPSl74 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umLRbPSl74 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umLRbPSl74 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umLRbPSl74 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umLRbPSl74 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umLRbPSl74 .embla__button--next,
.cid-umLRbPSl74 .embla__button--prev {
  display: flex;
}
.cid-umLRbPSl74 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umLRbPSl74 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umLRbPSl74 .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umLRbPSl74 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umLRbPSl74 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umLRbPSl74 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umLRbPSl74 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umLRbPSl74 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umLRbPSl74 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umLRbPSl74 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umLRbPSl74 .item-menu-overlay {
  background-color: transparent;
}
.cid-umLRbPSl74 .item-title {
  color: #38b6ff;
}
.cid-umLRjXU6Wj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLRjXU6Wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLRjXU6Wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLRjXU6Wj .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umLRjXU6Wj .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umLRjXU6Wj .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umLRjXU6Wj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umLRjXU6Wj .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umLRjXU6Wj .mbr-section-title {
  color: #d70081;
}
.cid-umLRjXU6Wj .mbr-section-subtitle {
  color: #232323;
}
.cid-umLRjXU6Wj .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umLRjXU6Wj .card-box .item-footer {
  margin-top: auto;
}
.cid-umLUidbcei {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLUidbcei .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umLUidbcei .container-fluid {
    padding: 0 16px;
  }
}
.cid-umLUidbcei .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-umLUidbcei .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umLUidbcei .embla__slide .slide-content {
  width: 100%;
}
.cid-umLUidbcei .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umLUidbcei .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-umLUidbcei .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-umLUidbcei .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-umLUidbcei .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-umLUidbcei .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-umLUidbcei .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-umLUidbcei .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-umLUidbcei .embla__button--next,
.cid-umLUidbcei .embla__button--prev {
  display: flex;
}
.cid-umLUidbcei .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-umLUidbcei .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umLUidbcei .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-umLUidbcei .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umLUidbcei .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umLUidbcei .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-umLUidbcei .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-umLUidbcei .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umLUidbcei .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umLUidbcei .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umLUidbcei .item-menu-overlay {
  background-color: transparent;
}
.cid-umLUidbcei .item-title {
  color: #38b6ff;
}
.cid-umLUj7Clrw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umLUj7Clrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLUj7Clrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLUj7Clrw .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umLUj7Clrw .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-umLUj7Clrw .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-umLUj7Clrw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-umLUj7Clrw .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-umLUj7Clrw .mbr-section-title {
  color: #d70081;
}
.cid-umLUj7Clrw .mbr-section-subtitle {
  color: #232323;
}
.cid-umLUj7Clrw .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umLUj7Clrw .card-box .item-footer {
  margin-top: auto;
}
.cid-v4jsGwgtDO {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4jsGwgtDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jsGwgtDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jsGwgtDO .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4jsGwgtDO .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4jsGwgtDO .content-wrapper {
    width: 100%;
  }
}
.cid-v4jsGwgtDO .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4jsGwgtDO .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4jsGwgtDO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4jsGwgtDO .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4jsGwgtDO .mbr-section-title {
  color: #181824;
}
.cid-v4jsGwgtDO .mbr-text,
.cid-v4jsGwgtDO .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4jsGwgtDO .mbr-section-title,
.cid-v4jsGwgtDO .mbr-section-btn,
.cid-v4jsGwgtDO .icon-wrapper {
  text-align: center;
}
.cid-v4jsGwgtDO .mbr-section-title,
.cid-v4jsGwgtDO .mbr-section-btn {
  color: #212245;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umyqUNgj42 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-umyqUNgj42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyqUNgj42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-umyqUNgj42 .container {
    padding: 0 20px;
  }
}
.cid-v4pvHOXRb2 {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4pvHOXRb2 .item-img {
  position: relative;
}
.cid-v4pvHOXRb2 .button1 {
  background: #05e609;
}
.cid-v4pvHOXRb2 .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v4pvHOXRb2 .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-v4pvHOXRb2 .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-v4pvHOXRb2 .button2 {
    margin-top: 1rem;
  }
}
.cid-v4pvHOXRb2 .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-v4pvHOXRb2 .title {
    top: 25%;
  }
}
.cid-v4pvHOXRb2 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4pvHOXRb2 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-v4pvHOXRb2 .image-wrapper {
    min-height: 400px;
  }
}
.cid-v4pvHOXRb2 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4pvHOXRb2 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4pvHOXRb2 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-v4pvHOXRb2 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-v4pvHOXRb2 .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-v4pvHOXRb2 .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-v4pvHOXRb2 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-v4pvHOXRb2 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-v4pvHOXRb2 .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v4pvHOXRb2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-v4pvHOXRb2 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v4pvHOXRb2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-v4pvHOXRb2 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v4pvHOXRb2 .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pvHOXRb2 .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pvHOXRb2 img,
.cid-v4pvHOXRb2 .item-img {
  width: 100%;
}
.cid-v4pvHOXRb2 .item-title2,
.cid-v4pvHOXRb2 .icon2 {
  color: #2a2c2d;
}
.cid-v4pvHOXRb2 .item-title1,
.cid-v4pvHOXRb2 .icon1 {
  color: #ffffff;
}
.cid-v4pvHOXRb2 .main-title {
  color: #05e609;
  text-align: center;
}
.cid-v4pvHOXRb2 .main-title DIV {
  text-align: center;
}
.cid-v4jx8BGs9g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4jx8BGs9g .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4jx8BGs9g .container-fluid {
    padding: 0 16px;
  }
}
.cid-v4jx8BGs9g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-v4jx8BGs9g .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4jx8BGs9g .embla__slide .slide-content {
  width: 100%;
}
.cid-v4jx8BGs9g .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4jx8BGs9g .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-v4jx8BGs9g .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v4jx8BGs9g .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-v4jx8BGs9g .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-v4jx8BGs9g .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-v4jx8BGs9g .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4jx8BGs9g .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-v4jx8BGs9g .embla__button--next,
.cid-v4jx8BGs9g .embla__button--prev {
  display: flex;
}
.cid-v4jx8BGs9g .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-v4jx8BGs9g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4jx8BGs9g .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-v4jx8BGs9g .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4jx8BGs9g .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4jx8BGs9g .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-v4jx8BGs9g .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v4jx8BGs9g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4jx8BGs9g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4jx8BGs9g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4jx8BGs9g .item-menu-overlay {
  background-color: transparent;
}
.cid-v4jx8BGs9g .item-title {
  color: #05e609;
}
.cid-v4jxb8tFA8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4jxb8tFA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jxb8tFA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jxb8tFA8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4jxb8tFA8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4jxb8tFA8 .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v4jxb8tFA8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v4jxb8tFA8 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v4jxb8tFA8 .mbr-section-title {
  color: #d70081;
}
.cid-v4jxb8tFA8 .mbr-section-subtitle {
  color: #232323;
}
.cid-v4jxb8tFA8 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v4jxb8tFA8 .card-box .item-footer {
  margin-top: auto;
}
.cid-v4jy5zXeBi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4jy5zXeBi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4jy5zXeBi .container-fluid {
    padding: 0 16px;
  }
}
.cid-v4jy5zXeBi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-v4jy5zXeBi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4jy5zXeBi .embla__slide .slide-content {
  width: 100%;
}
.cid-v4jy5zXeBi .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4jy5zXeBi .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-v4jy5zXeBi .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v4jy5zXeBi .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-v4jy5zXeBi .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-v4jy5zXeBi .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-v4jy5zXeBi .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4jy5zXeBi .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-v4jy5zXeBi .embla__button--next,
.cid-v4jy5zXeBi .embla__button--prev {
  display: flex;
}
.cid-v4jy5zXeBi .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-v4jy5zXeBi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4jy5zXeBi .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-v4jy5zXeBi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4jy5zXeBi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4jy5zXeBi .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-v4jy5zXeBi .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v4jy5zXeBi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4jy5zXeBi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4jy5zXeBi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4jy5zXeBi .item-menu-overlay {
  background-color: transparent;
}
.cid-v4jy5zXeBi .item-title {
  color: #05e609;
}
.cid-v4jy8MXeg7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4jy8MXeg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jy8MXeg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jy8MXeg7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4jy8MXeg7 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4jy8MXeg7 .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v4jy8MXeg7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v4jy8MXeg7 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v4jy8MXeg7 .mbr-section-title {
  color: #d70081;
}
.cid-v4jy8MXeg7 .mbr-section-subtitle {
  color: #232323;
}
.cid-v4jy8MXeg7 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v4jy8MXeg7 .card-box .item-footer {
  margin-top: auto;
}
.cid-v4jyU9LBwf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4jyU9LBwf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4jyU9LBwf .container-fluid {
    padding: 0 16px;
  }
}
.cid-v4jyU9LBwf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-v4jyU9LBwf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4jyU9LBwf .embla__slide .slide-content {
  width: 100%;
}
.cid-v4jyU9LBwf .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4jyU9LBwf .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-v4jyU9LBwf .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v4jyU9LBwf .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-v4jyU9LBwf .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-v4jyU9LBwf .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-v4jyU9LBwf .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4jyU9LBwf .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-v4jyU9LBwf .embla__button--next,
.cid-v4jyU9LBwf .embla__button--prev {
  display: flex;
}
.cid-v4jyU9LBwf .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-v4jyU9LBwf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4jyU9LBwf .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-v4jyU9LBwf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4jyU9LBwf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4jyU9LBwf .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-v4jyU9LBwf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v4jyU9LBwf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4jyU9LBwf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4jyU9LBwf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4jyU9LBwf .item-menu-overlay {
  background-color: transparent;
}
.cid-v4jyU9LBwf .item-title {
  color: #05e609;
}
.cid-v4jyY6xYNF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4jyY6xYNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jyY6xYNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jyY6xYNF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4jyY6xYNF .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4jyY6xYNF .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v4jyY6xYNF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v4jyY6xYNF .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v4jyY6xYNF .mbr-section-title {
  color: #d70081;
}
.cid-v4jyY6xYNF .mbr-section-subtitle {
  color: #232323;
}
.cid-v4jyY6xYNF .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v4jyY6xYNF .card-box .item-footer {
  margin-top: auto;
}
.cid-v4jzu4nwye {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4jzu4nwye .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4jzu4nwye .container-fluid {
    padding: 0 16px;
  }
}
.cid-v4jzu4nwye .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-v4jzu4nwye .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v4jzu4nwye .embla__slide .slide-content {
  width: 100%;
}
.cid-v4jzu4nwye .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4jzu4nwye .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-v4jzu4nwye .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v4jzu4nwye .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-v4jzu4nwye .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-v4jzu4nwye .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-v4jzu4nwye .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4jzu4nwye .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-v4jzu4nwye .embla__button--next,
.cid-v4jzu4nwye .embla__button--prev {
  display: flex;
}
.cid-v4jzu4nwye .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-v4jzu4nwye .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v4jzu4nwye .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-v4jzu4nwye .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4jzu4nwye .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4jzu4nwye .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-v4jzu4nwye .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v4jzu4nwye .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4jzu4nwye .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4jzu4nwye .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4jzu4nwye .item-menu-overlay {
  background-color: transparent;
}
.cid-v4jzu4nwye .item-title {
  color: #05e609;
}
.cid-v4jzF1LvYf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4jzF1LvYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jzF1LvYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jzF1LvYf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4jzF1LvYf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4jzF1LvYf .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v4jzF1LvYf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v4jzF1LvYf .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v4jzF1LvYf .mbr-section-title {
  color: #d70081;
}
.cid-v4jzF1LvYf .mbr-section-subtitle {
  color: #232323;
}
.cid-v4jzF1LvYf .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v4jzF1LvYf .card-box .item-footer {
  margin-top: auto;
}
.cid-v4jBck1POw {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4jBck1POw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jBck1POw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jBck1POw .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4jBck1POw .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4jBck1POw .content-wrapper {
    width: 100%;
  }
}
.cid-v4jBck1POw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4jBck1POw .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4jBck1POw .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4jBck1POw .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4jBck1POw .mbr-section-title {
  color: #181824;
}
.cid-v4jBck1POw .mbr-text,
.cid-v4jBck1POw .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4jBck1POw .mbr-section-title,
.cid-v4jBck1POw .mbr-section-btn,
.cid-v4jBck1POw .icon-wrapper {
  text-align: center;
}
.cid-v4jBck1POw .mbr-section-title,
.cid-v4jBck1POw .mbr-section-btn {
  color: #212245;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4jFlcsxxP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4jFlcsxxP .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-v4jFlcsxxP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4jFlcsxxP .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-v4jFlcsxxP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4jFlcsxxP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4jFlcsxxP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4jFlcsxxP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4jFlcsxxP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4jFlcsxxP .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4jFlcsxxP .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4jFlcsxxP .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4jFlcsxxP .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4jFlcsxxP .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4jFlcsxxP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4jFlcsxxP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4jFlcsxxP .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4jFlcsxxP .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4jFlcsxxP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4jFlcsxxP .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4jFlcsxxP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4jFlcsxxP .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4jFlcsxxP .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4jFlcsxxP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4jFlcsxxP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4jFlcsxxP .container,
.cid-v4jFlcsxxP .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4jFlcsxxP .container,
  .cid-v4jFlcsxxP .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4jFlcsxxP .container,
  .cid-v4jFlcsxxP .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4jFlcsxxP .container,
  .cid-v4jFlcsxxP .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4jFlcsxxP .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4jFlcsxxP .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4jFlcsxxP .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-v4jFlcsxxP .nav-item:focus,
.cid-v4jFlcsxxP .nav-link:focus {
  outline: none;
}
.cid-v4jFlcsxxP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4jFlcsxxP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4jFlcsxxP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4jFlcsxxP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4jFlcsxxP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4jFlcsxxP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4jFlcsxxP .navbar {
  min-height: 66px;
  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-v4jFlcsxxP .navbar.opened {
  transition: all 0.3s;
}
.cid-v4jFlcsxxP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4jFlcsxxP .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4jFlcsxxP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4jFlcsxxP .navbar.collapsed {
  justify-content: center;
}
.cid-v4jFlcsxxP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4jFlcsxxP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4jFlcsxxP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4jFlcsxxP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4jFlcsxxP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4jFlcsxxP .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-v4jFlcsxxP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4jFlcsxxP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4jFlcsxxP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4jFlcsxxP .navbar {
    min-height: 72px;
  }
  .cid-v4jFlcsxxP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4jFlcsxxP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4jFlcsxxP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4jFlcsxxP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4jFlcsxxP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4jFlcsxxP .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-v4jFlcsxxP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4jFlcsxxP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4jFlcsxxP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4jFlcsxxP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4jFlcsxxP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4jFlcsxxP .dropdown-item.active,
.cid-v4jFlcsxxP .dropdown-item:active {
  background-color: transparent;
}
.cid-v4jFlcsxxP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4jFlcsxxP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4jFlcsxxP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4jFlcsxxP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4jFlcsxxP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4jFlcsxxP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4jFlcsxxP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4jFlcsxxP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4jFlcsxxP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4jFlcsxxP .navbar-buttons {
    text-align: left;
  }
}
.cid-v4jFlcsxxP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4jFlcsxxP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4jFlcsxxP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4jFlcsxxP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4jFlcsxxP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4jFlcsxxP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4jFlcsxxP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4jFlcsxxP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4jFlcsxxP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4jFlcsxxP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4jFlcsxxP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4jFlcsxxP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4jFlcsxxP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4jFlcsxxP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4jFlcsxxP .navbar {
    height: 66px;
  }
  .cid-v4jFlcsxxP .navbar.opened {
    height: auto;
  }
  .cid-v4jFlcsxxP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4jFlcsxxP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4jFlcsxxP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4jFlcsxxP .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4jFlcsxxP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4jFlcsxxP .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-v4jFlcsxxP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4jFlcsxxP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4jFlcsxxP .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4jFlcsxxP .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4jFlcsxxP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4jFlcsxxP .navbar-brand {
    margin-right: auto;
  }
  .cid-v4jFlcsxxP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4jFlcsxxP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4jFlcsxxP .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-v4jFlcsxxP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4jFlcsxxP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4jFlcsxxP .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-v4jFlcsxxP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4jFlcsxxP .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-v4jFlcsxxP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4jFlcsxxP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4jFldu0R6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/garantia-mecanica-para-coches-2000x1000.webp");
}
.cid-v4jFldu0R6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jFldu0R6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jFldu0R6 .row {
  justify-content: center;
}
.cid-v4jFldu0R6 .card {
  justify-content: flex-end;
}
.cid-v4jFldu0R6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4jFldu0R6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4jFldu0R6 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v4jFldu0R6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4jFldu0R6 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v4jFldu0R6 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-v4jFldu0R6 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v4jFldu0R6 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-v4jFldu0R6 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v4jFldu0R6 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v4jFldu0R6 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-v4jFldu0R6 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4jFldu0R6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4jFldu0R6 .mbr-text,
.cid-v4jFldu0R6 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4jFldu0R6 .mbr-desc {
  color: #ffffff;
}
.cid-v4jFldu0R6 .mbr-desc,
.cid-v4jFldu0R6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v4jFleuWm5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4jFleuWm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jFleuWm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jFleuWm5 .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v4jFleuWm5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4jFleuWm5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-v4jFleuWm5 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4jFleuWm5 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4jFleuWm5 .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .card-box {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .card-box {
    padding: 15px;
  }
}
.cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper {
  margin-right: 16px;
}
.cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
}
.cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_1 .mbr-iconfont {
  background-color: #fa0d9e;
  color: #eeeef4;
}
.cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_2 .mbr-iconfont {
  background-color: #ffa500;
  color: #eeeef4;
}
.cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_3 .mbr-iconfont {
  background-color: #091d48;
  color: #eeeef4;
}
.cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_4 .mbr-iconfont {
  background-color: #05e609;
  color: #000000;
}
.cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 0;
  width: 100%;
}
.cid-v4jFleuWm5 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v4jFleuWm5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4jFleuWm5 .card-number {
  color: #000000;
}
.cid-v4jFleuWm5 .card-title {
  color: #000000;
}
.cid-v4jFlfqTfG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-v4jFlfqTfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jFlfqTfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jFlfqTfG .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-v4jFlfqTfG .col-title {
    padding: 0 20px !important;
  }
}
.cid-v4jFlfqTfG .mbr-section-title {
  color: #292325;
}
.cid-v4jFlfqTfG .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v4jFlfqTfG .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-v4jFlfqTfG .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v4jFlfqTfG .cards-container {
    padding: 0 20px !important;
  }
}
.cid-v4jFlfqTfG .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-v4jFlfqTfG .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4jFlfqTfG .card {
    width: 100%;
  }
}
.cid-v4jFlfqTfG .card-box {
  width: 100%;
}
.cid-v4jFlfqTfG .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-v4jFlfqTfG .mbr-iconfont {
  font-size: 92px;
  color: #000000;
}
.cid-v4jFlfqTfG .card-container {
  width: 100%;
}
.cid-v4jFlfqTfG .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v4jFlfqTfG .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-v4kVBnXtW6 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4kVBnXtW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4kVBnXtW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4kVBnXtW6 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4kVBnXtW6 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4kVBnXtW6 .content-wrapper {
    width: 100%;
  }
}
.cid-v4kVBnXtW6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4kVBnXtW6 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4kVBnXtW6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4kVBnXtW6 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4kVBnXtW6 .mbr-section-title {
  color: #181824;
}
.cid-v4kVBnXtW6 .mbr-text,
.cid-v4kVBnXtW6 .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4kVBnXtW6 .mbr-section-title,
.cid-v4kVBnXtW6 .mbr-section-btn,
.cid-v4kVBnXtW6 .icon-wrapper {
  text-align: center;
}
.cid-v4kVBnXtW6 .mbr-section-title,
.cid-v4kVBnXtW6 .mbr-section-btn {
  color: #212245;
}
.cid-v4jFlghoLS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4jFlghoLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jFlghoLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4jFlghoLS .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4jFlghoLS .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4jFlghoLS .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4jFlghoLS .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4jFlghoLS .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4jFlghoLS .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4jFlghoLS .list li {
  margin-bottom: 12px;
}
.cid-v4jFlghoLS .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4jFlghoLS .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4jFlghoLS .copyright {
  color: #ffffff;
}
.cid-v4jFlghoLS .mbr-section-title,
.cid-v4jFlghoLS .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSmoO9P2ua {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uSmoO9P2ua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmoO9P2ua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-uSmoO9P2ua .container {
    padding: 0 20px;
  }
}
.cid-v4pEJf1Bzo {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4pEJf1Bzo .item-img {
  position: relative;
}
.cid-v4pEJf1Bzo .button1 {
  background: #ffa500;
}
.cid-v4pEJf1Bzo .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v4pEJf1Bzo .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-v4pEJf1Bzo .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-v4pEJf1Bzo .button2 {
    margin-top: 1rem;
  }
}
.cid-v4pEJf1Bzo .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-v4pEJf1Bzo .title {
    top: 25%;
  }
}
.cid-v4pEJf1Bzo .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4pEJf1Bzo .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-v4pEJf1Bzo .image-wrapper {
    min-height: 400px;
  }
}
.cid-v4pEJf1Bzo .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4pEJf1Bzo .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4pEJf1Bzo .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-v4pEJf1Bzo .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-v4pEJf1Bzo .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-v4pEJf1Bzo .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-v4pEJf1Bzo .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-v4pEJf1Bzo .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-v4pEJf1Bzo .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v4pEJf1Bzo .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-v4pEJf1Bzo .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v4pEJf1Bzo .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-v4pEJf1Bzo .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v4pEJf1Bzo .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pEJf1Bzo .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4pEJf1Bzo img,
.cid-v4pEJf1Bzo .item-img {
  width: 100%;
}
.cid-v4pEJf1Bzo .item-title2,
.cid-v4pEJf1Bzo .icon2 {
  color: #2a2c2d;
}
.cid-v4pEJf1Bzo .item-title1,
.cid-v4pEJf1Bzo .icon1 {
  color: #ffffff;
}
.cid-v4pEJf1Bzo .main-title {
  color: #ffa500;
  text-align: center;
}
.cid-v4pEJf1Bzo .main-title DIV {
  text-align: center;
}
.cid-uSmoOe64yt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmoOe64yt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmoOe64yt .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmoOe64yt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmoOe64yt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmoOe64yt .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmoOe64yt .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmoOe64yt .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmoOe64yt .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmoOe64yt .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmoOe64yt .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmoOe64yt .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmoOe64yt .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmoOe64yt .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmoOe64yt .embla__button--next,
.cid-uSmoOe64yt .embla__button--prev {
  display: flex;
}
.cid-uSmoOe64yt .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmoOe64yt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmoOe64yt .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmoOe64yt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmoOe64yt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmoOe64yt .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmoOe64yt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmoOe64yt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmoOe64yt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmoOe64yt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmoOe64yt .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmoOe64yt .item-title {
  color: #ffa500;
}
.cid-uSmoOf9HN6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmoOf9HN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmoOf9HN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmoOf9HN6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmoOf9HN6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmoOf9HN6 .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmoOf9HN6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmoOf9HN6 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmoOf9HN6 .mbr-section-title {
  color: #d70081;
}
.cid-uSmoOf9HN6 .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmoOf9HN6 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmoOf9HN6 .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmpgCIgSc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmpgCIgSc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmpgCIgSc .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmpgCIgSc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmpgCIgSc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmpgCIgSc .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmpgCIgSc .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmpgCIgSc .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmpgCIgSc .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmpgCIgSc .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmpgCIgSc .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmpgCIgSc .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmpgCIgSc .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmpgCIgSc .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmpgCIgSc .embla__button--next,
.cid-uSmpgCIgSc .embla__button--prev {
  display: flex;
}
.cid-uSmpgCIgSc .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmpgCIgSc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmpgCIgSc .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmpgCIgSc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmpgCIgSc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmpgCIgSc .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmpgCIgSc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmpgCIgSc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmpgCIgSc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmpgCIgSc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmpgCIgSc .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmpgCIgSc .item-title {
  color: #ffa500;
}
.cid-uSmqsEc3EZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmqsEc3EZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmqsEc3EZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmqsEc3EZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmqsEc3EZ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmqsEc3EZ .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmqsEc3EZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmqsEc3EZ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmqsEc3EZ .mbr-section-title {
  color: #d70081;
}
.cid-uSmqsEc3EZ .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmqsEc3EZ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmqsEc3EZ .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmoOkPGYX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmoOkPGYX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmoOkPGYX .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmoOkPGYX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmoOkPGYX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmoOkPGYX .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmoOkPGYX .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmoOkPGYX .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmoOkPGYX .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmoOkPGYX .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmoOkPGYX .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmoOkPGYX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmoOkPGYX .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmoOkPGYX .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmoOkPGYX .embla__button--next,
.cid-uSmoOkPGYX .embla__button--prev {
  display: flex;
}
.cid-uSmoOkPGYX .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmoOkPGYX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmoOkPGYX .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmoOkPGYX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmoOkPGYX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmoOkPGYX .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmoOkPGYX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmoOkPGYX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmoOkPGYX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmoOkPGYX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmoOkPGYX .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmoOkPGYX .item-title {
  color: #ffa500;
}
.cid-uSmoOlUK6X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmoOlUK6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmoOlUK6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmoOlUK6X .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmoOlUK6X .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmoOlUK6X .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmoOlUK6X .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmoOlUK6X .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmoOlUK6X .mbr-section-title {
  color: #d70081;
}
.cid-uSmoOlUK6X .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmoOlUK6X .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmoOlUK6X .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmoOpp20Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmoOpp20Q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmoOpp20Q .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmoOpp20Q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmoOpp20Q .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmoOpp20Q .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmoOpp20Q .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmoOpp20Q .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmoOpp20Q .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmoOpp20Q .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmoOpp20Q .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmoOpp20Q .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmoOpp20Q .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmoOpp20Q .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmoOpp20Q .embla__button--next,
.cid-uSmoOpp20Q .embla__button--prev {
  display: flex;
}
.cid-uSmoOpp20Q .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmoOpp20Q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmoOpp20Q .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmoOpp20Q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmoOpp20Q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmoOpp20Q .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmoOpp20Q .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmoOpp20Q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmoOpp20Q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmoOpp20Q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmoOpp20Q .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmoOpp20Q .item-title {
  color: #ffa500;
}
.cid-uSmoOqxyuK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmoOqxyuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmoOqxyuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmoOqxyuK .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmoOqxyuK .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmoOqxyuK .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmoOqxyuK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmoOqxyuK .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmoOqxyuK .mbr-section-title {
  color: #d70081;
}
.cid-uSmoOqxyuK .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmoOqxyuK .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmoOqxyuK .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmoOsUXcM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmoOsUXcM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmoOsUXcM .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmoOsUXcM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmoOsUXcM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmoOsUXcM .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmoOsUXcM .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmoOsUXcM .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmoOsUXcM .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmoOsUXcM .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmoOsUXcM .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmoOsUXcM .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmoOsUXcM .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmoOsUXcM .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmoOsUXcM .embla__button--next,
.cid-uSmoOsUXcM .embla__button--prev {
  display: flex;
}
.cid-uSmoOsUXcM .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmoOsUXcM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmoOsUXcM .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmoOsUXcM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmoOsUXcM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmoOsUXcM .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmoOsUXcM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmoOsUXcM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmoOsUXcM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmoOsUXcM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmoOsUXcM .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmoOsUXcM .item-title {
  color: #ffa500;
}
.cid-uSmoOu4uSM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmoOu4uSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmoOu4uSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmoOu4uSM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmoOu4uSM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmoOu4uSM .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmoOu4uSM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmoOu4uSM .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmoOu4uSM .mbr-section-title {
  color: #d70081;
}
.cid-uSmoOu4uSM .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmoOu4uSM .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmoOu4uSM .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmoOvheKl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmoOvheKl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmoOvheKl .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmoOvheKl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmoOvheKl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmoOvheKl .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmoOvheKl .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmoOvheKl .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmoOvheKl .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmoOvheKl .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmoOvheKl .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmoOvheKl .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmoOvheKl .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmoOvheKl .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmoOvheKl .embla__button--next,
.cid-uSmoOvheKl .embla__button--prev {
  display: flex;
}
.cid-uSmoOvheKl .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmoOvheKl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmoOvheKl .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmoOvheKl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmoOvheKl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmoOvheKl .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmoOvheKl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmoOvheKl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmoOvheKl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmoOvheKl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmoOvheKl .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmoOvheKl .item-title {
  color: #ffa500;
}
.cid-uSmoOwsxTM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmoOwsxTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmoOwsxTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmoOwsxTM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmoOwsxTM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmoOwsxTM .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmoOwsxTM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmoOwsxTM .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmoOwsxTM .mbr-section-title {
  color: #d70081;
}
.cid-uSmoOwsxTM .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmoOwsxTM .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmoOwsxTM .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmoOBBP6P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmoOBBP6P .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmoOBBP6P .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmoOBBP6P .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmoOBBP6P .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmoOBBP6P .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmoOBBP6P .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmoOBBP6P .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmoOBBP6P .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmoOBBP6P .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmoOBBP6P .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmoOBBP6P .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmoOBBP6P .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmoOBBP6P .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmoOBBP6P .embla__button--next,
.cid-uSmoOBBP6P .embla__button--prev {
  display: flex;
}
.cid-uSmoOBBP6P .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmoOBBP6P .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmoOBBP6P .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmoOBBP6P .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmoOBBP6P .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmoOBBP6P .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmoOBBP6P .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmoOBBP6P .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmoOBBP6P .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmoOBBP6P .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmoOBBP6P .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmoOBBP6P .item-title {
  color: #ffa500;
}
.cid-uSmoOCR4lf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmoOCR4lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmoOCR4lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmoOCR4lf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmoOCR4lf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmoOCR4lf .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmoOCR4lf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmoOCR4lf .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmoOCR4lf .mbr-section-title {
  color: #d70081;
}
.cid-uSmoOCR4lf .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmoOCR4lf .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmoOCR4lf .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmoOE9Upm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmoOE9Upm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmoOE9Upm .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmoOE9Upm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmoOE9Upm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmoOE9Upm .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmoOE9Upm .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmoOE9Upm .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmoOE9Upm .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmoOE9Upm .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmoOE9Upm .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmoOE9Upm .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmoOE9Upm .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmoOE9Upm .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmoOE9Upm .embla__button--next,
.cid-uSmoOE9Upm .embla__button--prev {
  display: flex;
}
.cid-uSmoOE9Upm .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmoOE9Upm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmoOE9Upm .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmoOE9Upm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmoOE9Upm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmoOE9Upm .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmoOE9Upm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmoOE9Upm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmoOE9Upm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmoOE9Upm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmoOE9Upm .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmoOE9Upm .item-title {
  color: #ffa500;
}
.cid-uSmoOFq0u4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmoOFq0u4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmoOFq0u4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmoOFq0u4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmoOFq0u4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmoOFq0u4 .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmoOFq0u4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmoOFq0u4 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmoOFq0u4 .mbr-section-title {
  color: #d70081;
}
.cid-uSmoOFq0u4 .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmoOFq0u4 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmoOFq0u4 .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmoOGLchD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmoOGLchD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmoOGLchD .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmoOGLchD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmoOGLchD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmoOGLchD .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmoOGLchD .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmoOGLchD .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmoOGLchD .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmoOGLchD .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmoOGLchD .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmoOGLchD .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmoOGLchD .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmoOGLchD .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmoOGLchD .embla__button--next,
.cid-uSmoOGLchD .embla__button--prev {
  display: flex;
}
.cid-uSmoOGLchD .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmoOGLchD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmoOGLchD .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmoOGLchD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmoOGLchD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmoOGLchD .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmoOGLchD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmoOGLchD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmoOGLchD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmoOGLchD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmoOGLchD .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmoOGLchD .item-title {
  color: #ffa500;
}
.cid-uSmoOI1M9e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmoOI1M9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmoOI1M9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmoOI1M9e .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmoOI1M9e .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmoOI1M9e .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmoOI1M9e .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmoOI1M9e .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmoOI1M9e .mbr-section-title {
  color: #d70081;
}
.cid-uSmoOI1M9e .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmoOI1M9e .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmoOI1M9e .card-box .item-footer {
  margin-top: auto;
}
.cid-v4kFf9R0q3 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4kFf9R0q3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4kFf9R0q3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4kFf9R0q3 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4kFf9R0q3 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4kFf9R0q3 .content-wrapper {
    width: 100%;
  }
}
.cid-v4kFf9R0q3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4kFf9R0q3 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4kFf9R0q3 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4kFf9R0q3 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4kFf9R0q3 .mbr-section-title {
  color: #181824;
}
.cid-v4kFf9R0q3 .mbr-text,
.cid-v4kFf9R0q3 .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4kFf9R0q3 .mbr-section-title,
.cid-v4kFf9R0q3 .mbr-section-btn,
.cid-v4kFf9R0q3 .icon-wrapper {
  text-align: center;
}
.cid-v4kFf9R0q3 .mbr-section-title,
.cid-v4kFf9R0q3 .mbr-section-btn {
  color: #212245;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSmer5Jb5D {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uSmer5Jb5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmer5Jb5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-uSmer5Jb5D .container {
    padding: 0 20px;
  }
}
.cid-v4plvCVHOw {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4plvCVHOw .item-img {
  position: relative;
}
.cid-v4plvCVHOw .button1 {
  background: #fa0d9e;
}
.cid-v4plvCVHOw .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v4plvCVHOw .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-v4plvCVHOw .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-v4plvCVHOw .button2 {
    margin-top: 1rem;
  }
}
.cid-v4plvCVHOw .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-v4plvCVHOw .title {
    top: 25%;
  }
}
.cid-v4plvCVHOw .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4plvCVHOw .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-v4plvCVHOw .image-wrapper {
    min-height: 400px;
  }
}
.cid-v4plvCVHOw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4plvCVHOw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4plvCVHOw .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-v4plvCVHOw .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-v4plvCVHOw .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-v4plvCVHOw .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-v4plvCVHOw .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-v4plvCVHOw .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-v4plvCVHOw .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v4plvCVHOw .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-v4plvCVHOw .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v4plvCVHOw .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-v4plvCVHOw .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v4plvCVHOw .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4plvCVHOw .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v4plvCVHOw img,
.cid-v4plvCVHOw .item-img {
  width: 100%;
}
.cid-v4plvCVHOw .item-title2,
.cid-v4plvCVHOw .icon2 {
  color: #2a2c2d;
}
.cid-v4plvCVHOw .item-title1,
.cid-v4plvCVHOw .icon1 {
  color: #ffffff;
}
.cid-v4plvCVHOw .main-title {
  color: #fa0d9e;
  text-align: center;
}
.cid-v4plvCVHOw .main-title DIV {
  text-align: center;
}
.cid-uSmer97kFE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmer97kFE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmer97kFE .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmer97kFE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmer97kFE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmer97kFE .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmer97kFE .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmer97kFE .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmer97kFE .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmer97kFE .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmer97kFE .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmer97kFE .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmer97kFE .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmer97kFE .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmer97kFE .embla__button--next,
.cid-uSmer97kFE .embla__button--prev {
  display: flex;
}
.cid-uSmer97kFE .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmer97kFE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmer97kFE .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmer97kFE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmer97kFE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmer97kFE .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmer97kFE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmer97kFE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmer97kFE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmer97kFE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmer97kFE .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmer97kFE .item-title {
  color: #fa0d9e;
}
.cid-uSmer9QUKJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmer9QUKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmer9QUKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmer9QUKJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmer9QUKJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmer9QUKJ .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmer9QUKJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmer9QUKJ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmer9QUKJ .mbr-section-title {
  color: #d70081;
}
.cid-uSmer9QUKJ .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmer9QUKJ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmer9QUKJ .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmer9QUKJ .card-text {
  text-align: left;
}
.cid-uSmeraHMK1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmeraHMK1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmeraHMK1 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmeraHMK1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmeraHMK1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmeraHMK1 .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmeraHMK1 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmeraHMK1 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmeraHMK1 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmeraHMK1 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmeraHMK1 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmeraHMK1 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmeraHMK1 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmeraHMK1 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmeraHMK1 .embla__button--next,
.cid-uSmeraHMK1 .embla__button--prev {
  display: flex;
}
.cid-uSmeraHMK1 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmeraHMK1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmeraHMK1 .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmeraHMK1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmeraHMK1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmeraHMK1 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmeraHMK1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmeraHMK1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmeraHMK1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmeraHMK1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmeraHMK1 .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmeraHMK1 .item-title {
  color: #fa0d9e;
}
.cid-uSmerbvLt2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmerbvLt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmerbvLt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmerbvLt2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmerbvLt2 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmerbvLt2 .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmerbvLt2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmerbvLt2 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmerbvLt2 .mbr-section-title {
  color: #d70081;
}
.cid-uSmerbvLt2 .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmerbvLt2 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmerbvLt2 .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmerfJwbm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmerfJwbm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmerfJwbm .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmerfJwbm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmerfJwbm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmerfJwbm .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmerfJwbm .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmerfJwbm .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmerfJwbm .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmerfJwbm .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmerfJwbm .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmerfJwbm .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmerfJwbm .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmerfJwbm .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmerfJwbm .embla__button--next,
.cid-uSmerfJwbm .embla__button--prev {
  display: flex;
}
.cid-uSmerfJwbm .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmerfJwbm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmerfJwbm .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmerfJwbm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmerfJwbm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmerfJwbm .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmerfJwbm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmerfJwbm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmerfJwbm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmerfJwbm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmerfJwbm .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmerfJwbm .item-title {
  color: #fa0d9e;
}
.cid-uSmergBfMT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmergBfMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmergBfMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmergBfMT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmergBfMT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmergBfMT .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmergBfMT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmergBfMT .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmergBfMT .mbr-section-title {
  color: #d70081;
}
.cid-uSmergBfMT .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmergBfMT .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmergBfMT .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmerhy3JH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmerhy3JH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmerhy3JH .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmerhy3JH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmerhy3JH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmerhy3JH .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmerhy3JH .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmerhy3JH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmerhy3JH .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmerhy3JH .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmerhy3JH .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmerhy3JH .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmerhy3JH .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmerhy3JH .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmerhy3JH .embla__button--next,
.cid-uSmerhy3JH .embla__button--prev {
  display: flex;
}
.cid-uSmerhy3JH .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmerhy3JH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmerhy3JH .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmerhy3JH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmerhy3JH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmerhy3JH .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmerhy3JH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmerhy3JH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmerhy3JH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmerhy3JH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmerhy3JH .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmerhy3JH .item-title {
  color: #fa0d9e;
}
.cid-uSmerim2ft {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmerim2ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmerim2ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmerim2ft .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmerim2ft .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmerim2ft .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmerim2ft .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmerim2ft .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmerim2ft .mbr-section-title {
  color: #d70081;
}
.cid-uSmerim2ft .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmerim2ft .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmerim2ft .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmerjlc8w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmerjlc8w .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmerjlc8w .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmerjlc8w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmerjlc8w .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmerjlc8w .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmerjlc8w .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmerjlc8w .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmerjlc8w .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmerjlc8w .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmerjlc8w .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmerjlc8w .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmerjlc8w .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmerjlc8w .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmerjlc8w .embla__button--next,
.cid-uSmerjlc8w .embla__button--prev {
  display: flex;
}
.cid-uSmerjlc8w .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmerjlc8w .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmerjlc8w .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmerjlc8w .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmerjlc8w .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmerjlc8w .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmerjlc8w .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmerjlc8w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmerjlc8w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmerjlc8w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmerjlc8w .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmerjlc8w .item-title {
  color: #fa0d9e;
}
.cid-uSmerkbxwg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmerkbxwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmerkbxwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmerkbxwg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmerkbxwg .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmerkbxwg .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmerkbxwg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmerkbxwg .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmerkbxwg .mbr-section-title {
  color: #d70081;
}
.cid-uSmerkbxwg .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmerkbxwg .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmerkbxwg .card-box .item-footer {
  margin-top: auto;
}
.cid-uSmerl6mg0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSmerl6mg0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmerl6mg0 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uSmerl6mg0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uSmerl6mg0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmerl6mg0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmerl6mg0 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSmerl6mg0 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uSmerl6mg0 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSmerl6mg0 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSmerl6mg0 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uSmerl6mg0 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uSmerl6mg0 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmerl6mg0 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uSmerl6mg0 .embla__button--next,
.cid-uSmerl6mg0 .embla__button--prev {
  display: flex;
}
.cid-uSmerl6mg0 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #09034b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uSmerl6mg0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSmerl6mg0 .embla__button:hover {
  background-color: #ffffff !important;
  color: #09034b !important;
}
.cid-uSmerl6mg0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSmerl6mg0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSmerl6mg0 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uSmerl6mg0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmerl6mg0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmerl6mg0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmerl6mg0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmerl6mg0 .item-menu-overlay {
  background-color: transparent;
}
.cid-uSmerl6mg0 .item-title {
  color: #fa0d9e;
}
.cid-uSmerm2i4s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSmerm2i4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmerm2i4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmerm2i4s .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSmerm2i4s .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uSmerm2i4s .item-wrapper {
  background: #f6f6f6;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uSmerm2i4s .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSmerm2i4s .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uSmerm2i4s .mbr-section-title {
  color: #d70081;
}
.cid-uSmerm2i4s .mbr-section-subtitle {
  color: #232323;
}
.cid-uSmerm2i4s .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uSmerm2i4s .card-box .item-footer {
  margin-top: auto;
}
.cid-v4pq2RF2Sl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4pq2RF2Sl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pq2RF2Sl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4pq2RF2Sl .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4pq2RF2Sl .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4pq2RF2Sl .content-wrapper {
    width: 100%;
  }
}
.cid-v4pq2RF2Sl .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4pq2RF2Sl .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4pq2RF2Sl .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4pq2RF2Sl .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4pq2RF2Sl .mbr-section-title {
  color: #181824;
}
.cid-v4pq2RF2Sl .mbr-text,
.cid-v4pq2RF2Sl .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4pq2RF2Sl .mbr-section-title,
.cid-v4pq2RF2Sl .mbr-section-btn,
.cid-v4pq2RF2Sl .icon-wrapper {
  text-align: center;
}
.cid-v4pq2RF2Sl .mbr-section-title,
.cid-v4pq2RF2Sl .mbr-section-btn {
  color: #151e11;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4p6tGv1xY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4p6tGv1xY .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-v4p6tGv1xY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4p6tGv1xY .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-v4p6tGv1xY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4p6tGv1xY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4p6tGv1xY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4p6tGv1xY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4p6tGv1xY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4p6tGv1xY .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4p6tGv1xY .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4p6tGv1xY .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4p6tGv1xY .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4p6tGv1xY .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4p6tGv1xY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4p6tGv1xY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4p6tGv1xY .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4p6tGv1xY .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4p6tGv1xY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4p6tGv1xY .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4p6tGv1xY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4p6tGv1xY .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4p6tGv1xY .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4p6tGv1xY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4p6tGv1xY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4p6tGv1xY .container,
.cid-v4p6tGv1xY .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4p6tGv1xY .container,
  .cid-v4p6tGv1xY .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4p6tGv1xY .container,
  .cid-v4p6tGv1xY .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4p6tGv1xY .container,
  .cid-v4p6tGv1xY .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4p6tGv1xY .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4p6tGv1xY .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4p6tGv1xY .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-v4p6tGv1xY .nav-item:focus,
.cid-v4p6tGv1xY .nav-link:focus {
  outline: none;
}
.cid-v4p6tGv1xY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4p6tGv1xY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4p6tGv1xY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4p6tGv1xY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4p6tGv1xY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4p6tGv1xY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4p6tGv1xY .navbar {
  min-height: 66px;
  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-v4p6tGv1xY .navbar.opened {
  transition: all 0.3s;
}
.cid-v4p6tGv1xY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4p6tGv1xY .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4p6tGv1xY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4p6tGv1xY .navbar.collapsed {
  justify-content: center;
}
.cid-v4p6tGv1xY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4p6tGv1xY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4p6tGv1xY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4p6tGv1xY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4p6tGv1xY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4p6tGv1xY .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-v4p6tGv1xY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4p6tGv1xY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4p6tGv1xY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4p6tGv1xY .navbar {
    min-height: 72px;
  }
  .cid-v4p6tGv1xY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4p6tGv1xY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4p6tGv1xY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4p6tGv1xY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4p6tGv1xY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4p6tGv1xY .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-v4p6tGv1xY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4p6tGv1xY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4p6tGv1xY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4p6tGv1xY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4p6tGv1xY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4p6tGv1xY .dropdown-item.active,
.cid-v4p6tGv1xY .dropdown-item:active {
  background-color: transparent;
}
.cid-v4p6tGv1xY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4p6tGv1xY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4p6tGv1xY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4p6tGv1xY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4p6tGv1xY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4p6tGv1xY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4p6tGv1xY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4p6tGv1xY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4p6tGv1xY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4p6tGv1xY .navbar-buttons {
    text-align: left;
  }
}
.cid-v4p6tGv1xY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4p6tGv1xY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4p6tGv1xY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4p6tGv1xY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4p6tGv1xY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4p6tGv1xY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4p6tGv1xY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4p6tGv1xY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4p6tGv1xY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4p6tGv1xY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4p6tGv1xY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4p6tGv1xY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4p6tGv1xY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4p6tGv1xY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4p6tGv1xY .navbar {
    height: 66px;
  }
  .cid-v4p6tGv1xY .navbar.opened {
    height: auto;
  }
  .cid-v4p6tGv1xY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4p6tGv1xY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4p6tGv1xY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4p6tGv1xY .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4p6tGv1xY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4p6tGv1xY .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-v4p6tGv1xY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4p6tGv1xY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4p6tGv1xY .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4p6tGv1xY .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4p6tGv1xY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4p6tGv1xY .navbar-brand {
    margin-right: auto;
  }
  .cid-v4p6tGv1xY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4p6tGv1xY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4p6tGv1xY .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-v4p6tGv1xY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4p6tGv1xY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4p6tGv1xY .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-v4p6tGv1xY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4p6tGv1xY .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-v4p6tGv1xY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4p6tGv1xY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4p6tGIfOd {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/garantias-para-motos-1-2000x1000.webp");
}
.cid-v4p6tGIfOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4p6tGIfOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4p6tGIfOd .row {
  justify-content: center;
}
.cid-v4p6tGIfOd .card {
  justify-content: flex-end;
}
.cid-v4p6tGIfOd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4p6tGIfOd .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4p6tGIfOd .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v4p6tGIfOd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4p6tGIfOd .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v4p6tGIfOd .border-wrapper {
    margin-top: 30px;
  }
}
.cid-v4p6tGIfOd .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v4p6tGIfOd .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-v4p6tGIfOd .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v4p6tGIfOd .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v4p6tGIfOd .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-v4p6tGIfOd .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4p6tGIfOd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4p6tGIfOd .mbr-text,
.cid-v4p6tGIfOd .text-wrapper {
  color: #353535;
  text-align: center;
}
.cid-v4p6tGIfOd .mbr-desc {
  color: #ffffff;
}
.cid-v4p6tGIfOd .mbr-desc,
.cid-v4p6tGIfOd .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v4p6tGUNkj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4p6tGUNkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4p6tGUNkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4p6tGUNkj .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v4p6tGUNkj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4p6tGUNkj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-v4p6tGUNkj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4p6tGUNkj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4p6tGUNkj .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .card-box {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .card-box {
    padding: 15px;
  }
}
.cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper {
  margin-right: 16px;
}
.cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
}
.cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_1 .mbr-iconfont {
  background-color: #fa0d9e;
  color: #eeeef4;
}
.cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_2 .mbr-iconfont {
  background-color: #38b6ff;
  color: #eeeef4;
}
.cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_3 .mbr-iconfont {
  background-color: #05e609;
  color: #eeeef4;
}
.cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_4 .mbr-iconfont {
  background-color: #05e609;
  color: #000000;
}
.cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 0;
  width: 100%;
}
.cid-v4p6tGUNkj .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v4p6tGUNkj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4p6tGUNkj .card-number {
  color: #000000;
}
.cid-v4p6tGUNkj .card-title {
  color: #000000;
}
.cid-v4p6tH7SLE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-v4p6tH7SLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4p6tH7SLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4p6tH7SLE .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-v4p6tH7SLE .col-title {
    padding: 0 20px !important;
  }
}
.cid-v4p6tH7SLE .mbr-section-title {
  color: #292325;
}
.cid-v4p6tH7SLE .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v4p6tH7SLE .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-v4p6tH7SLE .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v4p6tH7SLE .cards-container {
    padding: 0 20px !important;
  }
}
.cid-v4p6tH7SLE .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-v4p6tH7SLE .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4p6tH7SLE .card {
    width: 100%;
  }
}
.cid-v4p6tH7SLE .card-box {
  width: 100%;
}
.cid-v4p6tH7SLE .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-v4p6tH7SLE .mbr-iconfont {
  font-size: 92px;
  color: #000000;
}
.cid-v4p6tH7SLE .card-container {
  width: 100%;
}
.cid-v4p6tH7SLE .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v4p6tH7SLE .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-v4p6tHhhpX {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4p6tHhhpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4p6tHhhpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4p6tHhhpX .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4p6tHhhpX .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4p6tHhhpX .content-wrapper {
    width: 100%;
  }
}
.cid-v4p6tHhhpX .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4p6tHhhpX .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4p6tHhhpX .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4p6tHhhpX .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4p6tHhhpX .mbr-section-title {
  color: #181824;
}
.cid-v4p6tHhhpX .mbr-text,
.cid-v4p6tHhhpX .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4p6tHhhpX .mbr-section-title,
.cid-v4p6tHhhpX .mbr-section-btn,
.cid-v4p6tHhhpX .icon-wrapper {
  text-align: center;
}
.cid-v4p6tHhhpX .mbr-section-title,
.cid-v4p6tHhhpX .mbr-section-btn {
  color: #212245;
}
.cid-v4p6tHotz2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4p6tHotz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4p6tHotz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4p6tHotz2 .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4p6tHotz2 .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4p6tHotz2 .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4p6tHotz2 .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4p6tHotz2 .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4p6tHotz2 .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4p6tHotz2 .list li {
  margin-bottom: 12px;
}
.cid-v4p6tHotz2 .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4p6tHotz2 .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4p6tHotz2 .copyright {
  color: #ffffff;
}
.cid-v4p6tHotz2 .mbr-section-title,
.cid-v4p6tHotz2 .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4qyTimCcN {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/financiacion-coche-2000x1000.webp");
}
.cid-v4qyTimCcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qyTimCcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v4qyTimCcN .col-content {
    text-align: center;
  }
}
.cid-v4qyTimCcN .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v4qyTimCcN .mbr-section-title {
  color: #000000;
}
.cid-v4qyTimCcN .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v4qyTimCcN .mbr-section-btn {
  margin-top: 22px;
}
.cid-v4qyTimCcN .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v4qyTimCcN .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v4qyTimCcN .text-item {
    text-align: center;
  }
}
.cid-v4qyTimCcN .mbr-text {
  color: #24262b;
}
.cid-v4qyTimCcN .address-text {
  margin-top: 8px;
  color: #060f3e;
}
.cid-v4qKypfydu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4qKypfydu .nav-tabs .nav-item.open .nav-link:focus,
.cid-v4qKypfydu .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v4qKypfydu .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-v4qKypfydu .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-v4qKypfydu .nav-item .nav-link {
  color: #74a3c7;
  border-bottom: 4px solid transparent !important;
}
.cid-v4qKypfydu .nav-item .nav-link.active {
  color: #55595c;
  border-bottom: 4px solid #05e609 !important;
}
.cid-v4qKypfydu .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-v4qKypfydu .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-v4qKypfydu .nav-link,
.cid-v4qKypfydu .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-v4qKypfydu .mbr-text,
.cid-v4qKypfydu .mbr-section-btn {
  color: #232323;
}
.cid-v4qKypfydu .mbr-section-title {
  color: #232323;
}
.cid-v4qKypfydu .buttons-wrap .link {
  display: flex;
}
.cid-v4qKypfydu .list {
  list-style: none;
}
.cid-v4qKypfydu .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-v4qKypfydu .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #05e609;
}
@media (max-width: 768px) {
  .cid-v4qKypfydu * {
    text-align: center;
  }
  .cid-v4qKypfydu .buttons-wrap {
    justify-content: center;
  }
  .cid-v4qKypfydu img {
    margin-bottom: 20px;
  }
}
.cid-v4qKypfydu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qKypfydu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4w4nQXOla {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4w4nQXOla .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4w4nQXOla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4w4nQXOla .title-wrapper {
  margin-bottom: 40px;
}
.cid-v4w4nQXOla .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v4w4nQXOla .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4w4nQXOla .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4w4nQXOla .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4w4nQXOla .items-wrapper {
  margin: 0 -8px;
}
.cid-v4w4nQXOla .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4w4nQXOla .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v4w4nQXOla .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v4w4nQXOla .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v4w4nQXOla .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v4w4nQXOla .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-v4w4nQXOla .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v4w4nQXOla .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v4w4nQXOla .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v4w4nQXOla .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v4w4nQXOla .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-v4w4nQXOla .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-v4w4nQXOla .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v4w4nQXOla .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-v4w4nQXOla .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4w4nQXOla .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-v4w4nQXOla .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4w4nQXOla .mbr-text,
.cid-v4w4nQXOla .text-wrapper {
  color: #292325;
  text-align: center;
}
.cid-v4w4nQXOla .item-title {
  color: #000000;
}
.cid-v4w4nQXOla .item-text {
  color: #000000;
  text-align: justify;
}
.cid-v4w4nQXOla .item-title,
.cid-v4w4nQXOla .mbr-section-btn {
  text-align: center;
}
.cid-v4vrdOC0iC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v4vrdOC0iC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vrdOC0iC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4vrdOC0iC .row {
  justify-content: space-between;
}
.cid-v4vrdOC0iC .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v4vrdOC0iC .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v4vrdOC0iC .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v4vrdOC0iC .item {
    margin-bottom: 50px;
  }
}
.cid-v4vrdOC0iC .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v4vrdOC0iC .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-v4vrdOC0iC .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-v4vrdOC0iC .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4vrdOC0iC .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-v4vrdOC0iC .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #05e609;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-v4vrdOC0iC .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-v4vrdOC0iC .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-v4vrdOC0iC .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #05e609;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v4vrdOC0iC .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-v4vrdOC0iC .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v4vrdOC0iC .item .item-wrapper .item-content .item-title:hover,
.cid-v4vrdOC0iC .item .item-wrapper .item-content .item-title:focus {
  color: #05e609;
}
.cid-v4vrdOC0iC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4vrdOC0iC .item-title {
  color: #000c3f;
}
.cid-v4vrdOC0iC .item-title,
.cid-v4vrdOC0iC .item-wrapper {
  color: #000000;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4uIJVeNO6 {
  padding-top: 8rem;
  padding-bottom: 2rem;
}
.cid-v4uIJVeNO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4uIJVeNO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-6.webp");
}
.cid-v4uIJVeNO6 .row {
  justify-content: center;
}
.cid-v4uIJVeNO6 .card {
  justify-content: flex-end;
}
.cid-v4uIJVeNO6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4uIJVeNO6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4uIJVeNO6 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v4uIJVeNO6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4uIJVeNO6 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v4uIJVeNO6 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-v4uIJVeNO6 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v4uIJVeNO6 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-v4uIJVeNO6 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v4uIJVeNO6 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v4uIJVeNO6 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-v4uIJVeNO6 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4uIJVeNO6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4uIJVeNO6 .mbr-text,
.cid-v4uIJVeNO6 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4uIJVeNO6 .mbr-desc {
  color: #ffffff;
}
.cid-v4uIJVeNO6 .mbr-desc,
.cid-v4uIJVeNO6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v4uILTF35r {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4uILTF35r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4uILTF35r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4uILTF35r .title-wrapper {
  margin-bottom: 40px;
}
.cid-v4uILTF35r .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v4uILTF35r .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4uILTF35r .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4uILTF35r .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4uILTF35r .items-wrapper {
  margin: 0 -8px;
}
.cid-v4uILTF35r .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4uILTF35r .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v4uILTF35r .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v4uILTF35r .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v4uILTF35r .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v4uILTF35r .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-v4uILTF35r .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v4uILTF35r .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v4uILTF35r .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v4uILTF35r .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v4uILTF35r .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-v4uILTF35r .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-v4uILTF35r .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v4uILTF35r .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-v4uILTF35r .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4uILTF35r .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-v4uILTF35r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4uILTF35r .mbr-text,
.cid-v4uILTF35r .text-wrapper {
  color: #292325;
  text-align: center;
}
.cid-v4uILTF35r .item-title {
  color: #000000;
}
.cid-v4uILTF35r .item-text {
  color: #000000;
  text-align: justify;
}
.cid-v4uILTF35r .item-title,
.cid-v4uILTF35r .mbr-section-btn {
  text-align: center;
}
.cid-v4uIMt42Gq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dce0ea;
}
.cid-v4uIMt42Gq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4uIMt42Gq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4uIMt42Gq .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-v4uIMt42Gq .row .item {
  padding: 0 13px;
}
.cid-v4uIMt42Gq .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-v4uIMt42Gq .item {
    margin-bottom: 16px;
  }
}
.cid-v4uIMt42Gq .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v4uIMt42Gq .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v4uIMt42Gq .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-v4uIMt42Gq .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v4uIMt42Gq .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #151e11;
  z-index: 1;
  opacity: 0.3;
  pointer-events: none;
}
.cid-v4uIMt42Gq .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-v4uIMt42Gq .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #fff7ee;
}
.cid-v4uIMt42Gq .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v4uIMt42Gq .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-v4uIMt42Gq .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v4uIMt42Gq .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-v4uIMt42Gq .item-label,
.cid-v4uIMt42Gq .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-v4uIMt42Gq .item-title {
  color: #fff7ee;
}
.cid-v4uIMt42Gq .item-title,
.cid-v4uIMt42Gq .mbr-section-btn {
  text-align: center;
}
.cid-v4uINzKvnT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v4uINzKvnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4uINzKvnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4uINzKvnT .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-v4uINzKvnT .col-title {
    padding: 0 20px !important;
  }
}
.cid-v4uINzKvnT .mbr-section-title {
  color: #292325;
}
.cid-v4uINzKvnT .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v4uINzKvnT .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-v4uINzKvnT .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v4uINzKvnT .cards-container {
    padding: 0 20px !important;
  }
}
.cid-v4uINzKvnT .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-v4uINzKvnT .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4uINzKvnT .card {
    width: 100%;
  }
}
.cid-v4uINzKvnT .card-box {
  width: 100%;
}
.cid-v4uINzKvnT .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-v4uINzKvnT .mbr-iconfont {
  font-size: 92px;
  color: #05e609;
}
.cid-v4uINzKvnT .card-container {
  width: 100%;
}
.cid-v4uINzKvnT .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v4uINzKvnT .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-v4uIOg0TN4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gemini-generated-image-kosn8dkosn8dkosn-1024x1024.webp");
}
.cid-v4uIOg0TN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4uIOg0TN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4uIOg0TN4 .container {
    padding: 0 22px;
  }
}
.cid-v4uIOg0TN4 .row {
  justify-content: space-between;
}
.cid-v4uIOg0TN4 .row .card {
  justify-content: center;
}
.cid-v4uIOg0TN4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v4uIOg0TN4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v4uIOg0TN4 .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-v4uIOg0TN4 .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v4uIOg0TN4 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4uIOg0TN4 .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-v4uIOg0TN4 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #1ccf29;
  margin-right: 55px;
}
.cid-v4uIOg0TN4 .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-v4uIOg0TN4 .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-v4uIOg0TN4 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v4uIOg0TN4 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v4uIOg0TN4 .mbr-section-title {
  color: #000000;
}
.cid-v4uIOg0TN4 .mbr-text {
  color: #000000;
}
.cid-v4uIOg0TN4 .card-title {
  color: #ff5753;
}
.cid-v4uIOg0TN4 .card-text {
  color: #000000;
}
.cid-v4uIOg0TN4 .card-title,
.cid-v4uIOg0TN4 .iconfont-wrapper {
  color: #000000;
}
.cid-v49aClL9Mf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v49aClL9Mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49aClL9Mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v49aClL9Mf .card-wrapper {
  background: #dce0ea;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v49aClL9Mf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v49aClL9Mf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v49aClL9Mf .card-wrapper {
    padding: 4rem;
  }
}
.cid-v49aClL9Mf .mbr-text,
.cid-v49aClL9Mf .mbr-section-btn {
  color: #a4a4a1;
  text-align: justify;
}
.cid-v49aClL9Mf .card-title,
.cid-v49aClL9Mf .card-box {
  text-align: center;
  color: #292325;
}
.cid-v4uJ4ei8ZW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
}
.cid-v4uJ4ei8ZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4uJ4ei8ZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4uJ4ei8ZW .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4uJ4ei8ZW .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4uJ4ei8ZW .content-wrapper {
    width: 100%;
  }
}
.cid-v4uJ4ei8ZW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4uJ4ei8ZW .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4uJ4ei8ZW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4uJ4ei8ZW .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4uJ4ei8ZW .mbr-section-title {
  color: #181824;
}
.cid-v4uJ4ei8ZW .mbr-text,
.cid-v4uJ4ei8ZW .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4uJ4ei8ZW .mbr-section-title,
.cid-v4uJ4ei8ZW .mbr-section-btn,
.cid-v4uJ4ei8ZW .icon-wrapper {
  text-align: center;
}
.cid-v4uJ4ei8ZW .mbr-section-title,
.cid-v4uJ4ei8ZW .mbr-section-btn {
  color: #000000;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
.cid-v4qF46j8Gp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4qF46j8Gp .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-v4qF46j8Gp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4qF46j8Gp .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-v4qF46j8Gp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4qF46j8Gp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4qF46j8Gp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4qF46j8Gp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4qF46j8Gp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4qF46j8Gp .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4qF46j8Gp .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4qF46j8Gp .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4qF46j8Gp .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4qF46j8Gp .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4qF46j8Gp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4qF46j8Gp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4qF46j8Gp .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4qF46j8Gp .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4qF46j8Gp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4qF46j8Gp .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4qF46j8Gp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4qF46j8Gp .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4qF46j8Gp .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4qF46j8Gp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4qF46j8Gp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4qF46j8Gp .container,
.cid-v4qF46j8Gp .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4qF46j8Gp .container,
  .cid-v4qF46j8Gp .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4qF46j8Gp .container,
  .cid-v4qF46j8Gp .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4qF46j8Gp .container,
  .cid-v4qF46j8Gp .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4qF46j8Gp .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4qF46j8Gp .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4qF46j8Gp .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-v4qF46j8Gp .nav-item:focus,
.cid-v4qF46j8Gp .nav-link:focus {
  outline: none;
}
.cid-v4qF46j8Gp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4qF46j8Gp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4qF46j8Gp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4qF46j8Gp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4qF46j8Gp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4qF46j8Gp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4qF46j8Gp .navbar {
  min-height: 66px;
  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-v4qF46j8Gp .navbar.opened {
  transition: all 0.3s;
}
.cid-v4qF46j8Gp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4qF46j8Gp .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4qF46j8Gp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4qF46j8Gp .navbar.collapsed {
  justify-content: center;
}
.cid-v4qF46j8Gp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4qF46j8Gp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qF46j8Gp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4qF46j8Gp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4qF46j8Gp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4qF46j8Gp .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-v4qF46j8Gp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4qF46j8Gp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4qF46j8Gp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4qF46j8Gp .navbar {
    min-height: 72px;
  }
  .cid-v4qF46j8Gp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qF46j8Gp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4qF46j8Gp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4qF46j8Gp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4qF46j8Gp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4qF46j8Gp .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-v4qF46j8Gp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4qF46j8Gp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4qF46j8Gp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4qF46j8Gp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4qF46j8Gp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4qF46j8Gp .dropdown-item.active,
.cid-v4qF46j8Gp .dropdown-item:active {
  background-color: transparent;
}
.cid-v4qF46j8Gp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4qF46j8Gp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4qF46j8Gp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4qF46j8Gp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4qF46j8Gp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4qF46j8Gp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4qF46j8Gp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4qF46j8Gp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4qF46j8Gp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4qF46j8Gp .navbar-buttons {
    text-align: left;
  }
}
.cid-v4qF46j8Gp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4qF46j8Gp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4qF46j8Gp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4qF46j8Gp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qF46j8Gp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4qF46j8Gp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4qF46j8Gp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qF46j8Gp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4qF46j8Gp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4qF46j8Gp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4qF46j8Gp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4qF46j8Gp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4qF46j8Gp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4qF46j8Gp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4qF46j8Gp .navbar {
    height: 66px;
  }
  .cid-v4qF46j8Gp .navbar.opened {
    height: auto;
  }
  .cid-v4qF46j8Gp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4qF46j8Gp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4qF46j8Gp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4qF46j8Gp .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4qF46j8Gp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4qF46j8Gp .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-v4qF46j8Gp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4qF46j8Gp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4qF46j8Gp .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4qF46j8Gp .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4qF46j8Gp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4qF46j8Gp .navbar-brand {
    margin-right: auto;
  }
  .cid-v4qF46j8Gp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4qF46j8Gp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4qF46j8Gp .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-v4qF46j8Gp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4qF46j8Gp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4qF46j8Gp .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-v4qF46j8Gp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4qF46j8Gp .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-v4qF46j8Gp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4qF46j8Gp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4uLRu1q5i {
  padding-top: 120px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #f6f6f6, #ffffff);
}
.cid-v4uLRu1q5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4uLRu1q5i .card-link {
  position: relative;
  width: fit-content;
}
.cid-v4uLRu1q5i .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-v4uLRu1q5i .mbr-section-subtitle {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
  text-align: left;
}
.cid-v4uLRu1q5i .mbr-section-subtitle:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-v4uLRu1q5i .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-v4uLRu1q5i .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-v4uLRu1q5i .item-wrapper:hover {
  background: #05e609;
  transform: translateY(-5px);
}
.cid-v4uLRu1q5i .item-wrapper:hover .card-title,
.cid-v4uLRu1q5i .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-v4uLRu1q5i .item-wrapper:hover span,
.cid-v4uLRu1q5i .item-wrapper:hover .card-link,
.cid-v4uLRu1q5i .item-wrapper:hover .card-link a {
  color: #09034b !important;
}
.cid-v4uLRu1q5i .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-v4uLRu1q5i .card-title,
.cid-v4uLRu1q5i .card-text,
.cid-v4uLRu1q5i .card-link,
.cid-v4uLRu1q5i .card-link a {
  transition: all 0.3s;
}
.cid-v4uLRu1q5i .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-v4uLRu1q5i .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-v4uLRu1q5i .link-wrapper:hover {
  cursor: pointer;
}
.cid-v4uLRu1q5i .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #05e609;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v4uLRu1q5i .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-v4uLRu1q5i .card-title,
.cid-v4uLRu1q5i .iconfont-wrapper {
  color: #000000;
}
.cid-v4uLRu1q5i .card-text {
  color: #232323;
}
.cid-v4uLRu1q5i .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4uLRu1q5i .card-link,
.cid-v4uLRu1q5i .link-icon,
.cid-v4uLRu1q5i .link-align {
  color: #232323;
}
.cid-v4uLRu1q5i .mbr-section-subtitle,
.cid-v4uLRu1q5i .align {
  color: #232323;
}
.cid-v4uLXih2it {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-x2pngqx2pngqx2pn-658x658.webp");
}
.cid-v4uLXih2it .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4uLXih2it .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4uLXih2it .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v4uLXih2it .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4uLXih2it .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v4uLXih2it .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v4uLXih2it .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v4uLXih2it .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v4uLXih2it .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #05e609, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v4uLXih2it .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4uLXih2it .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v4uLXih2it .form-wrap {
    padding: 24px;
  }
}
.cid-v4uLXih2it .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v4uLXih2it .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v4uLXih2it .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v4uLXih2it .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v4uLXih2it .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v4uLXih2it .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v4uLXih2it .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v4uLXih2it .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v4uLXih2it .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v4uLXih2it .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v4uLXih2it .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v4uLXih2it .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v4uLXih2it .mbr-label,
.cid-v4uLXih2it .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4uLXih2it .mbr-section-title,
.cid-v4uLXih2it .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4uLXih2it .mbr-text,
.cid-v4uLXih2it .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v4uLXih2it label {
  color: #000000;
}
.cid-v4qF4b2AZF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4qF4b2AZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qF4b2AZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4qF4b2AZF .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4qF4b2AZF .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4qF4b2AZF .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4qF4b2AZF .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4qF4b2AZF .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4qF4b2AZF .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4qF4b2AZF .list li {
  margin-bottom: 12px;
}
.cid-v4qF4b2AZF .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4qF4b2AZF .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4qF4b2AZF .copyright {
  color: #ffffff;
}
.cid-v4qF4b2AZF .mbr-section-title,
.cid-v4qF4b2AZF .soc-wrapper {
  color: #ffffff;
}
.cid-v4vCNDX62D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4vCNDX62D .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-v4vCNDX62D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4vCNDX62D .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-v4vCNDX62D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4vCNDX62D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4vCNDX62D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4vCNDX62D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4vCNDX62D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4vCNDX62D .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4vCNDX62D .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4vCNDX62D .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4vCNDX62D .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4vCNDX62D .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4vCNDX62D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4vCNDX62D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4vCNDX62D .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4vCNDX62D .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4vCNDX62D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4vCNDX62D .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4vCNDX62D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4vCNDX62D .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4vCNDX62D .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4vCNDX62D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4vCNDX62D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4vCNDX62D .container,
.cid-v4vCNDX62D .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4vCNDX62D .container,
  .cid-v4vCNDX62D .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4vCNDX62D .container,
  .cid-v4vCNDX62D .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4vCNDX62D .container,
  .cid-v4vCNDX62D .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4vCNDX62D .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4vCNDX62D .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4vCNDX62D .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-v4vCNDX62D .nav-item:focus,
.cid-v4vCNDX62D .nav-link:focus {
  outline: none;
}
.cid-v4vCNDX62D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4vCNDX62D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4vCNDX62D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4vCNDX62D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4vCNDX62D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4vCNDX62D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4vCNDX62D .navbar {
  min-height: 66px;
  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-v4vCNDX62D .navbar.opened {
  transition: all 0.3s;
}
.cid-v4vCNDX62D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4vCNDX62D .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4vCNDX62D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4vCNDX62D .navbar.collapsed {
  justify-content: center;
}
.cid-v4vCNDX62D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4vCNDX62D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4vCNDX62D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4vCNDX62D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4vCNDX62D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4vCNDX62D .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-v4vCNDX62D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4vCNDX62D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4vCNDX62D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4vCNDX62D .navbar {
    min-height: 72px;
  }
  .cid-v4vCNDX62D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4vCNDX62D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4vCNDX62D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4vCNDX62D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4vCNDX62D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4vCNDX62D .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-v4vCNDX62D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4vCNDX62D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4vCNDX62D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4vCNDX62D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4vCNDX62D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4vCNDX62D .dropdown-item.active,
.cid-v4vCNDX62D .dropdown-item:active {
  background-color: transparent;
}
.cid-v4vCNDX62D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4vCNDX62D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4vCNDX62D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4vCNDX62D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4vCNDX62D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4vCNDX62D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4vCNDX62D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4vCNDX62D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4vCNDX62D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4vCNDX62D .navbar-buttons {
    text-align: left;
  }
}
.cid-v4vCNDX62D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4vCNDX62D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4vCNDX62D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4vCNDX62D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4vCNDX62D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4vCNDX62D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4vCNDX62D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4vCNDX62D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4vCNDX62D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4vCNDX62D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4vCNDX62D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4vCNDX62D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4vCNDX62D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4vCNDX62D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4vCNDX62D .navbar {
    height: 66px;
  }
  .cid-v4vCNDX62D .navbar.opened {
    height: auto;
  }
  .cid-v4vCNDX62D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4vCNDX62D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4vCNDX62D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4vCNDX62D .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4vCNDX62D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4vCNDX62D .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-v4vCNDX62D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4vCNDX62D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4vCNDX62D .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4vCNDX62D .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4vCNDX62D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4vCNDX62D .navbar-brand {
    margin-right: auto;
  }
  .cid-v4vCNDX62D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4vCNDX62D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4vCNDX62D .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-v4vCNDX62D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4vCNDX62D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4vCNDX62D .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-v4vCNDX62D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4vCNDX62D .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-v4vCNDX62D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4vCNDX62D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4vCNEg02c {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v4vCNEg02c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vCNEg02c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4vCNEg02c .row {
  justify-content: center;
}
.cid-v4vCNEg02c .card-wrapper {
  position: relative;
  padding: 80px 150px;
  background-color: #ffffff;
}
@media (max-width: 1600px) {
  .cid-v4vCNEg02c .card-wrapper {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-v4vCNEg02c .card-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v4vCNEg02c .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-v4vCNEg02c .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-v4vCNEg02c .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4vCNEg02c .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v4vCNEg02c .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4vCNEg02c .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v4vCNEg02c .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v4vCNEg02c .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4vCNEg02c .mbr-section-title {
  color: #000000;
}
.cid-v4vCNEg02c .mbr-text,
.cid-v4vCNEg02c .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4vCNEg02c .mbr-section-title,
.cid-v4vCNEg02c .mbr-section-btn {
  text-align: center;
  color: #05e609;
}
.cid-v4vCNEuVDN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4vCNEuVDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vCNEuVDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4vCNEuVDN .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border-right: solid 1px #09034b;
  border-bottom: solid 1px #09034b;
  border-radius: 0 !important;
}
.cid-v4vCNEuVDN .img-wrapper {
  max-height: 50px;
}
.cid-v4vCNEuVDN .card-top {
  border: solid 1px #09034b;
  border-radius: 0 !important;
  padding: 1rem;
}
.cid-v4vCNEuVDN .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
}
.cid-v4vCNEuVDN .card-row {
  border-left: solid 1px #09034b;
  border-right: solid 1px #09034b;
}
.cid-v4vCNEuVDN .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
  border-radius: 0 !important;
  border-left: solid 1px #09034b;
  border-bottom: solid 1px #09034b;
  transition: all ease-in-out 0.3s;
}
.cid-v4vCNEuVDN .card-img:hover {
  background-color: #09034b;
  transition: all ease-in-out 0.3s;
}
.cid-v4vCNEuVDN .card-img:hover img {
  filter: brightness(0) invert(1);
}
.cid-v4vCNEuVDN .card-img img {
  max-width: 200px;
}
.cid-v4vCNEuVDN .card-img-wrapper:first-child .card-img {
  border-left: none;
}
@media screen and (max-width: 992px) {
  .cid-v4vCNEuVDN .card-img {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .cid-v4vCNEuVDN .card-img {
    height: 125px;
  }
}
.cid-v4vCNEK4jG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4vCNEK4jG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vCNEK4jG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4vCNEK4jG .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4vCNEK4jG .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4vCNEK4jG .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4vCNEK4jG .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4vCNEK4jG .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4vCNEK4jG .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4vCNEK4jG .list li {
  margin-bottom: 12px;
}
.cid-v4vCNEK4jG .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4vCNEK4jG .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4vCNEK4jG .copyright {
  color: #ffffff;
}
.cid-v4vCNEK4jG .mbr-section-title,
.cid-v4vCNEK4jG .soc-wrapper {
  color: #ffffff;
}
.cid-v4wggSrDxP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4wggSrDxP .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-v4wggSrDxP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4wggSrDxP .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-v4wggSrDxP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4wggSrDxP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4wggSrDxP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4wggSrDxP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4wggSrDxP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4wggSrDxP .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4wggSrDxP .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4wggSrDxP .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4wggSrDxP .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4wggSrDxP .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4wggSrDxP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4wggSrDxP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4wggSrDxP .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4wggSrDxP .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4wggSrDxP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4wggSrDxP .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4wggSrDxP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4wggSrDxP .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4wggSrDxP .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4wggSrDxP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4wggSrDxP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4wggSrDxP .container,
.cid-v4wggSrDxP .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4wggSrDxP .container,
  .cid-v4wggSrDxP .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4wggSrDxP .container,
  .cid-v4wggSrDxP .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4wggSrDxP .container,
  .cid-v4wggSrDxP .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4wggSrDxP .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4wggSrDxP .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4wggSrDxP .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-v4wggSrDxP .nav-item:focus,
.cid-v4wggSrDxP .nav-link:focus {
  outline: none;
}
.cid-v4wggSrDxP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4wggSrDxP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4wggSrDxP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4wggSrDxP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4wggSrDxP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4wggSrDxP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4wggSrDxP .navbar {
  min-height: 66px;
  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-v4wggSrDxP .navbar.opened {
  transition: all 0.3s;
}
.cid-v4wggSrDxP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4wggSrDxP .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4wggSrDxP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4wggSrDxP .navbar.collapsed {
  justify-content: center;
}
.cid-v4wggSrDxP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4wggSrDxP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4wggSrDxP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4wggSrDxP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4wggSrDxP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4wggSrDxP .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-v4wggSrDxP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4wggSrDxP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4wggSrDxP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4wggSrDxP .navbar {
    min-height: 72px;
  }
  .cid-v4wggSrDxP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4wggSrDxP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4wggSrDxP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4wggSrDxP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4wggSrDxP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4wggSrDxP .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-v4wggSrDxP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4wggSrDxP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4wggSrDxP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4wggSrDxP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4wggSrDxP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4wggSrDxP .dropdown-item.active,
.cid-v4wggSrDxP .dropdown-item:active {
  background-color: transparent;
}
.cid-v4wggSrDxP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4wggSrDxP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4wggSrDxP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4wggSrDxP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4wggSrDxP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4wggSrDxP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4wggSrDxP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4wggSrDxP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4wggSrDxP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4wggSrDxP .navbar-buttons {
    text-align: left;
  }
}
.cid-v4wggSrDxP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4wggSrDxP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4wggSrDxP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4wggSrDxP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4wggSrDxP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4wggSrDxP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4wggSrDxP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4wggSrDxP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4wggSrDxP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4wggSrDxP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4wggSrDxP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4wggSrDxP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4wggSrDxP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4wggSrDxP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4wggSrDxP .navbar {
    height: 66px;
  }
  .cid-v4wggSrDxP .navbar.opened {
    height: auto;
  }
  .cid-v4wggSrDxP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4wggSrDxP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4wggSrDxP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4wggSrDxP .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4wggSrDxP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4wggSrDxP .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-v4wggSrDxP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4wggSrDxP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4wggSrDxP .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4wggSrDxP .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4wggSrDxP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4wggSrDxP .navbar-brand {
    margin-right: auto;
  }
  .cid-v4wggSrDxP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4wggSrDxP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4wggSrDxP .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-v4wggSrDxP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4wggSrDxP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4wggSrDxP .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-v4wggSrDxP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4wggSrDxP .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-v4wggSrDxP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4wggSrDxP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4wggSGCwj {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/garantias-mecanicas-compraventas-2000x1000.webp");
}
.cid-v4wggSGCwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wggSGCwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v4wggSGCwj .col-content {
    text-align: center;
  }
}
.cid-v4wggSGCwj .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v4wggSGCwj .mbr-section-title {
  color: #000000;
}
.cid-v4wggSGCwj .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v4wggSGCwj .mbr-section-btn {
  margin-top: 22px;
}
.cid-v4wggSGCwj .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v4wggSGCwj .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v4wggSGCwj .text-item {
    text-align: center;
  }
}
.cid-v4wggSGCwj .mbr-text {
  color: #24262b;
}
.cid-v4wggSGCwj .address-text {
  margin-top: 8px;
  color: #060f3e;
}
.cid-v4wggSTA5e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4wggSTA5e .nav-tabs .nav-item.open .nav-link:focus,
.cid-v4wggSTA5e .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v4wggSTA5e .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-v4wggSTA5e .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-v4wggSTA5e .nav-item .nav-link {
  color: #74a3c7;
  border-bottom: 4px solid transparent !important;
}
.cid-v4wggSTA5e .nav-item .nav-link.active {
  color: #55595c;
  border-bottom: 4px solid #05e609 !important;
}
.cid-v4wggSTA5e .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-v4wggSTA5e .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-v4wggSTA5e .nav-link,
.cid-v4wggSTA5e .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-v4wggSTA5e .mbr-text,
.cid-v4wggSTA5e .mbr-section-btn {
  color: #232323;
}
.cid-v4wggSTA5e .mbr-section-title {
  color: #232323;
}
.cid-v4wggSTA5e .buttons-wrap .link {
  display: flex;
}
.cid-v4wggSTA5e .list {
  list-style: none;
}
.cid-v4wggSTA5e .list li {
  position: relative;
  margin-bottom: 15px;
}
.cid-v4wggSTA5e .list li::before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 9px;
  left: -25px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: #05e609;
}
@media (max-width: 768px) {
  .cid-v4wggSTA5e * {
    text-align: center;
  }
  .cid-v4wggSTA5e .buttons-wrap {
    justify-content: center;
  }
  .cid-v4wggSTA5e img {
    margin-bottom: 20px;
  }
}
.cid-v4wggSTA5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wggSTA5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wggTio2U {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-v4wggTio2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wggTio2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wggTio2U .title-wrapper {
  margin-bottom: 40px;
}
.cid-v4wggTio2U .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v4wggTio2U .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4wggTio2U .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4wggTio2U .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4wggTio2U .items-wrapper {
  margin: 0 -8px;
}
.cid-v4wggTio2U .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4wggTio2U .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v4wggTio2U .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v4wggTio2U .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v4wggTio2U .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v4wggTio2U .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-v4wggTio2U .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v4wggTio2U .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v4wggTio2U .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v4wggTio2U .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v4wggTio2U .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-v4wggTio2U .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-v4wggTio2U .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v4wggTio2U .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-v4wggTio2U .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4wggTio2U .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-v4wggTio2U .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4wggTio2U .mbr-text,
.cid-v4wggTio2U .text-wrapper {
  color: #292325;
  text-align: center;
}
.cid-v4wggTio2U .item-title {
  color: #000000;
}
.cid-v4wggTio2U .item-text {
  color: #000000;
  text-align: justify;
}
.cid-v4wggTio2U .item-title,
.cid-v4wggTio2U .mbr-section-btn {
  text-align: center;
}
.cid-v4wggTxNeJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v4wggTxNeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wggTxNeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wggTxNeJ .row {
  justify-content: space-between;
}
.cid-v4wggTxNeJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v4wggTxNeJ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v4wggTxNeJ .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v4wggTxNeJ .item {
    margin-bottom: 50px;
  }
}
.cid-v4wggTxNeJ .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v4wggTxNeJ .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-v4wggTxNeJ .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-v4wggTxNeJ .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4wggTxNeJ .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-v4wggTxNeJ .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #05e609;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-v4wggTxNeJ .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-v4wggTxNeJ .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-v4wggTxNeJ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #05e609;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v4wggTxNeJ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-v4wggTxNeJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v4wggTxNeJ .item .item-wrapper .item-content .item-title:hover,
.cid-v4wggTxNeJ .item .item-wrapper .item-content .item-title:focus {
  color: #05e609;
}
.cid-v4wggTxNeJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4wggTxNeJ .item-title {
  color: #000c3f;
}
.cid-v4wggTxNeJ .item-title,
.cid-v4wggTxNeJ .item-wrapper {
  color: #000000;
}
.cid-v4wggTL2Oh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4wggTL2Oh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wggTL2Oh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4wggTL2Oh .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4wggTL2Oh .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4wggTL2Oh .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4wggTL2Oh .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4wggTL2Oh .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4wggTL2Oh .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4wggTL2Oh .list li {
  margin-bottom: 12px;
}
.cid-v4wggTL2Oh .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4wggTL2Oh .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4wggTL2Oh .copyright {
  color: #ffffff;
}
.cid-v4wggTL2Oh .mbr-section-title,
.cid-v4wggTL2Oh .soc-wrapper {
  color: #ffffff;
}
.cid-v4YFRwNdqM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4YFRwNdqM .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-v4YFRwNdqM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4YFRwNdqM .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-v4YFRwNdqM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4YFRwNdqM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YFRwNdqM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YFRwNdqM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4YFRwNdqM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4YFRwNdqM .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4YFRwNdqM .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4YFRwNdqM .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4YFRwNdqM .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4YFRwNdqM .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4YFRwNdqM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4YFRwNdqM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4YFRwNdqM .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4YFRwNdqM .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4YFRwNdqM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4YFRwNdqM .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4YFRwNdqM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4YFRwNdqM .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4YFRwNdqM .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4YFRwNdqM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4YFRwNdqM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4YFRwNdqM .container,
.cid-v4YFRwNdqM .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4YFRwNdqM .container,
  .cid-v4YFRwNdqM .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4YFRwNdqM .container,
  .cid-v4YFRwNdqM .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4YFRwNdqM .container,
  .cid-v4YFRwNdqM .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4YFRwNdqM .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4YFRwNdqM .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4YFRwNdqM .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-v4YFRwNdqM .nav-item:focus,
.cid-v4YFRwNdqM .nav-link:focus {
  outline: none;
}
.cid-v4YFRwNdqM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YFRwNdqM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YFRwNdqM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YFRwNdqM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YFRwNdqM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YFRwNdqM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YFRwNdqM .navbar {
  min-height: 66px;
  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-v4YFRwNdqM .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YFRwNdqM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YFRwNdqM .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4YFRwNdqM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4YFRwNdqM .navbar.collapsed {
  justify-content: center;
}
.cid-v4YFRwNdqM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YFRwNdqM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YFRwNdqM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4YFRwNdqM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YFRwNdqM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YFRwNdqM .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-v4YFRwNdqM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YFRwNdqM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YFRwNdqM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4YFRwNdqM .navbar {
    min-height: 72px;
  }
  .cid-v4YFRwNdqM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4YFRwNdqM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YFRwNdqM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YFRwNdqM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YFRwNdqM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YFRwNdqM .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-v4YFRwNdqM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YFRwNdqM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4YFRwNdqM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YFRwNdqM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YFRwNdqM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4YFRwNdqM .dropdown-item.active,
.cid-v4YFRwNdqM .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YFRwNdqM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YFRwNdqM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YFRwNdqM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YFRwNdqM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4YFRwNdqM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4YFRwNdqM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4YFRwNdqM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4YFRwNdqM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YFRwNdqM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4YFRwNdqM .navbar-buttons {
    text-align: left;
  }
}
.cid-v4YFRwNdqM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YFRwNdqM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4YFRwNdqM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YFRwNdqM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YFRwNdqM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YFRwNdqM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YFRwNdqM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YFRwNdqM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YFRwNdqM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YFRwNdqM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YFRwNdqM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YFRwNdqM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YFRwNdqM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4YFRwNdqM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YFRwNdqM .navbar {
    height: 66px;
  }
  .cid-v4YFRwNdqM .navbar.opened {
    height: auto;
  }
  .cid-v4YFRwNdqM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4YFRwNdqM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4YFRwNdqM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4YFRwNdqM .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4YFRwNdqM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4YFRwNdqM .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-v4YFRwNdqM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4YFRwNdqM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4YFRwNdqM .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4YFRwNdqM .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4YFRwNdqM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4YFRwNdqM .navbar-brand {
    margin-right: auto;
  }
  .cid-v4YFRwNdqM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4YFRwNdqM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4YFRwNdqM .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-v4YFRwNdqM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4YFRwNdqM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4YFRwNdqM .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-v4YFRwNdqM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4YFRwNdqM .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-v4YFRwNdqM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4YFRwNdqM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4YL7hfglc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  position: relative;
}
.cid-v4YL7hfglc .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v4YL7hfglc .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v4YL7hfglc .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v4YL7hfglc .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v4YL7hfglc .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v4YL7hfglc .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v4YL7hfglc .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-v4YL7hfglc .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v4YL7hfglc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YL7hfglc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-v4YL7hfglc .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v4YL7hfglc .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v4YL7hfglc .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v4YL7hfglc .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v4YL7hfglc .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v4YL7hfglc .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v4YL7hfglc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4YL7hfglc .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v4YL7hfglc .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v4YL7hfglc .mbr-section-title {
  color: #323432;
}
.cid-v4YL7hfglc .mbr-text,
.cid-v4YL7hfglc .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v4YL7hfglc .mbr-section-title,
.cid-v4YL7hfglc .mbr-section-btn,
.cid-v4YL7hfglc .title-wrapper {
  text-align: center;
}
#custom-html-qw {
  /* Además, modifica el media query para dispositivos móviles */
  /* ... (El resto de tu CSS) */
}
#custom-html-qw h3 {
  font-size: 1.3em !important;
  /* Estaba 1.3em */
  /* El resto de estilos de h3 pueden quedarse igual */
}
#custom-html-qw p {
  margin-bottom: 15px !important;
  text-align: justify !important;
  font-size: 1em !important;
  /* Asegurar el tamaño base para el cuerpo del texto */
}
@media (max-width: 768px) {
  #custom-html-qw h1 {
    font-size: 2em !important;
  }
  #custom-html-qw h2 {
    font-size: 1.5em !important;
  }
  #custom-html-qw h3 {
    font-size: 1.2em !important;
  }
}
.cid-v4YFRzri4r {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
}
.cid-v4YFRzri4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YFRzri4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YFRzri4r .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4YFRzri4r .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4YFRzri4r .content-wrapper {
    width: 100%;
  }
}
.cid-v4YFRzri4r .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4YFRzri4r .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4YFRzri4r .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4YFRzri4r .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4YFRzri4r .mbr-section-title {
  color: #181824;
}
.cid-v4YFRzri4r .mbr-text,
.cid-v4YFRzri4r .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4YFRzri4r .mbr-section-title,
.cid-v4YFRzri4r .mbr-section-btn,
.cid-v4YFRzri4r .icon-wrapper {
  text-align: center;
}
.cid-v4YFRzri4r .mbr-section-title,
.cid-v4YFRzri4r .mbr-section-btn {
  color: #000000;
}
.cid-v4YFRzGU7U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4YFRzGU7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YFRzGU7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YFRzGU7U .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4YFRzGU7U .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4YFRzGU7U .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4YFRzGU7U .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4YFRzGU7U .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4YFRzGU7U .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4YFRzGU7U .list li {
  margin-bottom: 12px;
}
.cid-v4YFRzGU7U .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4YFRzGU7U .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4YFRzGU7U .copyright {
  color: #ffffff;
}
.cid-v4YFRzGU7U .mbr-section-title,
.cid-v4YFRzGU7U .soc-wrapper {
  color: #ffffff;
}
.cid-v4YNZuxloA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4YNZuxloA .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-v4YNZuxloA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4YNZuxloA .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-v4YNZuxloA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4YNZuxloA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YNZuxloA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YNZuxloA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4YNZuxloA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4YNZuxloA .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4YNZuxloA .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4YNZuxloA .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4YNZuxloA .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4YNZuxloA .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4YNZuxloA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4YNZuxloA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4YNZuxloA .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4YNZuxloA .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4YNZuxloA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4YNZuxloA .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4YNZuxloA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4YNZuxloA .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4YNZuxloA .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4YNZuxloA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4YNZuxloA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4YNZuxloA .container,
.cid-v4YNZuxloA .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4YNZuxloA .container,
  .cid-v4YNZuxloA .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4YNZuxloA .container,
  .cid-v4YNZuxloA .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4YNZuxloA .container,
  .cid-v4YNZuxloA .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4YNZuxloA .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4YNZuxloA .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4YNZuxloA .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-v4YNZuxloA .nav-item:focus,
.cid-v4YNZuxloA .nav-link:focus {
  outline: none;
}
.cid-v4YNZuxloA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YNZuxloA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YNZuxloA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YNZuxloA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YNZuxloA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YNZuxloA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YNZuxloA .navbar {
  min-height: 66px;
  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-v4YNZuxloA .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YNZuxloA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YNZuxloA .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4YNZuxloA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4YNZuxloA .navbar.collapsed {
  justify-content: center;
}
.cid-v4YNZuxloA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YNZuxloA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YNZuxloA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4YNZuxloA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YNZuxloA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YNZuxloA .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-v4YNZuxloA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YNZuxloA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YNZuxloA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4YNZuxloA .navbar {
    min-height: 72px;
  }
  .cid-v4YNZuxloA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4YNZuxloA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YNZuxloA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YNZuxloA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YNZuxloA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YNZuxloA .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-v4YNZuxloA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YNZuxloA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4YNZuxloA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YNZuxloA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YNZuxloA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4YNZuxloA .dropdown-item.active,
.cid-v4YNZuxloA .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YNZuxloA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YNZuxloA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YNZuxloA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YNZuxloA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4YNZuxloA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4YNZuxloA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4YNZuxloA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4YNZuxloA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YNZuxloA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4YNZuxloA .navbar-buttons {
    text-align: left;
  }
}
.cid-v4YNZuxloA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YNZuxloA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4YNZuxloA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YNZuxloA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YNZuxloA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YNZuxloA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YNZuxloA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YNZuxloA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YNZuxloA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YNZuxloA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YNZuxloA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YNZuxloA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YNZuxloA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4YNZuxloA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YNZuxloA .navbar {
    height: 66px;
  }
  .cid-v4YNZuxloA .navbar.opened {
    height: auto;
  }
  .cid-v4YNZuxloA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4YNZuxloA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4YNZuxloA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4YNZuxloA .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4YNZuxloA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4YNZuxloA .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-v4YNZuxloA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4YNZuxloA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4YNZuxloA .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4YNZuxloA .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4YNZuxloA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4YNZuxloA .navbar-brand {
    margin-right: auto;
  }
  .cid-v4YNZuxloA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4YNZuxloA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4YNZuxloA .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-v4YNZuxloA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4YNZuxloA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4YNZuxloA .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-v4YNZuxloA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4YNZuxloA .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-v4YNZuxloA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4YNZuxloA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4YNZvdeUW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  position: relative;
}
.cid-v4YNZvdeUW .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v4YNZvdeUW .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v4YNZvdeUW .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v4YNZvdeUW .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v4YNZvdeUW .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v4YNZvdeUW .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v4YNZvdeUW .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-v4YNZvdeUW .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v4YNZvdeUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YNZvdeUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-v4YNZvdeUW .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v4YNZvdeUW .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v4YNZvdeUW .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v4YNZvdeUW .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v4YNZvdeUW .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v4YNZvdeUW .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v4YNZvdeUW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4YNZvdeUW .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v4YNZvdeUW .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v4YNZvdeUW .mbr-section-title {
  color: #323432;
}
.cid-v4YNZvdeUW .mbr-text,
.cid-v4YNZvdeUW .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v4YNZvdeUW .mbr-section-title,
.cid-v4YNZvdeUW .mbr-section-btn,
.cid-v4YNZvdeUW .title-wrapper {
  text-align: center;
}
#custom-html-r1 {
  /* Además, modifica el media query para dispositivos móviles */
  /* ... (El resto de tu CSS) */
}
#custom-html-r1 h3 {
  font-size: 1.3em !important;
  /* Estaba 1.3em */
  /* El resto de estilos de h3 pueden quedarse igual */
}
#custom-html-r1 p {
  margin-bottom: 15px !important;
  text-align: justify !important;
  font-size: 1em !important;
  /* Asegurar el tamaño base para el cuerpo del texto */
}
@media (max-width: 768px) {
  #custom-html-r1 h1 {
    font-size: 2em !important;
  }
  #custom-html-r1 h2 {
    font-size: 1.5em !important;
  }
  #custom-html-r1 h3 {
    font-size: 1.2em !important;
  }
}
.cid-v4YNZwagqR {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
}
.cid-v4YNZwagqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YNZwagqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YNZwagqR .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4YNZwagqR .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4YNZwagqR .content-wrapper {
    width: 100%;
  }
}
.cid-v4YNZwagqR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4YNZwagqR .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4YNZwagqR .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4YNZwagqR .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4YNZwagqR .mbr-section-title {
  color: #181824;
}
.cid-v4YNZwagqR .mbr-text,
.cid-v4YNZwagqR .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4YNZwagqR .mbr-section-title,
.cid-v4YNZwagqR .mbr-section-btn,
.cid-v4YNZwagqR .icon-wrapper {
  text-align: center;
}
.cid-v4YNZwagqR .mbr-section-title,
.cid-v4YNZwagqR .mbr-section-btn {
  color: #000000;
}
.cid-v4YNZwxS4v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4YNZwxS4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YNZwxS4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YNZwxS4v .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4YNZwxS4v .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4YNZwxS4v .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4YNZwxS4v .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4YNZwxS4v .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4YNZwxS4v .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4YNZwxS4v .list li {
  margin-bottom: 12px;
}
.cid-v4YNZwxS4v .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4YNZwxS4v .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4YNZwxS4v .copyright {
  color: #ffffff;
}
.cid-v4YNZwxS4v .mbr-section-title,
.cid-v4YNZwxS4v .soc-wrapper {
  color: #ffffff;
}
.cid-v4YSsqoxWv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4YSsqoxWv .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-v4YSsqoxWv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4YSsqoxWv .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-v4YSsqoxWv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4YSsqoxWv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YSsqoxWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YSsqoxWv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4YSsqoxWv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4YSsqoxWv .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4YSsqoxWv .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4YSsqoxWv .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4YSsqoxWv .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4YSsqoxWv .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4YSsqoxWv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4YSsqoxWv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4YSsqoxWv .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4YSsqoxWv .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4YSsqoxWv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4YSsqoxWv .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4YSsqoxWv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4YSsqoxWv .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4YSsqoxWv .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4YSsqoxWv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4YSsqoxWv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4YSsqoxWv .container,
.cid-v4YSsqoxWv .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4YSsqoxWv .container,
  .cid-v4YSsqoxWv .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4YSsqoxWv .container,
  .cid-v4YSsqoxWv .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4YSsqoxWv .container,
  .cid-v4YSsqoxWv .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4YSsqoxWv .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4YSsqoxWv .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4YSsqoxWv .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-v4YSsqoxWv .nav-item:focus,
.cid-v4YSsqoxWv .nav-link:focus {
  outline: none;
}
.cid-v4YSsqoxWv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4YSsqoxWv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YSsqoxWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4YSsqoxWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4YSsqoxWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YSsqoxWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YSsqoxWv .navbar {
  min-height: 66px;
  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-v4YSsqoxWv .navbar.opened {
  transition: all 0.3s;
}
.cid-v4YSsqoxWv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4YSsqoxWv .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4YSsqoxWv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4YSsqoxWv .navbar.collapsed {
  justify-content: center;
}
.cid-v4YSsqoxWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4YSsqoxWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YSsqoxWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4YSsqoxWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YSsqoxWv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YSsqoxWv .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-v4YSsqoxWv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YSsqoxWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YSsqoxWv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4YSsqoxWv .navbar {
    min-height: 72px;
  }
  .cid-v4YSsqoxWv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4YSsqoxWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4YSsqoxWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YSsqoxWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YSsqoxWv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YSsqoxWv .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-v4YSsqoxWv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4YSsqoxWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4YSsqoxWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4YSsqoxWv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4YSsqoxWv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4YSsqoxWv .dropdown-item.active,
.cid-v4YSsqoxWv .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YSsqoxWv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YSsqoxWv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YSsqoxWv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YSsqoxWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4YSsqoxWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4YSsqoxWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4YSsqoxWv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4YSsqoxWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4YSsqoxWv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4YSsqoxWv .navbar-buttons {
    text-align: left;
  }
}
.cid-v4YSsqoxWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4YSsqoxWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4YSsqoxWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YSsqoxWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YSsqoxWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YSsqoxWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YSsqoxWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YSsqoxWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4YSsqoxWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4YSsqoxWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YSsqoxWv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4YSsqoxWv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4YSsqoxWv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4YSsqoxWv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YSsqoxWv .navbar {
    height: 66px;
  }
  .cid-v4YSsqoxWv .navbar.opened {
    height: auto;
  }
  .cid-v4YSsqoxWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4YSsqoxWv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4YSsqoxWv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4YSsqoxWv .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4YSsqoxWv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4YSsqoxWv .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-v4YSsqoxWv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4YSsqoxWv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4YSsqoxWv .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4YSsqoxWv .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4YSsqoxWv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4YSsqoxWv .navbar-brand {
    margin-right: auto;
  }
  .cid-v4YSsqoxWv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4YSsqoxWv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4YSsqoxWv .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-v4YSsqoxWv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4YSsqoxWv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4YSsqoxWv .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-v4YSsqoxWv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4YSsqoxWv .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-v4YSsqoxWv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4YSsqoxWv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4YSsr65m5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  position: relative;
}
.cid-v4YSsr65m5 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v4YSsr65m5 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v4YSsr65m5 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v4YSsr65m5 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v4YSsr65m5 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v4YSsr65m5 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v4YSsr65m5 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-v4YSsr65m5 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v4YSsr65m5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YSsr65m5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-v4YSsr65m5 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v4YSsr65m5 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v4YSsr65m5 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v4YSsr65m5 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v4YSsr65m5 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v4YSsr65m5 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v4YSsr65m5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4YSsr65m5 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v4YSsr65m5 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v4YSsr65m5 .mbr-section-title {
  color: #323432;
}
.cid-v4YSsr65m5 .mbr-text,
.cid-v4YSsr65m5 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v4YSsr65m5 .mbr-section-title,
.cid-v4YSsr65m5 .mbr-section-btn,
.cid-v4YSsr65m5 .title-wrapper {
  text-align: center;
}
#custom-html-r6 {
  /* Además, modifica el media query para dispositivos móviles */
  /* ... (El resto de tu CSS) */
}
#custom-html-r6 h3 {
  font-size: 1.3em !important;
  /* Estaba 1.3em */
  /* El resto de estilos de h3 pueden quedarse igual */
}
#custom-html-r6 p {
  margin-bottom: 15px !important;
  text-align: justify !important;
  font-size: 1em !important;
  /* Asegurar el tamaño base para el cuerpo del texto */
}
@media (max-width: 768px) {
  #custom-html-r6 h1 {
    font-size: 2em !important;
  }
  #custom-html-r6 h2 {
    font-size: 1.5em !important;
  }
  #custom-html-r6 h3 {
    font-size: 1.2em !important;
  }
}
.cid-v4YSsrYLZp {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
}
.cid-v4YSsrYLZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YSsrYLZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YSsrYLZp .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4YSsrYLZp .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v4YSsrYLZp .content-wrapper {
    width: 100%;
  }
}
.cid-v4YSsrYLZp .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4YSsrYLZp .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4YSsrYLZp .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v4YSsrYLZp .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v4YSsrYLZp .mbr-section-title {
  color: #181824;
}
.cid-v4YSsrYLZp .mbr-text,
.cid-v4YSsrYLZp .text-wrapper {
  color: #4a4a4a;
  text-align: center;
}
.cid-v4YSsrYLZp .mbr-section-title,
.cid-v4YSsrYLZp .mbr-section-btn,
.cid-v4YSsrYLZp .icon-wrapper {
  text-align: center;
}
.cid-v4YSsrYLZp .mbr-section-title,
.cid-v4YSsrYLZp .mbr-section-btn {
  color: #000000;
}
.cid-v4YSssjBqQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4YSssjBqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YSssjBqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4YSssjBqQ .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4YSssjBqQ .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4YSssjBqQ .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4YSssjBqQ .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4YSssjBqQ .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4YSssjBqQ .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4YSssjBqQ .list li {
  margin-bottom: 12px;
}
.cid-v4YSssjBqQ .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4YSssjBqQ .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4YSssjBqQ .copyright {
  color: #ffffff;
}
.cid-v4YSssjBqQ .mbr-section-title,
.cid-v4YSssjBqQ .soc-wrapper {
  color: #ffffff;
}
.cid-v4e3TUtqsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4e3TUtqsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4e3TUtqsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4e3TUtqsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
  }
}
.cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
  background-color: #eeeef4;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v4e3TUtqsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4e3TUtqsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v4e3TUtqsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4e3TUtqsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4e3TUtqsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v4e3TUtqsR .container,
.cid-v4e3TUtqsR .container-fluid {
  display: flex;
  min-height: 66px;
  padding: 0 10px;
  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: .5rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .container,
  .cid-v4e3TUtqsR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4e3TUtqsR .iconfont-wrapper {
  color: #181824 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4e3TUtqsR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .nav-item:focus,
.cid-v4e3TUtqsR .nav-link:focus {
  outline: none;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4e3TUtqsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4e3TUtqsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4e3TUtqsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4e3TUtqsR .navbar {
  min-height: 66px;
  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-v4e3TUtqsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4e3TUtqsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4e3TUtqsR .navbar .navbar-logo img {
  width: auto;
  box-shadow: 0 0 0 4px #ffffff;
}
.cid-v4e3TUtqsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4e3TUtqsR .navbar.collapsed {
  justify-content: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4e3TUtqsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4e3TUtqsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4e3TUtqsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4e3TUtqsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4e3TUtqsR .navbar {
    min-height: 72px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4e3TUtqsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4e3TUtqsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4e3TUtqsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4e3TUtqsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4e3TUtqsR .dropdown-item.active,
.cid-v4e3TUtqsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4e3TUtqsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4e3TUtqsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4e3TUtqsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4e3TUtqsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4e3TUtqsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v4e3TUtqsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181824;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4e3TUtqsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4e3TUtqsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4e3TUtqsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4e3TUtqsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4e3TUtqsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4e3TUtqsR .navbar {
    height: 66px;
  }
  .cid-v4e3TUtqsR .navbar.opened {
    height: auto;
  }
  .cid-v4e3TUtqsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4e3TUtqsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4e3TUtqsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v4e3TUtqsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4e3TUtqsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v4e3TUtqsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v4e3TUtqsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4e3TUtqsR .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-v4e3TUtqsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4e3TUtqsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3Rs7HNj2U {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3Rs7HNj2U .item-img {
  position: relative;
}
.cid-v3Rs7HNj2U .button1 {
  background: #1ccf29;
}
.cid-v3Rs7HNj2U .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v3Rs7HNj2U .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-v3Rs7HNj2U .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-v3Rs7HNj2U .button2 {
    margin-top: 1rem;
  }
}
.cid-v3Rs7HNj2U .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-v3Rs7HNj2U .title {
    top: 25%;
  }
}
.cid-v3Rs7HNj2U .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3Rs7HNj2U .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-v3Rs7HNj2U .image-wrapper {
    min-height: 400px;
  }
}
.cid-v3Rs7HNj2U .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v3Rs7HNj2U .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v3Rs7HNj2U .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-v3Rs7HNj2U .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-v3Rs7HNj2U .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-v3Rs7HNj2U .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-v3Rs7HNj2U .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-v3Rs7HNj2U .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-v3Rs7HNj2U .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v3Rs7HNj2U .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-v3Rs7HNj2U .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v3Rs7HNj2U .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-v3Rs7HNj2U .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v3Rs7HNj2U .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v3Rs7HNj2U .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-v3Rs7HNj2U img,
.cid-v3Rs7HNj2U .item-img {
  width: 100%;
}
.cid-v3Rs7HNj2U .item-title2,
.cid-v3Rs7HNj2U .icon2 {
  color: #2a2c2d;
}
.cid-v3Rs7HNj2U .item-title1,
.cid-v3Rs7HNj2U .icon1 {
  color: #ffffff;
}
.cid-v3Rs7HNj2U .main-title {
  color: #000000;
  text-align: center;
}
.cid-v3Rs7HNj2U .main-title DIV {
  text-align: center;
}
.cid-v5Dilt3mfd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5Dilt3mfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Dilt3mfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5Dilt3mfd .container {
    padding: 0 30px;
  }
}
.cid-v5Dilt3mfd .row {
  justify-content: center;
}
.cid-v5Dilt3mfd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5Dilt3mfd .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v5Dilt3mfd .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5Dilt3mfd .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v5Dilt3mfd .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-v5Dilt3mfd .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-v5Dilt3mfd .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5Dilt3mfd .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #05e609;
}
.cid-v5Dilt3mfd .mbr-section-title {
  color: #22654E;
}
.cid-v5Dilt3mfd .mbr-text {
  color: #144031;
}
.cid-v5Dilt3mfd .list,
.cid-v5Dilt3mfd .item-wrap {
  color: #000000;
}
.cid-v5DhI5a3pP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5DhI5a3pP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DhI5a3pP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DhI5a3pP .row {
  justify-content: center;
}
.cid-v5DhI5a3pP .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5DhI5a3pP .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v5DhI5a3pP .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-v5DhI5a3pP .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-v3LeoVhLYw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6f6f6;
}
@media (min-width: 1400px) {
  .cid-v3LeoVhLYw .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-v3LeoVhLYw .top {
    margin-top: 10rem;
  }
}
.cid-v3LeoVhLYw .mbr-section-title {
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
  color: #090909;
}
.cid-v3LeoVhLYw .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-v3LeoVhLYw .index {
  z-index: 3;
}
.cid-v3LeoVhLYw ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-v3LeoVhLYw li {
  margin-bottom: 47px;
  position: relative;
}
.cid-v3LeoVhLYw ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #1ccf29;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-v3LeoVhLYw .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-v3LeoVhLYw .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-v3LeoVhLYw .wrap {
    top: 10%;
  }
}
.cid-v3LeoVhLYw .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-v3LeoVhLYw .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-v3LeoVhLYw .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-v3LeoVhLYw .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-v3LeoVhLYw .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-v3LeoVhLYw .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-v3LeoVhLYw .mbr-text UL {
  text-align: left;
}
.cid-v47vcEmDmW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v47vcEmDmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v47vcEmDmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v47vcEmDmW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v47vcEmDmW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v47vcEmDmW .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v47vcEmDmW .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v47vcEmDmW .item {
    margin-bottom: 40px;
  }
}
.cid-v47vcEmDmW .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v47vcEmDmW .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v47vcEmDmW .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #1ccf29;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v47vcEmDmW .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v47vcEmDmW .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v47vcEmDmW .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v47vcEmDmW .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v47vcEmDmW .mbr-section-title,
.cid-v47vcEmDmW .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v47vcEmDmW .card-number {
  color: #f1f5eb;
}
.cid-v47vcEmDmW .card-title {
  color: #323432;
}
.cid-v47vcEmDmW .card-text {
  color: #323432;
}
.cid-v3QCDlhfHY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/banner-wa-2000x1000.webp");
}
.cid-v3QCDlhfHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3QCDlhfHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3QCDlhfHY .row {
  justify-content: center;
}
.cid-v3QCDlhfHY .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3QCDlhfHY .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v3QCDlhfHY .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v3QCDlhfHY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3QCDlhfHY .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3QCDlhfHY .item {
    margin-bottom: 35px;
  }
}
.cid-v3QCDlhfHY .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3QCDlhfHY .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-v3QCDlhfHY .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #090909;
  color: #ffffff;
  font-size: 60px;
}
.cid-v3QCDlhfHY .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v3QCDlhfHY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v3QCDlhfHY .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-v3QCDlhfHY .mbr-section-title {
  color: #090909;
  text-align: center;
}
.cid-v3QCDlhfHY .mbr-text {
  color: #000000;
}
.cid-v3QCDlhfHY .item-title {
  color: #000000;
}
.cid-v3QCDlhfHY .item-text {
  color: #000000;
}
.cid-v3LetmXeM2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3LetmXeM2 .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-v3LetmXeM2 .row {
    padding: 0 0.75rem;
  }
}
.cid-v3LetmXeM2 .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-v3LetmXeM2 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v3LetmXeM2 .mbr-text {
  color: #222222;
}
.cid-v3LetmXeM2 .mbr-text a {
  letter-spacing: inherit;
  color: #0057fc;
}
.cid-v3LetmXeM2 .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-v3LetmXeM2 .card {
  padding: 15px;
}
.cid-v3LetmXeM2 .card-wrapper {
  display: flex;
  justify-content: flex-start;
  padding-right: 40px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-v3LetmXeM2 .card-wrapper {
    flex-direction: column;
    padding-right: 0;
  }
}
.cid-v3LetmXeM2 .card-title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-v3LetmXeM2 .card-title {
    text-align: center !important;
  }
}
.cid-v3LetmXeM2 .card-text {
  color: #090909;
  letter-spacing: inherit;
}
@media (max-width: 767px) {
  .cid-v3LetmXeM2 .card-text {
    text-align: center !important;
  }
}
.cid-v3LetmXeM2 .mbr-iconfont {
  font-size: 25px;
  color: #1ccf29;
}
.cid-v3LetmXeM2 .icon-box {
  margin-right: 12px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .cid-v3LetmXeM2 .icon-box {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v3LetmXeM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LetmXeM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4dBKy4m3f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4dBKy4m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBKy4m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4dBKy4m3f .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-v4dBKy4m3f .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-v4dBKy4m3f .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-v4dBKy4m3f .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-v4dBKy4m3f .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #ffffff;
}
.cid-v4dBKy4m3f .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #1ccf29;
}
.cid-v4dBKy4m3f .list li {
  margin-bottom: 12px;
}
.cid-v4dBKy4m3f .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-v4dBKy4m3f .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-v4dBKy4m3f .copyright {
  color: #ffffff;
}
.cid-v4dBKy4m3f .mbr-section-title,
.cid-v4dBKy4m3f .soc-wrapper {
  color: #ffffff;
}
