.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #383193 !important;
}
.bg-success {
  background-color: #236686 !important;
}
.bg-info {
  background-color: #208f65 !important;
}
.bg-warning {
  background-color: #d37530 !important;
}
.bg-danger {
  background-color: #d33430 !important;
}
.btn-primary {
  box-shadow: #1b1846 0px 8px 15px -5px;
}
.btn-primary,
.btn-primary:active {
  background-color: #383193 !important;
  border-color: #383193 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #473eb9 !important;
  border-color: #473eb9 !important;
  box-shadow: #0c0b20 0px 8px 15px -5px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #473eb9 !important;
  border-color: #473eb9 !important;
}
.btn-secondary {
  box-shadow: #0c0a26 0px 8px 15px -5px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #251e78 !important;
  border-color: #251e78 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3228a1 !important;
  border-color: #3228a1 !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3228a1 !important;
  border-color: #3228a1 !important;
}
.btn-info {
  box-shadow: #0d3c2a 0px 8px 15px -5px;
}
.btn-info,
.btn-info:active {
  background-color: #208f65 !important;
  border-color: #208f65 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
  box-shadow: #04120d 0px 8px 15px -5px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
}
.btn-success {
  box-shadow: #0e2835 0px 8px 15px -5px;
}
.btn-success,
.btn-success:active {
  background-color: #236686 !important;
  border-color: #236686 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
  box-shadow: #030a0d 0px 8px 15px -5px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
}
.btn-warning {
  box-shadow: #81471c 0px 8px 15px -5px;
}
.btn-warning,
.btn-warning:active {
  background-color: #d37530 !important;
  border-color: #d37530 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
  box-shadow: #573013 0px 8px 15px -5px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
}
.btn-danger {
  box-shadow: #811e1c 0px 8px 15px -5px;
}
.btn-danger,
.btn-danger:active {
  background-color: #d33430 !important;
  border-color: #d33430 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
  box-shadow: #571413 0px 8px 15px -5px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
}
.btn-white {
  box-shadow: #c2c2c2 0px 8px 15px -5px;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #5c5c5c !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #a9a9a9 0px 8px 15px -5px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5c5c5c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #383193;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1f1b52 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #383193 !important;
  border-color: #383193 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #251e78;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #100d33 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #251e78 !important;
  border-color: #251e78 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #208f65;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #104833 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #208f65 !important;
  border-color: #208f65 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #236686;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #113241 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #236686 !important;
  border-color: #236686 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d37530;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e4e1e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d37530 !important;
  border-color: #d37530 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d33430;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8e211e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d33430 !important;
  border-color: #d33430 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5f5f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.text-primary {
  color: #383193 !important;
}
.text-secondary {
  color: #251e78 !important;
}
.text-success {
  color: #236686 !important;
}
.text-info {
  color: #208f65 !important;
}
.text-warning {
  color: #d37530 !important;
}
.text-danger {
  color: #d33430 !important;
}
.text-white {
  color: #f5f5f5 !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1b1846 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0c0a26 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0e2835 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0d3c2a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #81471c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #811e1c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c2c2c2 !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: #383193;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #208f65;
}
.alert-warning {
  background-color: #d37530;
}
.alert-danger {
  background-color: #d33430;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-gallery-filter li a {
  border-radius: 10px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #383193;
  border-color: #383193;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 10px !important;
}
a,
a:hover {
  color: #383193;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7a73d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #56aad3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55d9a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7e5d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d9d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #383193 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #383193;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 10px !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: 10px !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: #383193;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #383193;
}
.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: #383193;
  border-bottom-color: #383193;
}
.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: #383193 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #251e78 !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='%23383193' %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 {
  padding: 12px 24px;
  font-weight: 500;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 12px;
}
.mbr-section-btn .btn-black {
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #333333 0px 2.28853px 4.11936px -2.5px, #4d4d4d 0px 10px 18px -3.75px, #666666 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #cccccc 0px 6.8656px 6.8656px -2.33333px, #e6e6e6 0px 8.6468px 8.6468px -2.91667px, #f2f2f2 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #1a1a1a 0px 2.28853px 4.11936px -2.5px, #333333 0px 10px 18px -3.75px, #4d4d4d 0px 0.706592px 0.706592px -0.583333px, #808080 0px 1.80656px 1.80656px -1.16667px, #999999 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
  box-shadow: #808080 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #bfbfbf 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #e6e6e6 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  background-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: #737373 0px 0.706592px 0.706592px -0.583333px, #8c8c8c 0px 1.80656px 1.80656px -1.16667px, #a6a6a6 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #bfbfbf 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.label-wrap {
  border-radius: 60px !important;
}
.little-radius,
.form-control {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v7jN0QJs8F {
  z-index: 1000;
  width: 100%;
}
.cid-v7jN0QJs8F nav.navbar {
  position: fixed;
}
.cid-v7jN0QJs8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7jN0QJs8F .dropdown-item {
  border: none !important;
  background: #6095ae !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .dropdown-item:hover,
.cid-v7jN0QJs8F .dropdown-item:focus {
  background: #6095ae !important;
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item:hover span {
  color: white;
}
.cid-v7jN0QJs8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7jN0QJs8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7jN0QJs8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7jN0QJs8F .nav-link {
  position: relative;
}
.cid-v7jN0QJs8F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .container {
    flex-wrap: nowrap;
  }
}
.cid-v7jN0QJs8F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7jN0QJs8F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7jN0QJs8F .dropdown-menu,
.cid-v7jN0QJs8F .navbar.opened {
  background: #6095ae !important;
}
.cid-v7jN0QJs8F .nav-item:focus,
.cid-v7jN0QJs8F .nav-link:focus {
  outline: none;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7jN0QJs8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7jN0QJs8F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(96, 149, 174, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7jN0QJs8F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7jN0QJs8F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v7jN0QJs8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7jN0QJs8F .navbar.collapsed {
  justify-content: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7jN0QJs8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7jN0QJs8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7jN0QJs8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-v7jN0QJs8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7jN0QJs8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7jN0QJs8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item.active,
.cid-v7jN0QJs8F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7jN0QJs8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6095ae;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7jN0QJs8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7jN0QJs8F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7jN0QJs8F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F .navbar-buttons {
    text-align: left;
  }
}
.cid-v7jN0QJs8F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v7jN0QJs8F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7jN0QJs8F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #6095ae !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7jN0QJs8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7jN0QJs8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7jN0QJs8F .navbar {
    height: 70px;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    height: auto;
  }
  .cid-v7jN0QJs8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7jN0QJs8F .navbar-nav {
  margin: 0 auto;
}
.cid-v7jN0QJs8F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7jN0QJs8F .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7jN0QJs8F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7jN0QJs8F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7jN0QJs8F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7jN0QJs8F .content-wrap {
  min-height: 110px;
}
.cid-uUAwjVRRtT {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hero-index.webp");
}
.cid-uUAwjVRRtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwjVRRtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwjVRRtT .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwjVRRtT .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-uUAwjVRRtT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwjVRRtT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwjVRRtT .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uUAwjVRRtT .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-uUAwjVRRtT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwjVRRtT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uUAwjVRRtT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwjVRRtT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwjVRRtT .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uUAwjVRRtT .mbr-label,
.cid-uUAwjVRRtT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwjVRRtT .mbr-section-title {
  color: #000000;
}
.cid-uUAwjVRRtT .mbr-text,
.cid-uUAwjVRRtT .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwjVRRtT .mbr-section-title,
.cid-uUAwjVRRtT .title-wrapper,
.cid-uUAwjVRRtT .mbr-section-btn,
.cid-uUAwjVRRtT .logo-wrapper {
  text-align: center;
}
.cid-v6ORT2hzkE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v6ORT2hzkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6ORT2hzkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6ORT2hzkE .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6ORT2hzkE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6ORT2hzkE .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6ORT2hzkE .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-v6ORT2hzkE .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6ORT2hzkE .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6ORT2hzkE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6ORT2hzkE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6ORT2hzkE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6ORT2hzkE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6ORT2hzkE .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v6ORT2hzkE .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v6ORT2hzkE .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v6ORT2hzkE .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6ORT2hzkE .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v6ORT2hzkE .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6ORT2hzkE .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v6ORT2hzkE .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v6ORT2hzkE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v6ORT2hzkE .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v6ORT2hzkE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6ORT2hzkE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6ORT2hzkE .mbr-label,
.cid-v6ORT2hzkE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6ORT2hzkE .mbr-section-title,
.cid-v6ORT2hzkE .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6ORT2hzkE .mbr-text,
.cid-v6ORT2hzkE .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6ORT2hzkE .item-title {
  color: #000000;
}
.cid-v6ORT2hzkE .item-text {
  color: #515151;
}
.cid-v6OJXexVoR {
  padding-top: 2rem;
  background-color: #ffffff;
}
.cid-v6OJXexVoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6OJXexVoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6OJXexVoR .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-v6OJXexVoR .content-wrapper .mbr-label {
  margin-bottom: 10px;
}
.cid-v6OJXexVoR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v6OJXexVoR .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-v6OJXexVoR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6OJXexVoR .embla__slide .slide-content {
  width: 100%;
}
.cid-v6OJXexVoR .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v6OJXexVoR .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6OJXexVoR .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v6OJXexVoR .embla__button--next,
.cid-v6OJXexVoR .embla__button--prev {
  display: flex;
}
.cid-v6OJXexVoR .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-v6OJXexVoR .embla__button {
    bottom: 0;
  }
}
.cid-v6OJXexVoR .embla__button:hover {
  transform: translateY(-3px);
}
.cid-v6OJXexVoR .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-v6OJXexVoR .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6OJXexVoR .embla__button.embla__button--next {
  right: 0;
}
.cid-v6OJXexVoR .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v6OJXexVoR .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v6OJXexVoR .embla__viewport {
    padding: 0;
  }
}
.cid-v6OJXexVoR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6OJXexVoR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6OJXexVoR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6OJXexVoR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6OJXexVoR .mbr-label {
  color: #475569;
  text-align: center;
}
.cid-uUAwriibLd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUAwriibLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwriibLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwriibLd .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwriibLd .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwriibLd .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-uUAwriibLd .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwriibLd .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwriibLd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAwriibLd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwriibLd .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uUAwriibLd .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUAwriibLd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAwriibLd .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uUAwriibLd .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .card_1 {
    width: 100%;
  }
}
.cid-uUAwriibLd .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uUAwriibLd .card_2 {
    width: 100%;
  }
}
.cid-uUAwriibLd .main-btn {
  margin-top: 12px;
}
.cid-uUAwriibLd .mbr-label,
.cid-uUAwriibLd .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwriibLd .mbr-section-title,
.cid-uUAwriibLd .title-wrapper {
  color: #000000;
}
.cid-uUAwriibLd .mbr-text,
.cid-uUAwriibLd .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAwriibLd .item-title {
  color: #000000;
}
.cid-uUAwriibLd .item-text {
  color: #515151;
}
.cid-uUAwriibLd .mbr-section-title,
.cid-uUAwriibLd .title-wrapper,
.cid-uUAwriibLd .main-btn {
  text-align: center;
}
.cid-v7vstPpMa3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7vstPpMa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vstPpMa3 .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-v7vstPpMa3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7vstPpMa3 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v7vstPpMa3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v7vstPpMa3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7vstPpMa3 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7vstPpMa3 .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-v7vstPpMa3 .image-wrapper img {
    height: 300px;
  }
}
.cid-v7vstPpMa3 .mbr-label {
  color: #be0000;
}
.cid-v7vstPpMa3 .mbr-section-title {
  color: #000000;
}
.cid-v7vstPpMa3 .mbr-text {
  color: #6c7179;
}
.cid-v6R4fyodON {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v6R4fyodON .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R4fyodON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R4fyodON .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6R4fyodON .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6R4fyodON .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6R4fyodON .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-v6R4fyodON .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6R4fyodON .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6R4fyodON .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v6R4fyodON .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6R4fyodON .tabs-wrapper {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v6R4fyodON .tabs-wrapper {
    padding: 0;
  }
}
.cid-v6R4fyodON .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0 4px 4px 4px;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 7px 15px -8px #9c9c9c;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6R4fyodON .tabs-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v6R4fyodON .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-v6R4fyodON .tabs-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-v6R4fyodON .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-v6R4fyodON .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  box-shadow: 0 8px 15px -8px #9c9c9c inset;
}
.cid-v6R4fyodON .border-wrapper {
  margin-bottom: 44px;
  width: 100%;
  border-top: 2px dashed #a8a8a8;
}
@media (max-width: 992px) {
  .cid-v6R4fyodON .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6R4fyodON .tab-content .tab-pane .card-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-v6R4fyodON .tab-content .tab-pane .card-wrap {
    padding: 24px;
  }
}
.cid-v6R4fyodON .tab-content .tab-pane .card-wrap .image-wrapper {
  margin-bottom: 24px;
}
.cid-v6R4fyodON .tab-content .tab-pane .card-wrap .image-wrapper img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6R4fyodON .tab-content .tab-pane .card-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-v6R4fyodON .tab-content .tab-pane .card-wrap .content-wrap .date-wrapper .item-date {
  display: inline-block;
  padding-left: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: 2px dashed #a8a8a8;
  margin-bottom: 16px;
}
.cid-v6R4fyodON .tab-content .tab-pane .card-wrap .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-v6R4fyodON .tab-content .tab-pane .card-wrap .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v6R4fyodON .tab-content .tab-pane .card-wrap .content-wrap .mbr-section-btn {
  margin-top: 16px;
}
.cid-v6R4fyodON .tab-content .tab-pane .card-wrap .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6R4fyodON .mbr-label,
.cid-v6R4fyodON .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6R4fyodON .mbr-section-title,
.cid-v6R4fyodON .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6R4fyodON .mbr-text,
.cid-v6R4fyodON .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6R4fyodON .item-date {
  color: #515151;
}
.cid-v6R4fyodON .item-title {
  color: #000000;
}
.cid-v6R4fyodON .item-text {
  color: #515151;
}
.cid-v6R6Gnwary {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v6R6Gnwary .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R6Gnwary .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R6Gnwary .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6R6Gnwary .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6R6Gnwary .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6R6Gnwary .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6R6Gnwary .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v6R6Gnwary .mbr-section-title {
  color: #000000;
}
.cid-v6R6Gnwary .mbr-text,
.cid-v6R6Gnwary .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6R6Gnwary .mbr-section-title,
.cid-v6R6Gnwary .title-wrapper,
.cid-v6R6Gnwary .mbr-section-btn {
  text-align: center;
}
.cid-uUAwGUk3nb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUAwGUk3nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwGUk3nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwGUk3nb .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwGUk3nb .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwGUk3nb .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-uUAwGUk3nb .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwGUk3nb .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwGUk3nb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAwGUk3nb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwGUk3nb .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uUAwGUk3nb .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uUAwGUk3nb .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uUAwGUk3nb .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAwGUk3nb .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uUAwGUk3nb .mbr-label,
.cid-uUAwGUk3nb .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwGUk3nb .mbr-section-title,
.cid-uUAwGUk3nb .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwGUk3nb .mbr-text,
.cid-uUAwGUk3nb .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAwGUk3nb .item-text {
  color: #000000;
}
.cid-uUAwGUk3nb .item-text,
.cid-uUAwGUk3nb .mbr-section-btn {
  text-align: left;
}
.cid-v6D7CBhgK7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v6D7CBhgK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6D7CBhgK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6D7CBhgK7 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6D7CBhgK7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6D7CBhgK7 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6D7CBhgK7 .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-v6D7CBhgK7 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6D7CBhgK7 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6D7CBhgK7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6D7CBhgK7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6D7CBhgK7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6D7CBhgK7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6D7CBhgK7 .items-wrapper {
  margin: 0;
  justify-content: center;
}
.cid-v6D7CBhgK7 .items-wrapper .item {
  padding: 0;
  margin-bottom: 24px;
}
.cid-v6D7CBhgK7 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-v6D7CBhgK7 .items-wrapper .item .item-wrapper {
  height: 100%;
  border-right: 2px solid #e8e8e8;
  padding: 0 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v6D7CBhgK7 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 0 24px;
  }
}
.cid-v6D7CBhgK7 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-v6D7CBhgK7 .items-wrapper .item .item-wrapper .item-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v6D7CBhgK7 .mbr-label,
.cid-v6D7CBhgK7 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6D7CBhgK7 .mbr-section-title,
.cid-v6D7CBhgK7 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6D7CBhgK7 .mbr-text,
.cid-v6D7CBhgK7 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6D7CBhgK7 .item-title {
  color: #515151;
  text-align: center;
}
.cid-v6D7CBhgK7 .item-number {
  color: #000000;
  text-align: center;
}
.cid-v6Y1IYU9UC {
  padding-top: 3rem;
  background-color: #ffffff;
}
.cid-v6Y1IYU9UC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Y1IYU9UC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Y1IYU9UC .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.cid-v6Y1IYU9UC .image-wrapper img {
  height: 590px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6Y1IYU9UC .image-wrapper img {
    height: 320px;
  }
}
.cid-v6Y1IYU9UC .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6Y1IYU9UC .mbr-text,
.cid-v6Y1IYU9UC .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v6Y1IYU9UC .mbr-section-btn,
.cid-v6Y1IYU9UC .mbr-section-title,
.cid-v6Y1IYU9UC .icon-wrapper {
  text-align: center;
}
.cid-uUAwCchCdu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUAwCchCdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwCchCdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwCchCdu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwCchCdu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwCchCdu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwCchCdu .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-uUAwCchCdu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwCchCdu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwCchCdu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwCchCdu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAwCchCdu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwCchCdu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwCchCdu .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uUAwCchCdu .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUAwCchCdu .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAwCchCdu .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-uUAwCchCdu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uUAwCchCdu .mbr-label,
.cid-uUAwCchCdu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwCchCdu .mbr-section-title,
.cid-uUAwCchCdu .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwCchCdu .mbr-text,
.cid-uUAwCchCdu .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAwCchCdu .item-title {
  color: #000000;
  text-align: center;
}
.cid-uUAwCchCdu .list {
  color: #515151;
}
.cid-v6CY9c9dnl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v6CY9c9dnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6CY9c9dnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6CY9c9dnl .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6CY9c9dnl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6CY9c9dnl .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6CY9c9dnl .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-v6CY9c9dnl .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6CY9c9dnl .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6CY9c9dnl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v6CY9c9dnl .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6CY9c9dnl .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v6CY9c9dnl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v6CY9c9dnl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v6CY9c9dnl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v6CY9c9dnl .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v6CY9c9dnl .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v6CY9c9dnl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v6CY9c9dnl .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v6CY9c9dnl .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v6CY9c9dnl .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v6CY9c9dnl .mbr-label,
.cid-v6CY9c9dnl .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6CY9c9dnl .mbr-section-title,
.cid-v6CY9c9dnl .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6CY9c9dnl .mbr-text,
.cid-v6CY9c9dnl .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6CY9c9dnl .panel-title-edit {
  color: #000000;
}
.cid-v6CY9c9dnl .panel-text {
  color: #515151;
}
.cid-v6CY7c4g5F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v6CY7c4g5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6CY7c4g5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6CY7c4g5F .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v6CY7c4g5F .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v6CY7c4g5F .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v6CY7c4g5F .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v6CY7c4g5F .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v6CY7c4g5F .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-v6CY7c4g5F .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 8px;
  margin-bottom: 0;
}
.cid-v6CY7c4g5F .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-v6CY7c4g5F .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-v6CY7c4g5F .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v6CY7c4g5F .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
  padding-right: 14px;
  border-right: 2px dashed #a8a8a8;
}
.cid-v6CY7c4g5F .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v6CY7c4g5F .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 14px;
}
.cid-v6CY7c4g5F .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v6CY7c4g5F .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v6CY7c4g5F .mbr-star {
  color: #000000;
}
.cid-v6CY7c4g5F .item-text {
  color: #515151;
}
.cid-v6CY7c4g5F .item-name {
  color: #000000;
}
.cid-v6CY7c4g5F .item-role {
  color: #515151;
}
.cid-v6CY7c4g5F .mbr-star,
.cid-v6CY7c4g5F .rating-wrapper {
  color: #e99456;
}
.cid-v7jKJ0J1Z1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jKJ0J1Z1 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:hover::before,
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8e8e8;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7jKJ0J1Z1 .list {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-text {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-copy {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-section-title,
.cid-v7jKJ0J1Z1 .mbr-section-btn {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .list,
.cid-v7jKJ0J1Z1 .item-wrap,
.cid-v7jKJ0J1Z1 .social-wrapper,
.cid-v7jKJ0J1Z1 .nav-wrapper {
  color: #000000;
}
.cid-v7jN0QJs8F {
  z-index: 1000;
  width: 100%;
}
.cid-v7jN0QJs8F nav.navbar {
  position: fixed;
}
.cid-v7jN0QJs8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7jN0QJs8F .dropdown-item {
  border: none !important;
  background: #6095ae !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .dropdown-item:hover,
.cid-v7jN0QJs8F .dropdown-item:focus {
  background: #6095ae !important;
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item:hover span {
  color: white;
}
.cid-v7jN0QJs8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7jN0QJs8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7jN0QJs8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7jN0QJs8F .nav-link {
  position: relative;
}
.cid-v7jN0QJs8F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .container {
    flex-wrap: nowrap;
  }
}
.cid-v7jN0QJs8F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7jN0QJs8F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7jN0QJs8F .dropdown-menu,
.cid-v7jN0QJs8F .navbar.opened {
  background: #6095ae !important;
}
.cid-v7jN0QJs8F .nav-item:focus,
.cid-v7jN0QJs8F .nav-link:focus {
  outline: none;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7jN0QJs8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7jN0QJs8F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(96, 149, 174, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7jN0QJs8F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7jN0QJs8F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v7jN0QJs8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7jN0QJs8F .navbar.collapsed {
  justify-content: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7jN0QJs8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7jN0QJs8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7jN0QJs8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-v7jN0QJs8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7jN0QJs8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7jN0QJs8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item.active,
.cid-v7jN0QJs8F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7jN0QJs8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6095ae;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7jN0QJs8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7jN0QJs8F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7jN0QJs8F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F .navbar-buttons {
    text-align: left;
  }
}
.cid-v7jN0QJs8F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v7jN0QJs8F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7jN0QJs8F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #6095ae !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7jN0QJs8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7jN0QJs8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7jN0QJs8F .navbar {
    height: 70px;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    height: auto;
  }
  .cid-v7jN0QJs8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7jN0QJs8F .navbar-nav {
  margin: 0 auto;
}
.cid-v7jN0QJs8F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7jN0QJs8F .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7jN0QJs8F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7jN0QJs8F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7jN0QJs8F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7jN0QJs8F .content-wrap {
  min-height: 110px;
}
.cid-uUAyKcU9PW {
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uUAyKcU9PW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAyKcU9PW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAyKcU9PW .card-wrapper {
  padding: 60px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uUAyKcU9PW .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUAyKcU9PW .card-wrapper {
    padding: 24px;
  }
}
.cid-uUAyKcU9PW .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAyKcU9PW .card-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-uUAyKcU9PW .card-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAyKcU9PW .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAyKcU9PW .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAyKcU9PW .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uUAyKcU9PW .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAyKcU9PW .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAyKcU9PW .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uUAyKcU9PW .mbr-label,
.cid-uUAyKcU9PW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAyKcU9PW .mbr-section-title {
  color: #000000;
}
.cid-uUAyKcU9PW .mbr-text,
.cid-uUAyKcU9PW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAyKcU9PW .mbr-section-title,
.cid-uUAyKcU9PW .title-wrapper,
.cid-uUAyKcU9PW .mbr-section-btn {
  text-align: center;
}
.cid-uUAz2eRBYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUAz2eRBYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAz2eRBYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAz2eRBYF .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAz2eRBYF .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAz2eRBYF .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-uUAz2eRBYF .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAz2eRBYF .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAz2eRBYF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAz2eRBYF .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper {
    padding: 24px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .mbr-label,
.cid-uUAz2eRBYF .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAz2eRBYF .mbr-section-title,
.cid-uUAz2eRBYF .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAz2eRBYF .mbr-text,
.cid-uUAz2eRBYF .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAz2eRBYF .item-number {
  color: #000000;
}
.cid-uUAz2eRBYF .item-title {
  color: #000000;
}
.cid-uUAz2eRBYF .item-text {
  color: #515151;
}
.cid-uUAz2eRBYF .item-metric {
  color: #000000;
  text-align: center;
}
.cid-uUAz2eRBYF .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-v7b2I8KvLW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f4b7;
}
.cid-v7b2I8KvLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7b2I8KvLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7b2I8KvLW .row {
  justify-content: space-between;
}
.cid-v7b2I8KvLW .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-v7b2I8KvLW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7b2I8KvLW .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v7b2I8KvLW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7b2I8KvLW .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7b2I8KvLW .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v7b2I8KvLW .mbr-label {
  color: #000000;
}
.cid-v7b2I8KvLW .mbr-section-title {
  color: #000000;
}
.cid-v7b2I8KvLW .mbr-desc {
  color: #000000;
}
.cid-v7b2I8KvLW .mbr-text {
  color: #8a8a8a;
}
.cid-v7b4p2difN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-v7b4p2difN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7b4p2difN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7b4p2difN .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7b4p2difN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7b4p2difN .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7b4p2difN .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-v7b4p2difN .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7b4p2difN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7b4p2difN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7b4p2difN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7b4p2difN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7b4p2difN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7b4p2difN .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v7b4p2difN .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7b4p2difN .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v7b4p2difN .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7b4p2difN .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7b4p2difN .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v7b4p2difN .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v7b4p2difN .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v7b4p2difN .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v7b4p2difN .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v7b4p2difN .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v7b4p2difN .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v7b4p2difN .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v7b4p2difN .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v7b4p2difN .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7b4p2difN .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7b4p2difN .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v7b4p2difN .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v7b4p2difN .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v7b4p2difN .card_1 {
    width: 100%;
  }
}
.cid-v7b4p2difN .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v7b4p2difN .card_2 {
    width: 100%;
  }
}
.cid-v7b4p2difN .main-btn {
  margin-top: 12px;
}
.cid-v7b4p2difN .mbr-label,
.cid-v7b4p2difN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7b4p2difN .mbr-section-title,
.cid-v7b4p2difN .title-wrapper {
  color: #000000;
}
.cid-v7b4p2difN .mbr-text,
.cid-v7b4p2difN .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7b4p2difN .item-title {
  color: #000000;
}
.cid-v7b4p2difN .item-text {
  color: #515151;
}
.cid-v7b4p2difN .mbr-section-title,
.cid-v7b4p2difN .title-wrapper,
.cid-v7b4p2difN .main-btn {
  text-align: center;
}
.cid-v7b9kIOOkA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7b9kIOOkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7b9kIOOkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7b9kIOOkA .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7b9kIOOkA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7b9kIOOkA .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7b9kIOOkA .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-v7b9kIOOkA .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7b9kIOOkA .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7b9kIOOkA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7b9kIOOkA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7b9kIOOkA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7b9kIOOkA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7b9kIOOkA .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v7b9kIOOkA .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7b9kIOOkA .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v7b9kIOOkA .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7b9kIOOkA .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v7b9kIOOkA .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7b9kIOOkA .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v7b9kIOOkA .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v7b9kIOOkA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v7b9kIOOkA .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v7b9kIOOkA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7b9kIOOkA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7b9kIOOkA .mbr-label,
.cid-v7b9kIOOkA .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7b9kIOOkA .mbr-section-title,
.cid-v7b9kIOOkA .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7b9kIOOkA .mbr-text,
.cid-v7b9kIOOkA .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7b9kIOOkA .item-title {
  color: #000000;
}
.cid-v7b9kIOOkA .item-text {
  color: #515151;
}
.cid-v7bkWlKS6x {
  padding-top: 3rem;
  background-color: #f5f5f5;
}
.cid-v7bkWlKS6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7bkWlKS6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7bkWlKS6x .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-v7bkWlKS6x .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v7bkWlKS6x .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7bkWlKS6x .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v7bkWlKS6x .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v7bkWlKS6x .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v7bkWlKS6x .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7bkWlKS6x .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7bkWlKS6x .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7bkWlKS6x .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7bkWlKS6x .items-wrapper {
  margin: 0 -10px;
}
.cid-v7bkWlKS6x .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7bkWlKS6x .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7bkWlKS6x .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .desc-wrapper .desc-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .desc-wrapper .desc-wrap .item-number {
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  margin-bottom: 0;
  min-width: 36px;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .desc-wrapper .desc-wrap .item-label_1,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .desc-wrapper .desc-wrap .item-label_2 {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .item-price_1,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .item-price_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .item-title_1,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .item-title_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .item-text_1,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .item-text_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  width: 100%;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  width: 100%;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_1,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_2 {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 20px 0 0 0;
  list-style-type: none;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_1 .item-wrap_1,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_2 .item-wrap_1,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_1 .item-wrap_2,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_2 .item-wrap_2 {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_1 .item-wrap_1:last-child,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_2 .item-wrap_1:last-child,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_1 .item-wrap_2:last-child,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_1 .item-wrap_1::before,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_2 .item-wrap_1::before,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_1 .item-wrap_2::before,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_2 .item-wrap_2::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  min-width: 21px;
  border-radius: 100%;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_1 .item-wrap_1::before,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_2 .item-wrap_1::before {
  color: #059669;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_1 .item-wrap_2::before,
.cid-v7bkWlKS6x .items-wrapper .item .item-wrapper .list_2 .item-wrap_2::before {
  color: #059669;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cid-v7bkWlKS6x .items-wrapper .item .card_1 {
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #e8e8e8, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  position: relative;
}
.cid-v7bkWlKS6x .items-wrapper .item .card_1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(100% 100% at 100% 100%, #9c9c9c 0%, transparent 100%);
  opacity: 0;
  pointer-events: none;
}
.cid-v7bkWlKS6x .items-wrapper .item .card_2 {
  background-color: #69fcc5;
  box-shadow: inset 0 10px 8px 0 #61b797, inset 0 -5px 10px -4px #61b797, 0 10px 10px -5px #cccccc;
  position: relative;
}
.cid-v7bkWlKS6x .items-wrapper .item .card_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(100% 100% at 100% 100%, #9ca3af 0%, transparent 100%);
  opacity: 0;
  pointer-events: none;
}
.cid-v7bkWlKS6x .items-wrapper .item .card_2 .desc-wrapper .desc-wrap .item-number {
  box-shadow: inset 0 2px 10px -2px #cccccc;
}
.cid-v7bkWlKS6x .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.cid-v7bkWlKS6x .mbr-label,
.cid-v7bkWlKS6x .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v7bkWlKS6x .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v7bkWlKS6x .mbr-text,
.cid-v7bkWlKS6x .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v7bkWlKS6x .item-number {
  color: #fafafa;
}
.cid-v7bkWlKS6x .item-label_1 {
  color: #475569;
}
.cid-v7bkWlKS6x .item-label_2 {
  color: #000000;
}
.cid-v7bkWlKS6x .item-price_1 {
  color: #0f172a;
}
.cid-v7bkWlKS6x .item-price_2 {
  color: #000000;
}
.cid-v7bkWlKS6x .item-title_1 {
  color: #0f172a;
}
.cid-v7bkWlKS6x .item-title_2 {
  color: #000000;
}
.cid-v7bkWlKS6x .item-text_1 {
  color: #475569;
}
.cid-v7bkWlKS6x .item-text_2 {
  color: #000000;
}
.cid-v7bkWlKS6x .list_1 {
  color: #475569;
}
.cid-v7bkWlKS6x .list_2 {
  color: #e1e7ed;
}
.cid-v7bkWlKS6x .list_2,
.cid-v7bkWlKS6x .item-wrap_2 {
  color: #000000;
}
.cid-v7bqTYD7V9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7bqTYD7V9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7bqTYD7V9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7bqTYD7V9 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7bqTYD7V9 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v7bqTYD7V9 .image-wrapper img {
    height: 350px;
  }
}
.cid-v7brHajeMX {
  padding-top: 2rem;
  background-color: #e5fbf3;
}
.cid-v7brHajeMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7brHajeMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7brHajeMX .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.cid-v7brHajeMX .content-wrapper .mbr-label {
  margin-bottom: 10px;
}
.cid-v7brHajeMX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v7brHajeMX .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-v7brHajeMX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v7brHajeMX .embla__slide .slide-content {
  width: 100%;
}
.cid-v7brHajeMX .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v7brHajeMX .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v7brHajeMX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v7brHajeMX .embla__button--next,
.cid-v7brHajeMX .embla__button--prev {
  display: flex;
}
.cid-v7brHajeMX .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-v7brHajeMX .embla__button {
    bottom: 0;
  }
}
.cid-v7brHajeMX .embla__button:hover {
  transform: translateY(-3px);
}
.cid-v7brHajeMX .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-v7brHajeMX .embla__button.embla__button--prev {
  left: 0;
}
.cid-v7brHajeMX .embla__button.embla__button--next {
  right: 0;
}
.cid-v7brHajeMX .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v7brHajeMX .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v7brHajeMX .embla__viewport {
    padding: 0;
  }
}
.cid-v7brHajeMX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v7brHajeMX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v7brHajeMX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7brHajeMX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v7brHajeMX .mbr-label {
  color: #475569;
  text-align: center;
}
.cid-v7bjFG3QOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v7bjFG3QOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7bjFG3QOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7bjFG3QOU .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7bjFG3QOU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7bjFG3QOU .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7bjFG3QOU .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-v7bjFG3QOU .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7bjFG3QOU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7bjFG3QOU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7bjFG3QOU .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7bjFG3QOU .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v7bjFG3QOU .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7bjFG3QOU .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7bjFG3QOU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7bjFG3QOU .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v7bjFG3QOU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v7bjFG3QOU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v7bjFG3QOU .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v7bjFG3QOU .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v7bjFG3QOU .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v7bjFG3QOU .mbr-label,
.cid-v7bjFG3QOU .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7bjFG3QOU .mbr-section-title,
.cid-v7bjFG3QOU .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7bjFG3QOU .mbr-text,
.cid-v7bjFG3QOU .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7bjFG3QOU .panel-title-edit {
  color: #000000;
}
.cid-v7bjFG3QOU .panel-text {
  color: #515151;
}
.cid-v7bAWbUTJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1079.webp");
}
.cid-v7bAWbUTJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7bAWbUTJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7bAWbUTJl .card-wrapper {
  padding: 60px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v7bAWbUTJl .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7bAWbUTJl .card-wrapper {
    padding: 24px;
  }
}
.cid-v7bAWbUTJl .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7bAWbUTJl .card-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-v7bAWbUTJl .card-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7bAWbUTJl .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7bAWbUTJl .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7bAWbUTJl .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v7bAWbUTJl .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7bAWbUTJl .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7bAWbUTJl .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v7bAWbUTJl .mbr-label,
.cid-v7bAWbUTJl .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7bAWbUTJl .mbr-section-title {
  color: #000000;
}
.cid-v7bAWbUTJl .mbr-text,
.cid-v7bAWbUTJl .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7bAWbUTJl .mbr-section-title,
.cid-v7bAWbUTJl .title-wrapper,
.cid-v7bAWbUTJl .mbr-section-btn {
  text-align: center;
}
.cid-v7jKJ0J1Z1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jKJ0J1Z1 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:hover::before,
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8e8e8;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7jKJ0J1Z1 .list {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-text {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-copy {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-section-title,
.cid-v7jKJ0J1Z1 .mbr-section-btn {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .list,
.cid-v7jKJ0J1Z1 .item-wrap,
.cid-v7jKJ0J1Z1 .social-wrapper,
.cid-v7jKJ0J1Z1 .nav-wrapper {
  color: #000000;
}
.cid-v7jN0QJs8F {
  z-index: 1000;
  width: 100%;
}
.cid-v7jN0QJs8F nav.navbar {
  position: fixed;
}
.cid-v7jN0QJs8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7jN0QJs8F .dropdown-item {
  border: none !important;
  background: #6095ae !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .dropdown-item:hover,
.cid-v7jN0QJs8F .dropdown-item:focus {
  background: #6095ae !important;
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item:hover span {
  color: white;
}
.cid-v7jN0QJs8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7jN0QJs8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7jN0QJs8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7jN0QJs8F .nav-link {
  position: relative;
}
.cid-v7jN0QJs8F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .container {
    flex-wrap: nowrap;
  }
}
.cid-v7jN0QJs8F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7jN0QJs8F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7jN0QJs8F .dropdown-menu,
.cid-v7jN0QJs8F .navbar.opened {
  background: #6095ae !important;
}
.cid-v7jN0QJs8F .nav-item:focus,
.cid-v7jN0QJs8F .nav-link:focus {
  outline: none;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7jN0QJs8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7jN0QJs8F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(96, 149, 174, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7jN0QJs8F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7jN0QJs8F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v7jN0QJs8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7jN0QJs8F .navbar.collapsed {
  justify-content: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7jN0QJs8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7jN0QJs8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7jN0QJs8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-v7jN0QJs8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7jN0QJs8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7jN0QJs8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item.active,
.cid-v7jN0QJs8F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7jN0QJs8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6095ae;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7jN0QJs8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7jN0QJs8F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7jN0QJs8F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F .navbar-buttons {
    text-align: left;
  }
}
.cid-v7jN0QJs8F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v7jN0QJs8F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7jN0QJs8F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #6095ae !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7jN0QJs8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7jN0QJs8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7jN0QJs8F .navbar {
    height: 70px;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    height: auto;
  }
  .cid-v7jN0QJs8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7jN0QJs8F .navbar-nav {
  margin: 0 auto;
}
.cid-v7jN0QJs8F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7jN0QJs8F .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7jN0QJs8F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7jN0QJs8F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7jN0QJs8F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7jN0QJs8F .content-wrap {
  min-height: 110px;
}
.cid-v7bOt8egFi {
  position: relative;
  animation: none !important;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/shutterstock-2396297645-scaled.jpg-2000x1194.jpg");
}
.cid-v7bOt8egFi::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(90deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(90deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-v7bOt8egFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7bOt8egFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7bOt8egFi .card {
  justify-content: flex-end;
}
.cid-v7bOt8egFi .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v7bOt8egFi .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-v7bOt8egFi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-v7bOt8egFi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7bOt8egFi .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7bOt8egFi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7bOt8egFi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v7bOt8egFi .content-wrap {
    margin-top: 16px;
  }
}
.cid-v7bOt8egFi .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-v7bOt8egFi .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-v7bOt8egFi .mbr-section-title {
  color: #ffffff;
}
.cid-v7bOt8egFi .mbr-label {
  color: #ffffff;
}
.cid-v7bOt8egFi .mbr-text {
  color: #ffffff;
}
.cid-v7d3iRS3Rd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7d3iRS3Rd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7d3iRS3Rd .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-v7d3iRS3Rd .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v7d3iRS3Rd .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7d3iRS3Rd .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7d3iRS3Rd .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7d3iRS3Rd .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v7d3iRS3Rd .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7d3iRS3Rd .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-v7d3iRS3Rd .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v7d3iRS3Rd .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v7d3iRS3Rd .mbr-section-title {
  color: #000000;
}
.cid-v7d3iRS3Rd .mbr-text,
.cid-v7d3iRS3Rd .text-wrapper {
  color: #4f4f4f;
}
.cid-v7d3iRS3Rd .list {
  color: #000000;
}
.cid-v7d5e5gXK4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v7d5e5gXK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7d5e5gXK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7d5e5gXK4 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7d5e5gXK4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7d5e5gXK4 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7d5e5gXK4 .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-v7d5e5gXK4 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7d5e5gXK4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7d5e5gXK4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7d5e5gXK4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7d5e5gXK4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7d5e5gXK4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7d5e5gXK4 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v7d5e5gXK4 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7d5e5gXK4 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v7d5e5gXK4 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7d5e5gXK4 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v7d5e5gXK4 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7d5e5gXK4 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7d5e5gXK4 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-v7d5e5gXK4 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-v7d5e5gXK4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v7d5e5gXK4 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v7d5e5gXK4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7d5e5gXK4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7d5e5gXK4 .mbr-label,
.cid-v7d5e5gXK4 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7d5e5gXK4 .mbr-section-title,
.cid-v7d5e5gXK4 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7d5e5gXK4 .mbr-text,
.cid-v7d5e5gXK4 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7d5e5gXK4 .item-title {
  color: #000000;
}
.cid-v7d5e5gXK4 .item-text {
  color: #515151;
}
.cid-v7d6EKlW76 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f4b7;
}
.cid-v7d6EKlW76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7d6EKlW76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7d6EKlW76 .row {
  justify-content: space-between;
}
.cid-v7d6EKlW76 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-v7d6EKlW76 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7d6EKlW76 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v7d6EKlW76 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7d6EKlW76 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7d6EKlW76 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v7d6EKlW76 .mbr-label {
  color: #000000;
}
.cid-v7d6EKlW76 .mbr-section-title {
  color: #000000;
}
.cid-v7d6EKlW76 .mbr-desc {
  color: #000000;
}
.cid-v7d6EKlW76 .mbr-text {
  color: #8a8a8a;
}
.cid-v6QI8gjb8k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v6QI8gjb8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QI8gjb8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QI8gjb8k .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6QI8gjb8k .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6QI8gjb8k .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-v6QI8gjb8k .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6QI8gjb8k .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6QI8gjb8k .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6QI8gjb8k .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6QI8gjb8k .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .card-wrapper {
    padding: 24px;
  }
}
.cid-v6QI8gjb8k .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v6QI8gjb8k .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-v6QI8gjb8k .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-v6QI8gjb8k .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-v6QI8gjb8k .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v6QI8gjb8k .mbr-label,
.cid-v6QI8gjb8k .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QI8gjb8k .mbr-section-title,
.cid-v6QI8gjb8k .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QI8gjb8k .mbr-text,
.cid-v6QI8gjb8k .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6QI8gjb8k .item-number {
  color: #000000;
}
.cid-v6QI8gjb8k .item-title {
  color: #000000;
}
.cid-v6QI8gjb8k .item-text {
  color: #515151;
}
.cid-v6QI8gjb8k .item-metric {
  color: #000000;
  text-align: center;
}
.cid-v6QI8gjb8k .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-v7d4UJJjBD {
  padding-top: 5rem;
  background-color: #f5f5f5;
}
.cid-v7d4UJJjBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7d4UJJjBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7d4UJJjBD .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-v7d4UJJjBD .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v7d4UJJjBD .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7d4UJJjBD .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v7d4UJJjBD .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v7d4UJJjBD .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v7d4UJJjBD .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7d4UJJjBD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7d4UJJjBD .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7d4UJJjBD .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7d4UJJjBD .items-wrapper {
  margin: 0 -10px;
}
.cid-v7d4UJJjBD .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 100px;
}
.cid-v7d4UJJjBD .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7d4UJJjBD .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v7d4UJJjBD .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7d4UJJjBD .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 20px;
  }
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 8px;
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  margin-bottom: 20px;
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 20px;
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: #059669;
  display: inline-flex;
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .item-img {
    height: 320px;
  }
}
.cid-v7d4UJJjBD .items-wrapper .item .item-wrapper .item-content .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v7d4UJJjBD .mbr-label,
.cid-v7d4UJJjBD .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v7d4UJJjBD .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v7d4UJJjBD .mbr-text,
.cid-v7d4UJJjBD .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v7d4UJJjBD .item-title {
  color: #0f172a;
}
.cid-v7d4UJJjBD .item-desc {
  color: #0f172a;
}
.cid-v7d4UJJjBD .item-text {
  color: #475569;
}
.cid-v7d4UJJjBD .list {
  color: #475569;
}
.cid-v7de7dp3V4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7de7dp3V4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7de7dp3V4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7de7dp3V4 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7de7dp3V4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7de7dp3V4 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7de7dp3V4 .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-v7de7dp3V4 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7de7dp3V4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7de7dp3V4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7de7dp3V4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7de7dp3V4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7de7dp3V4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7de7dp3V4 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v7de7dp3V4 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7de7dp3V4 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v7de7dp3V4 .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7de7dp3V4 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v7de7dp3V4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v7de7dp3V4 .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-v7de7dp3V4 .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v7de7dp3V4 .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v7de7dp3V4 .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7de7dp3V4 .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v7de7dp3V4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-v7de7dp3V4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v7de7dp3V4 .mbr-label,
.cid-v7de7dp3V4 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7de7dp3V4 .mbr-section-title,
.cid-v7de7dp3V4 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7de7dp3V4 .mbr-text,
.cid-v7de7dp3V4 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7de7dp3V4 .item-title {
  color: #000000;
  text-align: center;
}
.cid-v7de7dp3V4 .list {
  color: #515151;
}
.cid-v7dgkyQX7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v7dgkyQX7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7dgkyQX7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7dgkyQX7i .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7dgkyQX7i .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7dgkyQX7i .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7dgkyQX7i .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-v7dgkyQX7i .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7dgkyQX7i .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7dgkyQX7i .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7dgkyQX7i .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7dgkyQX7i .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v7dgkyQX7i .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7dgkyQX7i .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7dgkyQX7i .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7dgkyQX7i .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v7dgkyQX7i .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v7dgkyQX7i .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v7dgkyQX7i .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v7dgkyQX7i .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v7dgkyQX7i .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v7dgkyQX7i .mbr-label,
.cid-v7dgkyQX7i .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7dgkyQX7i .mbr-section-title,
.cid-v7dgkyQX7i .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7dgkyQX7i .mbr-text,
.cid-v7dgkyQX7i .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7dgkyQX7i .panel-title-edit {
  color: #000000;
}
.cid-v7dgkyQX7i .panel-text {
  color: #515151;
}
.cid-v7dfXVgwgf {
  padding-top: 2rem;
  background-color: #ffffff;
}
.cid-v7dfXVgwgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7dfXVgwgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7dfXVgwgf .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-v7dfXVgwgf .content-wrapper .mbr-label {
  margin-bottom: 10px;
}
.cid-v7dfXVgwgf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v7dfXVgwgf .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-v7dfXVgwgf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v7dfXVgwgf .embla__slide .slide-content {
  width: 100%;
}
.cid-v7dfXVgwgf .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v7dfXVgwgf .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v7dfXVgwgf .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v7dfXVgwgf .embla__button--next,
.cid-v7dfXVgwgf .embla__button--prev {
  display: flex;
}
.cid-v7dfXVgwgf .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-v7dfXVgwgf .embla__button {
    bottom: 0;
  }
}
.cid-v7dfXVgwgf .embla__button:hover {
  transform: translateY(-3px);
}
.cid-v7dfXVgwgf .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-v7dfXVgwgf .embla__button.embla__button--prev {
  left: 0;
}
.cid-v7dfXVgwgf .embla__button.embla__button--next {
  right: 0;
}
.cid-v7dfXVgwgf .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v7dfXVgwgf .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v7dfXVgwgf .embla__viewport {
    padding: 0;
  }
}
.cid-v7dfXVgwgf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v7dfXVgwgf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v7dfXVgwgf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7dfXVgwgf .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v7dfXVgwgf .mbr-label {
  color: #475569;
  text-align: center;
}
.cid-v7dgpB9EPd {
  background-image: url("../../../assets/images/getty-861307294-360994.jpg-1920x1080.jpg");
}
.cid-v7dgpB9EPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7dgpB9EPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7dgpB9EPd .card-wrapper {
  padding: 60px;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v7dgpB9EPd .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7dgpB9EPd .card-wrapper {
    padding: 24px;
  }
}
.cid-v7dgpB9EPd .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7dgpB9EPd .card-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-v7dgpB9EPd .card-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7dgpB9EPd .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7dgpB9EPd .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7dgpB9EPd .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v7dgpB9EPd .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7dgpB9EPd .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7dgpB9EPd .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v7dgpB9EPd .mbr-label,
.cid-v7dgpB9EPd .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7dgpB9EPd .mbr-section-title {
  color: #000000;
}
.cid-v7dgpB9EPd .mbr-text,
.cid-v7dgpB9EPd .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7dgpB9EPd .mbr-section-title,
.cid-v7dgpB9EPd .title-wrapper,
.cid-v7dgpB9EPd .mbr-section-btn {
  text-align: center;
}
.cid-v7jKJ0J1Z1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jKJ0J1Z1 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:hover::before,
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8e8e8;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7jKJ0J1Z1 .list {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-text {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-copy {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-section-title,
.cid-v7jKJ0J1Z1 .mbr-section-btn {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .list,
.cid-v7jKJ0J1Z1 .item-wrap,
.cid-v7jKJ0J1Z1 .social-wrapper,
.cid-v7jKJ0J1Z1 .nav-wrapper {
  color: #000000;
}
.cid-v7jN0QJs8F {
  z-index: 1000;
  width: 100%;
}
.cid-v7jN0QJs8F nav.navbar {
  position: fixed;
}
.cid-v7jN0QJs8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7jN0QJs8F .dropdown-item {
  border: none !important;
  background: #6095ae !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .dropdown-item:hover,
.cid-v7jN0QJs8F .dropdown-item:focus {
  background: #6095ae !important;
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item:hover span {
  color: white;
}
.cid-v7jN0QJs8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7jN0QJs8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7jN0QJs8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7jN0QJs8F .nav-link {
  position: relative;
}
.cid-v7jN0QJs8F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .container {
    flex-wrap: nowrap;
  }
}
.cid-v7jN0QJs8F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7jN0QJs8F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7jN0QJs8F .dropdown-menu,
.cid-v7jN0QJs8F .navbar.opened {
  background: #6095ae !important;
}
.cid-v7jN0QJs8F .nav-item:focus,
.cid-v7jN0QJs8F .nav-link:focus {
  outline: none;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7jN0QJs8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7jN0QJs8F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(96, 149, 174, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7jN0QJs8F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7jN0QJs8F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v7jN0QJs8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7jN0QJs8F .navbar.collapsed {
  justify-content: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7jN0QJs8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7jN0QJs8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7jN0QJs8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-v7jN0QJs8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7jN0QJs8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7jN0QJs8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item.active,
.cid-v7jN0QJs8F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7jN0QJs8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6095ae;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7jN0QJs8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7jN0QJs8F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7jN0QJs8F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F .navbar-buttons {
    text-align: left;
  }
}
.cid-v7jN0QJs8F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v7jN0QJs8F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7jN0QJs8F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #6095ae !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7jN0QJs8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7jN0QJs8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7jN0QJs8F .navbar {
    height: 70px;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    height: auto;
  }
  .cid-v7jN0QJs8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7jN0QJs8F .navbar-nav {
  margin: 0 auto;
}
.cid-v7jN0QJs8F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7jN0QJs8F .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7jN0QJs8F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7jN0QJs8F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7jN0QJs8F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7jN0QJs8F .content-wrap {
  min-height: 110px;
}
.cid-v6QIDRyYJa {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/abendbrot-939435-1920.jpg-1920x1280.jpg");
}
.cid-v6QIDRyYJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QIDRyYJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QIDRyYJa .card-wrapper {
  padding: 60px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v6QIDRyYJa .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v6QIDRyYJa .card-wrapper {
    padding: 24px;
  }
}
.cid-v6QIDRyYJa .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6QIDRyYJa .card-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-v6QIDRyYJa .card-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6QIDRyYJa .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6QIDRyYJa .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6QIDRyYJa .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v6QIDRyYJa .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6QIDRyYJa .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6QIDRyYJa .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v6QIDRyYJa .mbr-label,
.cid-v6QIDRyYJa .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QIDRyYJa .mbr-section-title {
  color: #000000;
}
.cid-v6QIDRyYJa .mbr-text,
.cid-v6QIDRyYJa .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QIDRyYJa .mbr-section-title,
.cid-v6QIDRyYJa .title-wrapper,
.cid-v6QIDRyYJa .mbr-section-btn {
  text-align: center;
}
.cid-v6RDW7gNGU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v6RDW7gNGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6RDW7gNGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6RDW7gNGU .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6RDW7gNGU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6RDW7gNGU .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6RDW7gNGU .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-v6RDW7gNGU .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6RDW7gNGU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6RDW7gNGU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6RDW7gNGU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6RDW7gNGU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6RDW7gNGU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6RDW7gNGU .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v6RDW7gNGU .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v6RDW7gNGU .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v6RDW7gNGU .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6RDW7gNGU .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v6RDW7gNGU .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6RDW7gNGU .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6RDW7gNGU .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-v6RDW7gNGU .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-v6RDW7gNGU .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v6RDW7gNGU .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v6RDW7gNGU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6RDW7gNGU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6RDW7gNGU .mbr-label,
.cid-v6RDW7gNGU .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6RDW7gNGU .mbr-section-title,
.cid-v6RDW7gNGU .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6RDW7gNGU .mbr-text,
.cid-v6RDW7gNGU .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6RDW7gNGU .item-title {
  color: #000000;
}
.cid-v6RDW7gNGU .item-text {
  color: #515151;
}
.cid-v6QHMJjO7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v6QHMJjO7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QHMJjO7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QHMJjO7H .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6QHMJjO7H .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6QHMJjO7H .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-v6QHMJjO7H .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6QHMJjO7H .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6QHMJjO7H .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6QHMJjO7H .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6QHMJjO7H .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .card-wrapper {
    padding: 24px;
  }
}
.cid-v6QHMJjO7H .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v6QHMJjO7H .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-v6QHMJjO7H .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-v6QHMJjO7H .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-v6QHMJjO7H .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v6QHMJjO7H .mbr-label,
.cid-v6QHMJjO7H .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QHMJjO7H .mbr-section-title,
.cid-v6QHMJjO7H .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QHMJjO7H .mbr-text,
.cid-v6QHMJjO7H .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6QHMJjO7H .item-number {
  color: #000000;
}
.cid-v6QHMJjO7H .item-title {
  color: #000000;
}
.cid-v6QHMJjO7H .item-text {
  color: #515151;
}
.cid-v6QHMJjO7H .item-metric {
  color: #000000;
  text-align: center;
}
.cid-v6QHMJjO7H .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-v6S9v6GvKL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e8e8e8;
}
.cid-v6S9v6GvKL .card .card-img {
  overflow: hidden;
}
.cid-v6S9v6GvKL .card .card-img img {
  transition: all 0.5s;
}
.cid-v6S9v6GvKL .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v6S9v6GvKL .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-v6S9v6GvKL .card {
  display: block;
  height: 100%;
}
.cid-v6S9v6GvKL .card .card-wrapper {
  height: 100%;
}
.cid-v6S9v6GvKL .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-v6S9v6GvKL .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-v6S9v6GvKL .card .card-box .card-title {
  margin: 0;
}
.cid-v6S9v6GvKL .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6S9v6GvKL .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-v6S9v6GvKL .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-v6S9v6GvKL .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-v6S9v6GvKL .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6S9v6GvKL .card .card-footer .icons-list {
  margin: 0;
}
.cid-v6S9v6GvKL .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-v6S9v6GvKL .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-v6S9v6GvKL .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-v6S9v6GvKL .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-v6S9v6GvKL .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-v6S9v6GvKL .card-footer {
  border-top: 1px solid #efefef;
}
.cid-v6S9v6GvKL .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-v6S9v6GvKL .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6S9v6GvKL .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-v6S9v6GvKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6S9v6GvKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6S9v6GvKL .main-title {
  color: #000000;
}
.cid-v75IHZY5X8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v75IHZY5X8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v75IHZY5X8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v75IHZY5X8 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v75IHZY5X8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v75IHZY5X8 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v75IHZY5X8 .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-v75IHZY5X8 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v75IHZY5X8 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v75IHZY5X8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v75IHZY5X8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v75IHZY5X8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v75IHZY5X8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v75IHZY5X8 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v75IHZY5X8 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v75IHZY5X8 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v75IHZY5X8 .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v75IHZY5X8 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v75IHZY5X8 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v75IHZY5X8 .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-v75IHZY5X8 .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-v75IHZY5X8 .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-v75IHZY5X8 .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v75IHZY5X8 .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-v75IHZY5X8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-v75IHZY5X8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v75IHZY5X8 .mbr-label,
.cid-v75IHZY5X8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v75IHZY5X8 .mbr-section-title,
.cid-v75IHZY5X8 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v75IHZY5X8 .mbr-text,
.cid-v75IHZY5X8 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v75IHZY5X8 .item-title {
  color: #000000;
  text-align: center;
}
.cid-v75IHZY5X8 .list {
  color: #515151;
}
.cid-v6REycqVra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v6REycqVra .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6REycqVra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6REycqVra .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6REycqVra .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6REycqVra .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6REycqVra .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-v6REycqVra .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6REycqVra .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6REycqVra .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v6REycqVra .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6REycqVra .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v6REycqVra .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v6REycqVra .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v6REycqVra .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v6REycqVra .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v6REycqVra .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v6REycqVra .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v6REycqVra .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v6REycqVra .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v6REycqVra .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v6REycqVra .mbr-label,
.cid-v6REycqVra .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6REycqVra .mbr-section-title,
.cid-v6REycqVra .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6REycqVra .mbr-text,
.cid-v6REycqVra .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6REycqVra .panel-title-edit {
  color: #000000;
}
.cid-v6REycqVra .panel-text {
  color: #515151;
}
.cid-v7jKJ0J1Z1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jKJ0J1Z1 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:hover::before,
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8e8e8;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7jKJ0J1Z1 .list {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-text {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-copy {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-section-title,
.cid-v7jKJ0J1Z1 .mbr-section-btn {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .list,
.cid-v7jKJ0J1Z1 .item-wrap,
.cid-v7jKJ0J1Z1 .social-wrapper,
.cid-v7jKJ0J1Z1 .nav-wrapper {
  color: #000000;
}
.cid-v7jN0QJs8F {
  z-index: 1000;
  width: 100%;
}
.cid-v7jN0QJs8F nav.navbar {
  position: fixed;
}
.cid-v7jN0QJs8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7jN0QJs8F .dropdown-item {
  border: none !important;
  background: #6095ae !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .dropdown-item:hover,
.cid-v7jN0QJs8F .dropdown-item:focus {
  background: #6095ae !important;
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item:hover span {
  color: white;
}
.cid-v7jN0QJs8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7jN0QJs8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7jN0QJs8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7jN0QJs8F .nav-link {
  position: relative;
}
.cid-v7jN0QJs8F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .container {
    flex-wrap: nowrap;
  }
}
.cid-v7jN0QJs8F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7jN0QJs8F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7jN0QJs8F .dropdown-menu,
.cid-v7jN0QJs8F .navbar.opened {
  background: #6095ae !important;
}
.cid-v7jN0QJs8F .nav-item:focus,
.cid-v7jN0QJs8F .nav-link:focus {
  outline: none;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7jN0QJs8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7jN0QJs8F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(96, 149, 174, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7jN0QJs8F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7jN0QJs8F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v7jN0QJs8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7jN0QJs8F .navbar.collapsed {
  justify-content: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7jN0QJs8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7jN0QJs8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7jN0QJs8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-v7jN0QJs8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7jN0QJs8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7jN0QJs8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item.active,
.cid-v7jN0QJs8F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7jN0QJs8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6095ae;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7jN0QJs8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7jN0QJs8F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7jN0QJs8F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F .navbar-buttons {
    text-align: left;
  }
}
.cid-v7jN0QJs8F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v7jN0QJs8F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7jN0QJs8F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #6095ae !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7jN0QJs8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7jN0QJs8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7jN0QJs8F .navbar {
    height: 70px;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    height: auto;
  }
  .cid-v7jN0QJs8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7jN0QJs8F .navbar-nav {
  margin: 0 auto;
}
.cid-v7jN0QJs8F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7jN0QJs8F .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7jN0QJs8F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7jN0QJs8F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7jN0QJs8F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7jN0QJs8F .content-wrap {
  min-height: 110px;
}
.cid-v6QIIcCGMv {
  background-image: url("../../../assets/images/pexels-fauxels-3184306.jpg-2000x1333.jpg");
}
.cid-v6QIIcCGMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QIIcCGMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QIIcCGMv .card-wrapper {
  padding: 60px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v6QIIcCGMv .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v6QIIcCGMv .card-wrapper {
    padding: 24px;
  }
}
.cid-v6QIIcCGMv .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6QIIcCGMv .card-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-v6QIIcCGMv .card-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6QIIcCGMv .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6QIIcCGMv .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6QIIcCGMv .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v6QIIcCGMv .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6QIIcCGMv .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6QIIcCGMv .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v6QIIcCGMv .mbr-label,
.cid-v6QIIcCGMv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QIIcCGMv .mbr-section-title {
  color: #000000;
}
.cid-v6QIIcCGMv .mbr-text,
.cid-v6QIIcCGMv .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QIIcCGMv .mbr-section-title,
.cid-v6QIIcCGMv .title-wrapper,
.cid-v6QIIcCGMv .mbr-section-btn {
  text-align: center;
}
.cid-v7duEfq3ZE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7duEfq3ZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7duEfq3ZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7duEfq3ZE .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7duEfq3ZE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7duEfq3ZE .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7duEfq3ZE .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-v7duEfq3ZE .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7duEfq3ZE .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7duEfq3ZE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7duEfq3ZE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7duEfq3ZE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7duEfq3ZE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7duEfq3ZE .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v7duEfq3ZE .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7duEfq3ZE .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v7duEfq3ZE .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7duEfq3ZE .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7duEfq3ZE .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v7duEfq3ZE .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v7duEfq3ZE .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v7duEfq3ZE .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v7duEfq3ZE .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v7duEfq3ZE .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v7duEfq3ZE .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v7duEfq3ZE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v7duEfq3ZE .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v7duEfq3ZE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7duEfq3ZE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7duEfq3ZE .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v7duEfq3ZE .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v7duEfq3ZE .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v7duEfq3ZE .card_1 {
    width: 100%;
  }
}
.cid-v7duEfq3ZE .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v7duEfq3ZE .card_2 {
    width: 100%;
  }
}
.cid-v7duEfq3ZE .main-btn {
  margin-top: 12px;
}
.cid-v7duEfq3ZE .mbr-label,
.cid-v7duEfq3ZE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7duEfq3ZE .mbr-section-title,
.cid-v7duEfq3ZE .title-wrapper {
  color: #000000;
}
.cid-v7duEfq3ZE .mbr-text,
.cid-v7duEfq3ZE .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7duEfq3ZE .item-title {
  color: #000000;
}
.cid-v7duEfq3ZE .item-text {
  color: #515151;
}
.cid-v7duEfq3ZE .mbr-section-title,
.cid-v7duEfq3ZE .title-wrapper,
.cid-v7duEfq3ZE .main-btn {
  text-align: center;
}
.cid-v7dvZYgfbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v7dvZYgfbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7dvZYgfbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7dvZYgfbp .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v7dvZYgfbp .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v7dvZYgfbp .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7dvZYgfbp .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-v7dvZYgfbp .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7dvZYgfbp .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7dvZYgfbp .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7dvZYgfbp .items-wrapper {
  margin: 0 -10px;
}
.cid-v7dvZYgfbp .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7dvZYgfbp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7dvZYgfbp .item .item-wrapper {
  height: 100%;
  background-color: #e8e8e8;
  padding: 8px;
}
.cid-v7dvZYgfbp .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-v7dvZYgfbp .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-v7dvZYgfbp .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-v7dvZYgfbp .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-v7dvZYgfbp .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v7dvZYgfbp .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7dvZYgfbp .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7dvZYgfbp .mbr-label,
.cid-v7dvZYgfbp .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7dvZYgfbp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7dvZYgfbp .mbr-text,
.cid-v7dvZYgfbp .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-v7dvZYgfbp .item-title {
  color: #000000;
}
.cid-v7dvZYgfbp .item-text {
  color: #4f4f4f;
}
.cid-v6QHydGOfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v6QHydGOfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QHydGOfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QHydGOfG .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6QHydGOfG .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6QHydGOfG .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-v6QHydGOfG .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6QHydGOfG .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6QHydGOfG .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6QHydGOfG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6QHydGOfG .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .card-wrapper {
    padding: 24px;
  }
}
.cid-v6QHydGOfG .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v6QHydGOfG .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-v6QHydGOfG .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-v6QHydGOfG .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-v6QHydGOfG .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v6QHydGOfG .mbr-label,
.cid-v6QHydGOfG .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QHydGOfG .mbr-section-title,
.cid-v6QHydGOfG .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QHydGOfG .mbr-text,
.cid-v6QHydGOfG .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6QHydGOfG .item-number {
  color: #000000;
}
.cid-v6QHydGOfG .item-title {
  color: #000000;
}
.cid-v6QHydGOfG .item-text {
  color: #515151;
}
.cid-v6QHydGOfG .item-metric {
  color: #000000;
  text-align: center;
}
.cid-v6QHydGOfG .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-v7jzjZHar4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v7jzjZHar4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jzjZHar4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jzjZHar4 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7jzjZHar4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7jzjZHar4 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7jzjZHar4 .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-v7jzjZHar4 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7jzjZHar4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7jzjZHar4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7jzjZHar4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7jzjZHar4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jzjZHar4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7jzjZHar4 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v7jzjZHar4 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7jzjZHar4 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v7jzjZHar4 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7jzjZHar4 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v7jzjZHar4 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7jzjZHar4 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v7jzjZHar4 .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v7jzjZHar4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v7jzjZHar4 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v7jzjZHar4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7jzjZHar4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7jzjZHar4 .mbr-label,
.cid-v7jzjZHar4 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7jzjZHar4 .mbr-section-title,
.cid-v7jzjZHar4 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7jzjZHar4 .mbr-text,
.cid-v7jzjZHar4 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7jzjZHar4 .item-title {
  color: #000000;
}
.cid-v7jzjZHar4 .item-text {
  color: #000000;
}
.cid-v7duuPJ6qK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7duuPJ6qK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7duuPJ6qK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7duuPJ6qK .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7duuPJ6qK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7duuPJ6qK .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7duuPJ6qK .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-v7duuPJ6qK .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7duuPJ6qK .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7duuPJ6qK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7duuPJ6qK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7duuPJ6qK .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v7duuPJ6qK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7duuPJ6qK .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7duuPJ6qK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7duuPJ6qK .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v7duuPJ6qK .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v7duuPJ6qK .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v7duuPJ6qK .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v7duuPJ6qK .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v7duuPJ6qK .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v7duuPJ6qK .mbr-label,
.cid-v7duuPJ6qK .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7duuPJ6qK .mbr-section-title,
.cid-v7duuPJ6qK .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7duuPJ6qK .mbr-text,
.cid-v7duuPJ6qK .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7duuPJ6qK .panel-title-edit {
  color: #000000;
}
.cid-v7duuPJ6qK .panel-text {
  color: #515151;
}
.cid-v7jBXFYYFR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/office.webp");
}
.cid-v7jBXFYYFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jBXFYYFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jBXFYYFR .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7jBXFYYFR .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-v7jBXFYYFR .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7jBXFYYFR .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7jBXFYYFR .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v7jBXFYYFR .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v7jBXFYYFR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7jBXFYYFR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 40%);
  }
}
.cid-v7jBXFYYFR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jBXFYYFR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7jBXFYYFR .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v7jBXFYYFR .mbr-label,
.cid-v7jBXFYYFR .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7jBXFYYFR .mbr-section-title {
  color: #000000;
}
.cid-v7jBXFYYFR .mbr-text,
.cid-v7jBXFYYFR .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v7jBXFYYFR .mbr-section-title,
.cid-v7jBXFYYFR .title-wrapper,
.cid-v7jBXFYYFR .mbr-section-btn,
.cid-v7jBXFYYFR .logo-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jKJ0J1Z1 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:hover::before,
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8e8e8;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7jKJ0J1Z1 .list {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-text {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-copy {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-section-title,
.cid-v7jKJ0J1Z1 .mbr-section-btn {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .list,
.cid-v7jKJ0J1Z1 .item-wrap,
.cid-v7jKJ0J1Z1 .social-wrapper,
.cid-v7jKJ0J1Z1 .nav-wrapper {
  color: #000000;
}
.cid-v7jN0QJs8F {
  z-index: 1000;
  width: 100%;
}
.cid-v7jN0QJs8F nav.navbar {
  position: fixed;
}
.cid-v7jN0QJs8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7jN0QJs8F .dropdown-item {
  border: none !important;
  background: #6095ae !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .dropdown-item:hover,
.cid-v7jN0QJs8F .dropdown-item:focus {
  background: #6095ae !important;
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item:hover span {
  color: white;
}
.cid-v7jN0QJs8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7jN0QJs8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7jN0QJs8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7jN0QJs8F .nav-link {
  position: relative;
}
.cid-v7jN0QJs8F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .container {
    flex-wrap: nowrap;
  }
}
.cid-v7jN0QJs8F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7jN0QJs8F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7jN0QJs8F .dropdown-menu,
.cid-v7jN0QJs8F .navbar.opened {
  background: #6095ae !important;
}
.cid-v7jN0QJs8F .nav-item:focus,
.cid-v7jN0QJs8F .nav-link:focus {
  outline: none;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7jN0QJs8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7jN0QJs8F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(96, 149, 174, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7jN0QJs8F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7jN0QJs8F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v7jN0QJs8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7jN0QJs8F .navbar.collapsed {
  justify-content: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7jN0QJs8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7jN0QJs8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7jN0QJs8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-v7jN0QJs8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7jN0QJs8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7jN0QJs8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item.active,
.cid-v7jN0QJs8F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7jN0QJs8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6095ae;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7jN0QJs8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7jN0QJs8F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7jN0QJs8F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F .navbar-buttons {
    text-align: left;
  }
}
.cid-v7jN0QJs8F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v7jN0QJs8F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7jN0QJs8F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #6095ae !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7jN0QJs8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7jN0QJs8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7jN0QJs8F .navbar {
    height: 70px;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    height: auto;
  }
  .cid-v7jN0QJs8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7jN0QJs8F .navbar-nav {
  margin: 0 auto;
}
.cid-v7jN0QJs8F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7jN0QJs8F .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7jN0QJs8F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7jN0QJs8F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7jN0QJs8F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7jN0QJs8F .content-wrap {
  min-height: 110px;
}
.cid-v79b8uAuII {
  background-image: url("../../../assets/images/ciudad-real-plaza-mayor-04-edited.jpg-1572x767.jpg");
}
.cid-v79b8uAuII .mbr-fallback-image.disabled {
  display: none;
}
.cid-v79b8uAuII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v79b8uAuII .card-wrapper {
  padding: 60px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v79b8uAuII .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v79b8uAuII .card-wrapper {
    padding: 24px;
  }
}
.cid-v79b8uAuII .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v79b8uAuII .card-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-v79b8uAuII .card-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v79b8uAuII .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v79b8uAuII .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v79b8uAuII .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v79b8uAuII .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v79b8uAuII .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v79b8uAuII .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v79b8uAuII .mbr-label,
.cid-v79b8uAuII .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v79b8uAuII .mbr-section-title {
  color: #000000;
}
.cid-v79b8uAuII .mbr-text,
.cid-v79b8uAuII .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v79b8uAuII .mbr-section-title,
.cid-v79b8uAuII .title-wrapper,
.cid-v79b8uAuII .mbr-section-btn {
  text-align: center;
}
.cid-v79hVDf9jf {
  padding-top: 5rem;
  background-color: #f5f5f5;
}
.cid-v79hVDf9jf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v79hVDf9jf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v79hVDf9jf .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-v79hVDf9jf .content-wrapper .card-wrapper {
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v79hVDf9jf .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
.cid-v79hVDf9jf .content-wrapper .card-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v79hVDf9jf .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v79hVDf9jf .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v79hVDf9jf .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v79hVDf9jf .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v79hVDf9jf .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v79hVDf9jf .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v79hVDf9jf .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v79hVDf9jf .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v79hVDf9jf .content-wrapper .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v79hVDf9jf .content-wrapper .card-wrapper .image-wrapper {
  margin-top: 20px;
}
.cid-v79hVDf9jf .content-wrapper .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v79hVDf9jf .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-v79hVDf9jf .items-wrapper {
  margin: 0 -20px;
}
.cid-v79hVDf9jf .items-wrapper .card {
  padding: 0 20px;
}
.cid-v79hVDf9jf .mbr-label,
.cid-v79hVDf9jf .label-wrapper {
  color: #334155;
}
.cid-v79hVDf9jf .mbr-section-title {
  color: #0f172a;
}
.cid-v79hVDf9jf .mbr-text,
.cid-v79hVDf9jf .text-wrapper {
  color: #475569;
}
.cid-v79iV7fVH8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v79iV7fVH8 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-v79iV7fVH8 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #f5f5f5;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-v79iV7fVH8 .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v79iV7fVH8 .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-v79iV7fVH8 .mbr-timeline-title,
.cid-v79iV7fVH8 .mbr-timeline-text {
  color: #ffffff;
}
.cid-v79iV7fVH8 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-v79iV7fVH8 .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-v79iV7fVH8 .timeline-element:hover .timeline-text-content h4,
.cid-v79iV7fVH8 .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #000000 !important;
}
.cid-v79iV7fVH8 .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #000000 !important;
}
.cid-v79iV7fVH8 .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #000000 !important;
}
.cid-v79iV7fVH8 .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v79iV7fVH8 .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-v79iV7fVH8 .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #f5f5f5;
  top: 20px;
  margin-left: -30px;
}
.cid-v79iV7fVH8 .iconsBackground span {
  color: #ffffff;
}
.cid-v79iV7fVH8 .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-v79iV7fVH8 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f5f5f5;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-v79iV7fVH8 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-v79iV7fVH8 .iconsBackground {
    left: 1.5rem;
  }
  .cid-v79iV7fVH8 .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-v79iV7fVH8 .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-v79iV7fVH8 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-v79iV7fVH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v79iV7fVH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v79iV7fVH8 .mbr-timeline-title {
  color: #000000;
}
.cid-v79iV7fVH8 .mbr-timeline-text {
  color: #515151;
}
.cid-v79q4FoiTw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v79q4FoiTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v79q4FoiTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v79q4FoiTw .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v79q4FoiTw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v79q4FoiTw .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v79q4FoiTw .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-v79q4FoiTw .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v79q4FoiTw .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v79q4FoiTw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v79q4FoiTw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v79q4FoiTw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v79q4FoiTw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v79q4FoiTw .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v79q4FoiTw .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v79q4FoiTw .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v79q4FoiTw .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v79q4FoiTw .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v79q4FoiTw .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v79q4FoiTw .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v79q4FoiTw .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #ffffff;
}
.cid-v79q4FoiTw .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #ffffff;
}
.cid-v79q4FoiTw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v79q4FoiTw .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v79q4FoiTw .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v79q4FoiTw .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v79q4FoiTw .mbr-label,
.cid-v79q4FoiTw .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v79q4FoiTw .mbr-section-title,
.cid-v79q4FoiTw .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v79q4FoiTw .mbr-text,
.cid-v79q4FoiTw .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v79q4FoiTw .item-title {
  color: #000000;
}
.cid-v79q4FoiTw .item-text {
  color: #515151;
}
.cid-v79E5PZfGi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v79E5PZfGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v79E5PZfGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v79E5PZfGi .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v79E5PZfGi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v79E5PZfGi .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v79E5PZfGi .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-v79E5PZfGi .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v79E5PZfGi .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v79E5PZfGi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v79E5PZfGi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v79E5PZfGi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v79E5PZfGi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v79E5PZfGi .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v79E5PZfGi .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v79E5PZfGi .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v79E5PZfGi .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v79E5PZfGi .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v79E5PZfGi .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v79E5PZfGi .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v79E5PZfGi .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v79E5PZfGi .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v79E5PZfGi .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v79E5PZfGi .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v79E5PZfGi .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v79E5PZfGi .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v79E5PZfGi .mbr-label,
.cid-v79E5PZfGi .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v79E5PZfGi .mbr-section-title,
.cid-v79E5PZfGi .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v79E5PZfGi .mbr-text,
.cid-v79E5PZfGi .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v79E5PZfGi .item-text {
  color: #000000;
}
.cid-v79E5PZfGi .item-text,
.cid-v79E5PZfGi .mbr-section-btn {
  text-align: left;
}
.cid-v79ESn5AfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/palacio-de-gobierno.webp");
}
.cid-v79ESn5AfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v79ESn5AfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v79ESn5AfG .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v79ESn5AfG .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v79ESn5AfG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v79ESn5AfG .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-v79ESn5AfG .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v79ESn5AfG .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v79ESn5AfG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v79ESn5AfG .mbr-section-title {
  color: #ffffff;
}
.cid-v79ESn5AfG .mbr-text {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jKJ0J1Z1 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:hover::before,
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8e8e8;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7jKJ0J1Z1 .list {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-text {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-copy {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-section-title,
.cid-v7jKJ0J1Z1 .mbr-section-btn {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .list,
.cid-v7jKJ0J1Z1 .item-wrap,
.cid-v7jKJ0J1Z1 .social-wrapper,
.cid-v7jKJ0J1Z1 .nav-wrapper {
  color: #000000;
}
.cid-v7jN0QJs8F {
  z-index: 1000;
  width: 100%;
}
.cid-v7jN0QJs8F nav.navbar {
  position: fixed;
}
.cid-v7jN0QJs8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7jN0QJs8F .dropdown-item {
  border: none !important;
  background: #6095ae !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .dropdown-item:hover,
.cid-v7jN0QJs8F .dropdown-item:focus {
  background: #6095ae !important;
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item:hover span {
  color: white;
}
.cid-v7jN0QJs8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7jN0QJs8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7jN0QJs8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7jN0QJs8F .nav-link {
  position: relative;
}
.cid-v7jN0QJs8F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .container {
    flex-wrap: nowrap;
  }
}
.cid-v7jN0QJs8F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7jN0QJs8F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7jN0QJs8F .dropdown-menu,
.cid-v7jN0QJs8F .navbar.opened {
  background: #6095ae !important;
}
.cid-v7jN0QJs8F .nav-item:focus,
.cid-v7jN0QJs8F .nav-link:focus {
  outline: none;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7jN0QJs8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7jN0QJs8F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(96, 149, 174, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7jN0QJs8F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7jN0QJs8F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v7jN0QJs8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7jN0QJs8F .navbar.collapsed {
  justify-content: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7jN0QJs8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7jN0QJs8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7jN0QJs8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-v7jN0QJs8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7jN0QJs8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7jN0QJs8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item.active,
.cid-v7jN0QJs8F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7jN0QJs8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6095ae;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7jN0QJs8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7jN0QJs8F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7jN0QJs8F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F .navbar-buttons {
    text-align: left;
  }
}
.cid-v7jN0QJs8F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v7jN0QJs8F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7jN0QJs8F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #6095ae !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7jN0QJs8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7jN0QJs8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7jN0QJs8F .navbar {
    height: 70px;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    height: auto;
  }
  .cid-v7jN0QJs8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7jN0QJs8F .navbar-nav {
  margin: 0 auto;
}
.cid-v7jN0QJs8F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7jN0QJs8F .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7jN0QJs8F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7jN0QJs8F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7jN0QJs8F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7jN0QJs8F .content-wrap {
  min-height: 110px;
}
.cid-v6DiizHKM3 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-v6DiizHKM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6DiizHKM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6DiizHKM3 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6DiizHKM3 .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-v6DiizHKM3 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6DiizHKM3 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6DiizHKM3 .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v6DiizHKM3 .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v6DiizHKM3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6DiizHKM3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v6DiizHKM3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6DiizHKM3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6DiizHKM3 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v6DiizHKM3 .mbr-label,
.cid-v6DiizHKM3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6DiizHKM3 .mbr-section-title {
  color: #000000;
}
.cid-v6DiizHKM3 .mbr-text,
.cid-v6DiizHKM3 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6DiizHKM3 .mbr-section-title,
.cid-v6DiizHKM3 .title-wrapper,
.cid-v6DiizHKM3 .mbr-section-btn,
.cid-v6DiizHKM3 .logo-wrapper {
  text-align: center;
}
.cid-uUAwvLxwhe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUAwvLxwhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwvLxwhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwvLxwhe .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwvLxwhe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwvLxwhe .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwvLxwhe .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-uUAwvLxwhe .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwvLxwhe .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwvLxwhe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwvLxwhe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAwvLxwhe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwvLxwhe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwvLxwhe .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uUAwvLxwhe .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUAwvLxwhe .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uUAwvLxwhe .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uUAwvLxwhe .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uUAwvLxwhe .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uUAwvLxwhe .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  font-size: 34px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uUAwvLxwhe .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUAwvLxwhe .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUAwvLxwhe .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUAwvLxwhe .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAwvLxwhe .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin-top: 24px;
}
.cid-uUAwvLxwhe .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uUAwvLxwhe .items-wrapper .item .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-uUAwvLxwhe .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uUAwvLxwhe .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uUAwvLxwhe .mbr-label,
.cid-uUAwvLxwhe .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwvLxwhe .mbr-section-title,
.cid-uUAwvLxwhe .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwvLxwhe .mbr-text,
.cid-uUAwvLxwhe .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAwvLxwhe .item-title {
  color: #000000;
}
.cid-uUAwvLxwhe .item-text {
  color: #515151;
}
.cid-uUAwvLxwhe .item-number {
  color: #000000;
}
.cid-v7jKJ0J1Z1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jKJ0J1Z1 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:hover::before,
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8e8e8;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7jKJ0J1Z1 .list {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-text {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-copy {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-section-title,
.cid-v7jKJ0J1Z1 .mbr-section-btn {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .list,
.cid-v7jKJ0J1Z1 .item-wrap,
.cid-v7jKJ0J1Z1 .social-wrapper,
.cid-v7jKJ0J1Z1 .nav-wrapper {
  color: #000000;
}
.cid-v7jN0QJs8F {
  z-index: 1000;
  width: 100%;
}
.cid-v7jN0QJs8F nav.navbar {
  position: fixed;
}
.cid-v7jN0QJs8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7jN0QJs8F .dropdown-item {
  border: none !important;
  background: #6095ae !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .dropdown-item:hover,
.cid-v7jN0QJs8F .dropdown-item:focus {
  background: #6095ae !important;
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item:hover span {
  color: white;
}
.cid-v7jN0QJs8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7jN0QJs8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7jN0QJs8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7jN0QJs8F .nav-link {
  position: relative;
}
.cid-v7jN0QJs8F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .container {
    flex-wrap: nowrap;
  }
}
.cid-v7jN0QJs8F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7jN0QJs8F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7jN0QJs8F .dropdown-menu,
.cid-v7jN0QJs8F .navbar.opened {
  background: #6095ae !important;
}
.cid-v7jN0QJs8F .nav-item:focus,
.cid-v7jN0QJs8F .nav-link:focus {
  outline: none;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7jN0QJs8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7jN0QJs8F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(96, 149, 174, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7jN0QJs8F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7jN0QJs8F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v7jN0QJs8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7jN0QJs8F .navbar.collapsed {
  justify-content: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7jN0QJs8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7jN0QJs8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7jN0QJs8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-v7jN0QJs8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7jN0QJs8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7jN0QJs8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item.active,
.cid-v7jN0QJs8F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7jN0QJs8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6095ae;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7jN0QJs8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7jN0QJs8F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7jN0QJs8F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F .navbar-buttons {
    text-align: left;
  }
}
.cid-v7jN0QJs8F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v7jN0QJs8F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7jN0QJs8F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #6095ae !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7jN0QJs8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7jN0QJs8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7jN0QJs8F .navbar {
    height: 70px;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    height: auto;
  }
  .cid-v7jN0QJs8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7jN0QJs8F .navbar-nav {
  margin: 0 auto;
}
.cid-v7jN0QJs8F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7jN0QJs8F .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7jN0QJs8F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7jN0QJs8F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7jN0QJs8F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7jN0QJs8F .content-wrap {
  min-height: 110px;
}
.cid-v6DicmBaGH {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hero.png-2000x1116.png");
}
.cid-v6DicmBaGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6DicmBaGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6DicmBaGH .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6DicmBaGH .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-v6DicmBaGH .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6DicmBaGH .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6DicmBaGH .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v6DicmBaGH .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v6DicmBaGH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6DicmBaGH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-v6DicmBaGH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6DicmBaGH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6DicmBaGH .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v6DicmBaGH .mbr-label,
.cid-v6DicmBaGH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6DicmBaGH .mbr-section-title {
  color: #000000;
}
.cid-v6DicmBaGH .mbr-text,
.cid-v6DicmBaGH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6DicmBaGH .mbr-section-title,
.cid-v6DicmBaGH .title-wrapper,
.cid-v6DicmBaGH .mbr-section-btn,
.cid-v6DicmBaGH .logo-wrapper {
  text-align: center;
}
.cid-uUAwRTRTJr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uUAwRTRTJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwRTRTJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwRTRTJr .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAwRTRTJr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAwRTRTJr .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwRTRTJr .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-uUAwRTRTJr .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwRTRTJr .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwRTRTJr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uUAwRTRTJr .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUAwRTRTJr .form-wrap {
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAwRTRTJr .form-wrap {
    padding: 24px;
  }
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #ffffff;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uUAwRTRTJr .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-uUAwRTRTJr .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uUAwRTRTJr .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uUAwRTRTJr .mbr-label,
.cid-uUAwRTRTJr .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwRTRTJr .mbr-section-title,
.cid-uUAwRTRTJr .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwRTRTJr .mbr-text,
.cid-uUAwRTRTJr .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAwRTRTJr label {
  color: #000000;
}
.cid-v6QG2N6wMZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v6QG2N6wMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QG2N6wMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QG2N6wMZ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6QG2N6wMZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6QG2N6wMZ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6QG2N6wMZ .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-v6QG2N6wMZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6QG2N6wMZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6QG2N6wMZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6QG2N6wMZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6QG2N6wMZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6QG2N6wMZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6QG2N6wMZ .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v6QG2N6wMZ .card-wrapper {
    padding: 24px;
  }
}
.cid-v6QG2N6wMZ .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v6QG2N6wMZ .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v6QG2N6wMZ .mbr-label,
.cid-v6QG2N6wMZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QG2N6wMZ .mbr-section-title,
.cid-v6QG2N6wMZ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6QG2N6wMZ .mbr-text,
.cid-v6QG2N6wMZ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7jKJ0J1Z1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jKJ0J1Z1 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:hover::before,
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8e8e8;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7jKJ0J1Z1 .list {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-text {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-copy {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-section-title,
.cid-v7jKJ0J1Z1 .mbr-section-btn {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .list,
.cid-v7jKJ0J1Z1 .item-wrap,
.cid-v7jKJ0J1Z1 .social-wrapper,
.cid-v7jKJ0J1Z1 .nav-wrapper {
  color: #000000;
}
.cid-v7jN0QJs8F {
  z-index: 1000;
  width: 100%;
}
.cid-v7jN0QJs8F nav.navbar {
  position: fixed;
}
.cid-v7jN0QJs8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7jN0QJs8F .dropdown-item {
  border: none !important;
  background: #6095ae !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .dropdown-item:hover,
.cid-v7jN0QJs8F .dropdown-item:focus {
  background: #6095ae !important;
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item:hover span {
  color: white;
}
.cid-v7jN0QJs8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7jN0QJs8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7jN0QJs8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7jN0QJs8F .nav-link {
  position: relative;
}
.cid-v7jN0QJs8F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .container {
    flex-wrap: nowrap;
  }
}
.cid-v7jN0QJs8F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7jN0QJs8F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7jN0QJs8F .dropdown-menu,
.cid-v7jN0QJs8F .navbar.opened {
  background: #6095ae !important;
}
.cid-v7jN0QJs8F .nav-item:focus,
.cid-v7jN0QJs8F .nav-link:focus {
  outline: none;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7jN0QJs8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7jN0QJs8F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(96, 149, 174, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7jN0QJs8F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7jN0QJs8F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v7jN0QJs8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7jN0QJs8F .navbar.collapsed {
  justify-content: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7jN0QJs8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7jN0QJs8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7jN0QJs8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-v7jN0QJs8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7jN0QJs8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7jN0QJs8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item.active,
.cid-v7jN0QJs8F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7jN0QJs8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6095ae;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7jN0QJs8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7jN0QJs8F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7jN0QJs8F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F .navbar-buttons {
    text-align: left;
  }
}
.cid-v7jN0QJs8F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v7jN0QJs8F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7jN0QJs8F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #6095ae !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7jN0QJs8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7jN0QJs8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7jN0QJs8F .navbar {
    height: 70px;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    height: auto;
  }
  .cid-v7jN0QJs8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7jN0QJs8F .navbar-nav {
  margin: 0 auto;
}
.cid-v7jN0QJs8F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7jN0QJs8F .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7jN0QJs8F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7jN0QJs8F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7jN0QJs8F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7jN0QJs8F .content-wrap {
  min-height: 110px;
}
.cid-v6DdMBH6aR {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v6DdMBH6aR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6DdMBH6aR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6DdMBH6aR .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6DdMBH6aR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6DdMBH6aR .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6DdMBH6aR .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-v6DdMBH6aR .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6DdMBH6aR .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6DdMBH6aR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v6DdMBH6aR .card-wrapper {
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6DdMBH6aR .card-wrapper {
    padding: 24px;
  }
}
.cid-v6DdMBH6aR .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v6DdMBH6aR .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v6DdMBH6aR .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6DdMBH6aR .mbr-label,
.cid-v6DdMBH6aR .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6DdMBH6aR .mbr-section-title,
.cid-v6DdMBH6aR .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6DdMBH6aR .mbr-text,
.cid-v6DdMBH6aR .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6DdMBH6aR .item-text {
  color: #000000;
}
.cid-v6DdMBH6aR .item-text,
.cid-v6DdMBH6aR .mbr-section-btn {
  text-align: left;
}
.cid-v6DfvEsIni {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v6DfvEsIni .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6DfvEsIni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6DfvEsIni .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6DfvEsIni .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6DfvEsIni .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6DfvEsIni .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-v6DfvEsIni .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6DfvEsIni .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6DfvEsIni .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v6DfvEsIni .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6DfvEsIni .card-wrapper {
    padding: 24px;
  }
}
.cid-v6DfvEsIni .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v6DfvEsIni .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v6DfvEsIni .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6DfvEsIni .mbr-label,
.cid-v6DfvEsIni .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6DfvEsIni .mbr-section-title,
.cid-v6DfvEsIni .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6DfvEsIni .mbr-text,
.cid-v6DfvEsIni .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6DfvEsIni .item-text {
  color: #000000;
}
.cid-v6DfvEsIni .item-text,
.cid-v6DfvEsIni .mbr-section-btn {
  text-align: left;
}
.cid-v6DgioxFvY {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-v6DgioxFvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6DgioxFvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6DgioxFvY .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v6DgioxFvY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6DgioxFvY .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v6DgioxFvY .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-v6DgioxFvY .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v6DgioxFvY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6DgioxFvY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v6DgioxFvY .card-wrapper {
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6DgioxFvY .card-wrapper {
    padding: 24px;
  }
}
.cid-v6DgioxFvY .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v6DgioxFvY .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v6DgioxFvY .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6DgioxFvY .mbr-label,
.cid-v6DgioxFvY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6DgioxFvY .mbr-section-title,
.cid-v6DgioxFvY .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6DgioxFvY .mbr-text,
.cid-v6DgioxFvY .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v6DgioxFvY .item-text {
  color: #000000;
}
.cid-v6DgioxFvY .item-text,
.cid-v6DgioxFvY .mbr-section-btn {
  text-align: left;
}
.cid-v7jKJ0J1Z1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jKJ0J1Z1 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:hover::before,
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8e8e8;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7jKJ0J1Z1 .list {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-text {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-copy {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-section-title,
.cid-v7jKJ0J1Z1 .mbr-section-btn {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .list,
.cid-v7jKJ0J1Z1 .item-wrap,
.cid-v7jKJ0J1Z1 .social-wrapper,
.cid-v7jKJ0J1Z1 .nav-wrapper {
  color: #000000;
}
.cid-v7jN0QJs8F {
  z-index: 1000;
  width: 100%;
}
.cid-v7jN0QJs8F nav.navbar {
  position: fixed;
}
.cid-v7jN0QJs8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7jN0QJs8F .dropdown-item {
  border: none !important;
  background: #6095ae !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .dropdown-item:hover,
.cid-v7jN0QJs8F .dropdown-item:focus {
  background: #6095ae !important;
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item:hover span {
  color: white;
}
.cid-v7jN0QJs8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7jN0QJs8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7jN0QJs8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7jN0QJs8F .nav-link {
  position: relative;
}
.cid-v7jN0QJs8F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .container {
    flex-wrap: nowrap;
  }
}
.cid-v7jN0QJs8F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7jN0QJs8F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7jN0QJs8F .dropdown-menu,
.cid-v7jN0QJs8F .navbar.opened {
  background: #6095ae !important;
}
.cid-v7jN0QJs8F .nav-item:focus,
.cid-v7jN0QJs8F .nav-link:focus {
  outline: none;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7jN0QJs8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7jN0QJs8F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(96, 149, 174, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7jN0QJs8F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7jN0QJs8F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v7jN0QJs8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7jN0QJs8F .navbar.collapsed {
  justify-content: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7jN0QJs8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7jN0QJs8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7jN0QJs8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-v7jN0QJs8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7jN0QJs8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7jN0QJs8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item.active,
.cid-v7jN0QJs8F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7jN0QJs8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6095ae;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7jN0QJs8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7jN0QJs8F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7jN0QJs8F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F .navbar-buttons {
    text-align: left;
  }
}
.cid-v7jN0QJs8F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v7jN0QJs8F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7jN0QJs8F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #6095ae !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7jN0QJs8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7jN0QJs8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7jN0QJs8F .navbar {
    height: 70px;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    height: auto;
  }
  .cid-v7jN0QJs8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7jN0QJs8F .navbar-nav {
  margin: 0 auto;
}
.cid-v7jN0QJs8F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7jN0QJs8F .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7jN0QJs8F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7jN0QJs8F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7jN0QJs8F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7jN0QJs8F .content-wrap {
  min-height: 110px;
}
.cid-uUAyKcU9PW {
  background-image: url("../../../assets/images/mbr-12.webp");
}
.cid-uUAyKcU9PW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAyKcU9PW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAyKcU9PW .card-wrapper {
  padding: 60px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uUAyKcU9PW .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUAyKcU9PW .card-wrapper {
    padding: 24px;
  }
}
.cid-uUAyKcU9PW .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAyKcU9PW .card-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-uUAyKcU9PW .card-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAyKcU9PW .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAyKcU9PW .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAyKcU9PW .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uUAyKcU9PW .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAyKcU9PW .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAyKcU9PW .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uUAyKcU9PW .mbr-label,
.cid-uUAyKcU9PW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAyKcU9PW .mbr-section-title {
  color: #000000;
}
.cid-uUAyKcU9PW .mbr-text,
.cid-uUAyKcU9PW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAyKcU9PW .mbr-section-title,
.cid-uUAyKcU9PW .title-wrapper,
.cid-uUAyKcU9PW .mbr-section-btn {
  text-align: center;
}
.cid-v7a7Ob7stk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7a7Ob7stk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7a7Ob7stk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7a7Ob7stk .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7a7Ob7stk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7a7Ob7stk .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7a7Ob7stk .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-v7a7Ob7stk .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7a7Ob7stk .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7a7Ob7stk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7a7Ob7stk .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7a7Ob7stk .card-wrapper {
    padding: 24px;
  }
}
.cid-v7a7Ob7stk .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v7a7Ob7stk .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7a7Ob7stk .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7a7Ob7stk .mbr-label,
.cid-v7a7Ob7stk .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7a7Ob7stk .mbr-section-title,
.cid-v7a7Ob7stk .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7a7Ob7stk .mbr-text,
.cid-v7a7Ob7stk .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7a7Ob7stk .item-text {
  color: #000000;
}
.cid-v7a7Ob7stk .item-text,
.cid-v7a7Ob7stk .mbr-section-btn {
  text-align: left;
}
.cid-v7ab37I2Rt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v7ab37I2Rt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ab37I2Rt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ab37I2Rt .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7ab37I2Rt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7ab37I2Rt .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7ab37I2Rt .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-v7ab37I2Rt .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7ab37I2Rt .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7ab37I2Rt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7ab37I2Rt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7ab37I2Rt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7ab37I2Rt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7ab37I2Rt .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v7ab37I2Rt .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v7ab37I2Rt .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v7ab37I2Rt .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v7ab37I2Rt .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v7ab37I2Rt .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v7ab37I2Rt .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7ab37I2Rt .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7ab37I2Rt .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7ab37I2Rt .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v7ab37I2Rt .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v7ab37I2Rt .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7ab37I2Rt .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v7ab37I2Rt .mbr-label,
.cid-v7ab37I2Rt .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7ab37I2Rt .mbr-section-title,
.cid-v7ab37I2Rt .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7ab37I2Rt .mbr-text,
.cid-v7ab37I2Rt .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7ab37I2Rt .item-text {
  color: #000000;
}
.cid-v7ab37I2Rt .item-text,
.cid-v7ab37I2Rt .mbr-section-btn {
  text-align: left;
}
.cid-uUAyNJKWue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUAyNJKWue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAyNJKWue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAyNJKWue .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAyNJKWue .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAyNJKWue .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-uUAyNJKWue .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAyNJKWue .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAyNJKWue .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAyNJKWue .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAyNJKWue .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uUAyNJKWue .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUAyNJKWue .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAyNJKWue .mbr-label,
.cid-uUAyNJKWue .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAyNJKWue .mbr-section-title,
.cid-uUAyNJKWue .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAyNJKWue .mbr-text,
.cid-uUAyNJKWue .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAyNJKWue .item-title {
  color: #000000;
}
.cid-uUAyNJKWue .item-text {
  color: #515151;
}
.cid-uUAyO6glS9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUAyO6glS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAyO6glS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAyO6glS9 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAyO6glS9 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAyO6glS9 .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-uUAyO6glS9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAyO6glS9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAyO6glS9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAyO6glS9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAyO6glS9 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uUAyO6glS9 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #ffffff;
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #ffffff;
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUAyO6glS9 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUAyO6glS9 .mbr-label,
.cid-uUAyO6glS9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAyO6glS9 .mbr-section-title,
.cid-uUAyO6glS9 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAyO6glS9 .mbr-text,
.cid-uUAyO6glS9 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAyO6glS9 .item-title {
  color: #000000;
}
.cid-uUAyO6glS9 .item-text {
  color: #515151;
}
.cid-uUAz2eRBYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUAz2eRBYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAz2eRBYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAz2eRBYF .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAz2eRBYF .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAz2eRBYF .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-uUAz2eRBYF .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAz2eRBYF .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAz2eRBYF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAz2eRBYF .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper {
    padding: 24px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uUAz2eRBYF .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-uUAz2eRBYF .mbr-label,
.cid-uUAz2eRBYF .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAz2eRBYF .mbr-section-title,
.cid-uUAz2eRBYF .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAz2eRBYF .mbr-text,
.cid-uUAz2eRBYF .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAz2eRBYF .item-number {
  color: #000000;
}
.cid-uUAz2eRBYF .item-title {
  color: #000000;
}
.cid-uUAz2eRBYF .item-text {
  color: #515151;
}
.cid-uUAz2eRBYF .item-metric {
  color: #000000;
  text-align: center;
}
.cid-uUAz2eRBYF .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-v7akSEEzzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7akSEEzzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7akSEEzzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7akSEEzzC .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7akSEEzzC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7akSEEzzC .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7akSEEzzC .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-v7akSEEzzC .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7akSEEzzC .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7akSEEzzC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7akSEEzzC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7akSEEzzC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7akSEEzzC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7akSEEzzC .items-wrapper {
  margin: 0;
  justify-content: center;
}
.cid-v7akSEEzzC .items-wrapper .item {
  padding: 0;
  margin-bottom: 24px;
}
.cid-v7akSEEzzC .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-v7akSEEzzC .items-wrapper .item .item-wrapper {
  height: 100%;
  border-right: 2px solid #e8e8e8;
  padding: 0 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v7akSEEzzC .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 0 24px;
  }
}
.cid-v7akSEEzzC .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-v7akSEEzzC .items-wrapper .item .item-wrapper .item-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v7akSEEzzC .mbr-label,
.cid-v7akSEEzzC .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7akSEEzzC .mbr-section-title,
.cid-v7akSEEzzC .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7akSEEzzC .mbr-text,
.cid-v7akSEEzzC .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7akSEEzzC .item-title {
  color: #515151;
  text-align: center;
}
.cid-v7akSEEzzC .item-number {
  color: #000000;
  text-align: center;
}
.cid-uUAz2yFzHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uUAz2yFzHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAz2yFzHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAz2yFzHf .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uUAz2yFzHf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUAz2yFzHf .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAz2yFzHf .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-uUAz2yFzHf .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAz2yFzHf .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAz2yFzHf .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAz2yFzHf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUAz2yFzHf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAz2yFzHf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAz2yFzHf .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uUAz2yFzHf .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUAz2yFzHf .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uUAz2yFzHf .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uUAz2yFzHf .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uUAz2yFzHf .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uUAz2yFzHf .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-uUAz2yFzHf .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 14px;
}
.cid-uUAz2yFzHf .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-uUAz2yFzHf .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uUAz2yFzHf .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-top: 24px;
}
.cid-uUAz2yFzHf .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-uUAz2yFzHf .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-uUAz2yFzHf .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUAz2yFzHf .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-uUAz2yFzHf .mbr-label,
.cid-uUAz2yFzHf .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAz2yFzHf .mbr-section-title,
.cid-uUAz2yFzHf .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAz2yFzHf .mbr-text,
.cid-uUAz2yFzHf .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uUAz2yFzHf .item-title {
  color: #000000;
}
.cid-uUAz2yFzHf .item-price {
  color: #000000;
}
.cid-uUAz2yFzHf .item-text {
  color: #515151;
}
.cid-uUAz2yFzHf .list {
  color: #515151;
}
.cid-v7apblFRW5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7apblFRW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7apblFRW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7apblFRW5 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7apblFRW5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7apblFRW5 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7apblFRW5 .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-v7apblFRW5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7apblFRW5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7apblFRW5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7apblFRW5 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7apblFRW5 .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v7apblFRW5 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7apblFRW5 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7apblFRW5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7apblFRW5 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v7apblFRW5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v7apblFRW5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v7apblFRW5 .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v7apblFRW5 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v7apblFRW5 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v7apblFRW5 .mbr-label,
.cid-v7apblFRW5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7apblFRW5 .mbr-section-title,
.cid-v7apblFRW5 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7apblFRW5 .mbr-text,
.cid-v7apblFRW5 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7apblFRW5 .panel-title-edit {
  color: #000000;
}
.cid-v7apblFRW5 .panel-text {
  color: #515151;
}
.cid-v7BMTeXPMR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7BMTeXPMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7BMTeXPMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7BMTeXPMR .content-wrapper .card-wrapper {
  border: 1px solid #353535;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v7BMTeXPMR .content-wrapper .card-wrapper {
    padding: 20px;
  }
}
.cid-v7BMTeXPMR .content-wrapper .card-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7BMTeXPMR .content-wrapper .card-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v7BMTeXPMR .content-wrapper .card-wrapper img {
    height: 300px;
  }
}
.cid-v7atB7fKNN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-v7atB7fKNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7atB7fKNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7atB7fKNN .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7atB7fKNN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7atB7fKNN .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7atB7fKNN .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-v7atB7fKNN .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7atB7fKNN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7atB7fKNN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7atB7fKNN .card-wrapper {
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7atB7fKNN .card-wrapper {
    padding: 24px;
  }
}
.cid-v7atB7fKNN .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v7atB7fKNN .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7atB7fKNN .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7atB7fKNN .mbr-label,
.cid-v7atB7fKNN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7atB7fKNN .mbr-section-title,
.cid-v7atB7fKNN .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7atB7fKNN .mbr-text,
.cid-v7atB7fKNN .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7atB7fKNN .item-text {
  color: #000000;
}
.cid-v7atB7fKNN .item-text,
.cid-v7atB7fKNN .mbr-section-btn {
  text-align: left;
}
.cid-v7jKJ0J1Z1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jKJ0J1Z1 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:hover::before,
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8e8e8;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7jKJ0J1Z1 .list {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-text {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-copy {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-section-title,
.cid-v7jKJ0J1Z1 .mbr-section-btn {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .list,
.cid-v7jKJ0J1Z1 .item-wrap,
.cid-v7jKJ0J1Z1 .social-wrapper,
.cid-v7jKJ0J1Z1 .nav-wrapper {
  color: #000000;
}
.cid-v7jN0QJs8F {
  z-index: 1000;
  width: 100%;
}
.cid-v7jN0QJs8F nav.navbar {
  position: fixed;
}
.cid-v7jN0QJs8F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7jN0QJs8F .dropdown-item {
  border: none !important;
  background: #6095ae !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .dropdown-item:hover,
.cid-v7jN0QJs8F .dropdown-item:focus {
  background: #6095ae !important;
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item:hover span {
  color: white;
}
.cid-v7jN0QJs8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7jN0QJs8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7jN0QJs8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7jN0QJs8F .nav-link {
  position: relative;
}
.cid-v7jN0QJs8F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .container {
    flex-wrap: nowrap;
  }
}
.cid-v7jN0QJs8F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7jN0QJs8F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7jN0QJs8F .dropdown-menu,
.cid-v7jN0QJs8F .navbar.opened {
  background: #6095ae !important;
}
.cid-v7jN0QJs8F .nav-item:focus,
.cid-v7jN0QJs8F .nav-link:focus {
  outline: none;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7jN0QJs8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7jN0QJs8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7jN0QJs8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7jN0QJs8F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(96, 149, 174, 0.4);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7jN0QJs8F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7jN0QJs8F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-v7jN0QJs8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7jN0QJs8F .navbar.collapsed {
  justify-content: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7jN0QJs8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7jN0QJs8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7jN0QJs8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7jN0QJs8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7jN0QJs8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7jN0QJs8F .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-v7jN0QJs8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7jN0QJs8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7jN0QJs8F .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #515151 inset;
  }
  .cid-v7jN0QJs8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7jN0QJs8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7jN0QJs8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7jN0QJs8F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7jN0QJs8F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7jN0QJs8F .dropdown-item.active,
.cid-v7jN0QJs8F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7jN0QJs8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7jN0QJs8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6095ae;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7jN0QJs8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7jN0QJs8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7jN0QJs8F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7jN0QJs8F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7jN0QJs8F .navbar-buttons {
    text-align: left;
  }
}
.cid-v7jN0QJs8F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v7jN0QJs8F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7jN0QJs8F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #6095ae !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7jN0QJs8F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7jN0QJs8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7jN0QJs8F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7jN0QJs8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7jN0QJs8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7jN0QJs8F .navbar {
    height: 70px;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    height: auto;
  }
  .cid-v7jN0QJs8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7jN0QJs8F .navbar-nav {
  margin: 0 auto;
}
.cid-v7jN0QJs8F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7jN0QJs8F .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v7jN0QJs8F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #515151 inset;
}
.cid-v7jN0QJs8F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7jN0QJs8F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7jN0QJs8F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7jN0QJs8F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7jN0QJs8F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7jN0QJs8F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7jN0QJs8F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7jN0QJs8F .content-wrap {
  min-height: 110px;
}
.cid-v860Z86Awb {
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/office.webp");
}
.cid-v860Z86Awb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v860Z86Awb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v860Z86Awb .row {
  justify-content: center;
}
.cid-v860Z86Awb .card {
  justify-content: flex-end;
}
.cid-v860Z86Awb .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v860Z86Awb .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v860Z86Awb .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v860Z86Awb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v860Z86Awb .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v860Z86Awb .border-wrapper {
    margin-top: 30px;
  }
}
.cid-v860Z86Awb .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v860Z86Awb .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-v860Z86Awb .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v860Z86Awb .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v860Z86Awb .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-v860Z86Awb .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v860Z86Awb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v860Z86Awb .mbr-text,
.cid-v860Z86Awb .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v860Z86Awb .mbr-desc {
  color: #ffffff;
}
.cid-v860Z86Awb .mbr-desc,
.cid-v860Z86Awb .mbr-section-btn {
  color: #fefedb;
}
.cid-v8668S8M0G {
  padding-top: 5rem;
  background-color: #f5f5f5;
}
.cid-v8668S8M0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8668S8M0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8668S8M0G .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-v8668S8M0G .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8668S8M0G .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8668S8M0G .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v8668S8M0G .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v8668S8M0G .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v8668S8M0G .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8668S8M0G .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8668S8M0G .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8668S8M0G .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8668S8M0G .items-wrapper {
  margin: 0 -10px;
}
.cid-v8668S8M0G .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 100px;
}
.cid-v8668S8M0G .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8668S8M0G .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v8668S8M0G .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8668S8M0G .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v8668S8M0G .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 20px;
  }
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 8px;
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  margin-bottom: 20px;
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 20px;
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: #059669;
  display: inline-flex;
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .item-img {
    height: 320px;
  }
}
.cid-v8668S8M0G .items-wrapper .item .item-wrapper .item-content .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v8668S8M0G .mbr-label,
.cid-v8668S8M0G .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v8668S8M0G .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v8668S8M0G .mbr-text,
.cid-v8668S8M0G .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v8668S8M0G .item-title {
  color: #0f172a;
}
.cid-v8668S8M0G .item-desc {
  color: #0f172a;
}
.cid-v8668S8M0G .item-text {
  color: #475569;
}
.cid-v8668S8M0G .list {
  color: #475569;
}
.cid-v867SutHJn {
  padding-top: 1rem;
  background-color: #f5f5f5;
}
.cid-v867SutHJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v867SutHJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v867SutHJn .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.cid-v867SutHJn .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v867SutHJn .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v867SutHJn .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #c55200;
}
.cid-v867SutHJn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v867SutHJn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v867SutHJn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v867SutHJn .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v867SutHJn .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v867SutHJn .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v867SutHJn .mbr-text,
.cid-v867SutHJn .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v867SutHJn .mbr-section-btn,
.cid-v867SutHJn .mbr-section-title,
.cid-v867SutHJn .icon-wrapper {
  text-align: center;
}
.cid-v86aswfn4S {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v86aswfn4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86aswfn4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86aswfn4S .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v86aswfn4S .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v86aswfn4S .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v86aswfn4S .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v86aswfn4S .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v86aswfn4S .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v86aswfn4S .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v86aswfn4S .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-v86aswfn4S .mbr-label,
.cid-v86aswfn4S .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86aswfn4S .mbr-section-title {
  color: #000000;
}
.cid-v86aswfn4S .mbr-text,
.cid-v86aswfn4S .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-v86aswfn4S .mbr-section-title,
.cid-v86aswfn4S .mbr-section-btn {
  text-align: center;
}
.cid-v869aUXrKw {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v869aUXrKw .mbr-text {
  color: #121212;
}
.cid-v869aUXrKw img {
  border-radius: 50%;
}
.cid-v869aUXrKw .card-number {
  font-size: 150px !important;
  font-weight: 100 !important;
  color: #000000;
}
.cid-v869aUXrKw .card-box .awesome {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.cid-v869aUXrKw .card-box .awesome:after {
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin-top: 5px;
}
.cid-v869aUXrKw .card-box .awesome:hover:after,
.cid-v869aUXrKw .card-box .awesome:focus:after {
  width: 0%;
}
.cid-v869aUXrKw .upline {
  padding-left: 55px;
  position: relative;
  display: inline-block;
}
.cid-v869aUXrKw .upline .line {
  background-color: #000000;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 34px;
}
@media (max-width: 576px) {
  .cid-v869aUXrKw .card-box {
    text-align: center;
  }
  .cid-v869aUXrKw .card-number {
    font-size: 100px !important;
  }
}
@media (max-width: 768px) {
  .cid-v869aUXrKw .upline {
    padding-left: 0;
  }
  .cid-v869aUXrKw .upline .line {
    display: none;
  }
  .cid-v869aUXrKw .awesome {
    text-align: center !important;
  }
}
.cid-v869aUXrKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v869aUXrKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v869aUXrKw .title {
  text-align: center;
}
.cid-v86rUcEdW5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v86rUcEdW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86rUcEdW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86rUcEdW5 .content-wrapper .card-wrapper {
  border: 1px solid #ffffff;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v86rUcEdW5 .content-wrapper .card-wrapper {
    padding: 20px;
  }
}
.cid-v86rUcEdW5 .content-wrapper .card-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v86rUcEdW5 .content-wrapper .card-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v86rUcEdW5 .content-wrapper .card-wrapper img {
    height: 300px;
  }
}
.cid-v86cSIP4h6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v86cSIP4h6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86cSIP4h6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86cSIP4h6 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v86cSIP4h6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v86cSIP4h6 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v86cSIP4h6 .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-v86cSIP4h6 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v86cSIP4h6 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v86cSIP4h6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v86cSIP4h6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v86cSIP4h6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v86cSIP4h6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v86cSIP4h6 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v86cSIP4h6 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v86cSIP4h6 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v86cSIP4h6 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v86cSIP4h6 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v86cSIP4h6 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v86cSIP4h6 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v86cSIP4h6 .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v86cSIP4h6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v86cSIP4h6 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v86cSIP4h6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v86cSIP4h6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v86cSIP4h6 .mbr-label,
.cid-v86cSIP4h6 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86cSIP4h6 .mbr-section-title,
.cid-v86cSIP4h6 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86cSIP4h6 .mbr-text,
.cid-v86cSIP4h6 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v86cSIP4h6 .item-title {
  color: #000000;
}
.cid-v86cSIP4h6 .item-text {
  color: #515151;
}
.cid-v86hnisnoA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v86hnisnoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86hnisnoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86hnisnoA .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v86hnisnoA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v86hnisnoA .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v86hnisnoA .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-v86hnisnoA .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v86hnisnoA .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v86hnisnoA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v86hnisnoA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v86hnisnoA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v86hnisnoA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v86hnisnoA .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v86hnisnoA .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v86hnisnoA .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v86hnisnoA .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v86hnisnoA .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v86hnisnoA .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v86hnisnoA .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v86hnisnoA .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-v86hnisnoA .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-v86hnisnoA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v86hnisnoA .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v86hnisnoA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v86hnisnoA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v86hnisnoA .mbr-label,
.cid-v86hnisnoA .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86hnisnoA .mbr-section-title,
.cid-v86hnisnoA .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86hnisnoA .mbr-text,
.cid-v86hnisnoA .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v86hnisnoA .item-title {
  color: #000000;
}
.cid-v86hnisnoA .item-text {
  color: #515151;
}
.cid-v86kErywJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v86kErywJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86kErywJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86kErywJ3 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v86kErywJ3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v86kErywJ3 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v86kErywJ3 .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-v86kErywJ3 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v86kErywJ3 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v86kErywJ3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v86kErywJ3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v86kErywJ3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v86kErywJ3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v86kErywJ3 .items-wrapper {
  margin: 0;
  justify-content: center;
}
.cid-v86kErywJ3 .items-wrapper .item {
  padding: 0;
  margin-bottom: 24px;
}
.cid-v86kErywJ3 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-v86kErywJ3 .items-wrapper .item .item-wrapper {
  height: 100%;
  border-right: 2px solid #e8e8e8;
  padding: 0 30px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v86kErywJ3 .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 0 24px;
  }
}
.cid-v86kErywJ3 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-v86kErywJ3 .items-wrapper .item .item-wrapper .item-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v86kErywJ3 .mbr-label,
.cid-v86kErywJ3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86kErywJ3 .mbr-section-title,
.cid-v86kErywJ3 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86kErywJ3 .mbr-text,
.cid-v86kErywJ3 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v86kErywJ3 .item-title {
  color: #515151;
  text-align: center;
}
.cid-v86kErywJ3 .item-number {
  color: #000000;
  text-align: center;
}
.cid-v86rLLSKiu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/office.webp");
}
.cid-v86rLLSKiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86rLLSKiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86rLLSKiu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v86rLLSKiu .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-v86rLLSKiu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v86rLLSKiu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v86rLLSKiu .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v86rLLSKiu .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-v86rLLSKiu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v86rLLSKiu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 40%);
  }
}
.cid-v86rLLSKiu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v86rLLSKiu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v86rLLSKiu .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v86rLLSKiu .mbr-label,
.cid-v86rLLSKiu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86rLLSKiu .mbr-section-title {
  color: #000000;
}
.cid-v86rLLSKiu .mbr-text,
.cid-v86rLLSKiu .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v86rLLSKiu .mbr-section-title,
.cid-v86rLLSKiu .title-wrapper,
.cid-v86rLLSKiu .mbr-section-btn,
.cid-v86rLLSKiu .logo-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-v86leVDRoW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v86leVDRoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86leVDRoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86leVDRoW .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v86leVDRoW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v86leVDRoW .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v86leVDRoW .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-v86leVDRoW .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v86leVDRoW .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v86leVDRoW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v86leVDRoW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v86leVDRoW .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v86leVDRoW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v86leVDRoW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v86leVDRoW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v86leVDRoW .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v86leVDRoW .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v86leVDRoW .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v86leVDRoW .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v86leVDRoW .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v86leVDRoW .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v86leVDRoW .mbr-label,
.cid-v86leVDRoW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86leVDRoW .mbr-section-title,
.cid-v86leVDRoW .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86leVDRoW .mbr-text,
.cid-v86leVDRoW .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v86leVDRoW .panel-title-edit {
  color: #000000;
}
.cid-v86leVDRoW .panel-text {
  color: #515151;
}
.cid-v86lUCbORJ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v86lUCbORJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86lUCbORJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86lUCbORJ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v86lUCbORJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v86lUCbORJ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v86lUCbORJ .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-v86lUCbORJ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v86lUCbORJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v86lUCbORJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v86lUCbORJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v86lUCbORJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v86lUCbORJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v86lUCbORJ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v86lUCbORJ .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v86lUCbORJ .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-v86lUCbORJ .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v86lUCbORJ .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-v86lUCbORJ .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v86lUCbORJ .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v86lUCbORJ .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v86lUCbORJ .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v86lUCbORJ .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-v86lUCbORJ .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v86lUCbORJ .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v86lUCbORJ .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-v86lUCbORJ .mbr-label,
.cid-v86lUCbORJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86lUCbORJ .mbr-section-title,
.cid-v86lUCbORJ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v86lUCbORJ .mbr-text,
.cid-v86lUCbORJ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v86lUCbORJ .item-text {
  color: #000000;
}
.cid-v86lUCbORJ .item-text,
.cid-v86lUCbORJ .mbr-section-btn {
  text-align: center;
}
.cid-v7jKJ0J1Z1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jKJ0J1Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7jKJ0J1Z1 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:hover::before,
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8e8e8;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v7jKJ0J1Z1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #251e78;
  transition: all .3s ease;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7jKJ0J1Z1 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7jKJ0J1Z1 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7jKJ0J1Z1 .list {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-v7jKJ0J1Z1 .mbr-text {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-copy {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .mbr-section-title,
.cid-v7jKJ0J1Z1 .mbr-section-btn {
  color: #000000;
}
.cid-v7jKJ0J1Z1 .list,
.cid-v7jKJ0J1Z1 .item-wrap,
.cid-v7jKJ0J1Z1 .social-wrapper,
.cid-v7jKJ0J1Z1 .nav-wrapper {
  color: #000000;
}
