.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 5.2rem;
  line-height: .8;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3.625rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.53125rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
.bg-primary {
  background-color: #4656ef !important;
}
.bg-success {
  background-color: #9fb9fa !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ef8d7b !important;
}
.bg-danger {
  background-color: #953864 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4656ef !important;
  border-color: #4656ef !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7581f3 !important;
  border-color: #7581f3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7581f3 !important;
  border-color: #7581f3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #52f4aa !important;
  border-color: #52f4aa !important;
  color: #044326 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #82f7c2 !important;
  border-color: #82f7c2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #044326 !important;
  background-color: #82f7c2 !important;
  border-color: #82f7c2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9fb9fa !important;
  border-color: #9fb9fa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cfdcfd !important;
  border-color: #cfdcfd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cfdcfd !important;
  border-color: #cfdcfd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ef8d7b !important;
  border-color: #ef8d7b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5b4a8 !important;
  border-color: #f5b4a8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5b4a8 !important;
  border-color: #f5b4a8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #953864 !important;
  border-color: #953864 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ba467d !important;
  border-color: #ba467d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ba467d !important;
  border-color: #ba467d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4656ef;
  color: #4656ef;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1223cd !important;
  background-color: transparent !important;
  border-color: #1223cd !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4656ef !important;
  border-color: #4656ef !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #52f4aa;
  color: #52f4aa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0ee181 !important;
  background-color: transparent !important;
  border-color: #0ee181 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #044326 !important;
  background-color: #52f4aa !important;
  border-color: #52f4aa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9fb9fa;
  color: #9fb9fa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4d7df6 !important;
  background-color: transparent !important;
  border-color: #4d7df6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9fb9fa !important;
  border-color: #9fb9fa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ef8d7b;
  color: #ef8d7b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e64a2e !important;
  background-color: transparent !important;
  border-color: #e64a2e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ef8d7b !important;
  border-color: #ef8d7b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #953864;
  color: #953864;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #56203a !important;
  background-color: transparent !important;
  border-color: #56203a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #953864 !important;
  border-color: #953864 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4656ef !important;
}
.text-secondary {
  color: #52f4aa !important;
}
.text-success {
  color: #9fb9fa !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ef8d7b !important;
}
.text-danger {
  color: #953864 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1021bf !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0dd379 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e72f5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e43e20 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4b1c32 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4656ef;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ef8d7b;
}
.alert-danger {
  background-color: #953864;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4656ef;
  border-color: #4656ef;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4656ef;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cf7ea4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #4656ef !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4656ef;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4656ef;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4656ef;
}
.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: #4656ef;
  border-bottom-color: #4656ef;
}
.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: #4656ef !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #52f4aa !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='%234656ef' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 16px 20px;
  box-shadow: none;
  border-width: 1px;
  border-radius: 10rem !important;
  font-weight: 500 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
img {
  border-radius: 2rem !important;
}
.cid-v59bCsT9li {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v59bCsT9li nav.navbar {
  position: fixed;
}
.cid-v59bCsT9li .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-v59bCsT9li .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v59bCsT9li .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v59bCsT9li .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-v59bCsT9li .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v59bCsT9li .dropdown-item {
  border: none !important;
  background: #cddbfe !important;
}
.cid-v59bCsT9li .dropdown-item:hover,
.cid-v59bCsT9li .dropdown-item:focus {
  background: #cddbfe !important;
  color: #000000 !important;
}
.cid-v59bCsT9li .dropdown-item:hover span {
  color: white;
}
.cid-v59bCsT9li .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v59bCsT9li .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v59bCsT9li .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v59bCsT9li .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v59bCsT9li .nav-link {
  position: relative;
}
.cid-v59bCsT9li .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v59bCsT9li .container {
    flex-wrap: nowrap;
  }
}
.cid-v59bCsT9li .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v59bCsT9li .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v59bCsT9li .dropdown-menu,
.cid-v59bCsT9li .navbar.opened {
  background: #cddbfe !important;
}
.cid-v59bCsT9li .nav-item:focus,
.cid-v59bCsT9li .nav-link:focus {
  outline: none;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v59bCsT9li .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v59bCsT9li .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v59bCsT9li .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cddbfe;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v59bCsT9li .navbar.opened {
  transition: all 0.3s;
}
.cid-v59bCsT9li .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v59bCsT9li .navbar .navbar-logo img {
  width: auto;
}
.cid-v59bCsT9li .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v59bCsT9li .navbar.collapsed {
  justify-content: center;
}
.cid-v59bCsT9li .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v59bCsT9li .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v59bCsT9li .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v59bCsT9li .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v59bCsT9li .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v59bCsT9li .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-v59bCsT9li .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v59bCsT9li .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v59bCsT9li .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v59bCsT9li .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v59bCsT9li .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v59bCsT9li .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v59bCsT9li .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v59bCsT9li .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-v59bCsT9li .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v59bCsT9li .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v59bCsT9li .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v59bCsT9li .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v59bCsT9li .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v59bCsT9li .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v59bCsT9li .navbar.navbar-short {
  min-height: 96px;
}
.cid-v59bCsT9li .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v59bCsT9li .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-v59bCsT9li .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v59bCsT9li .navbar-brand .navbar-caption:hover,
.cid-v59bCsT9li .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v59bCsT9li .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v59bCsT9li .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v59bCsT9li .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v59bCsT9li .dropdown-item.active,
.cid-v59bCsT9li .dropdown-item:active {
  background-color: transparent;
}
.cid-v59bCsT9li .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v59bCsT9li .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v59bCsT9li .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v59bCsT9li .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cddbfe;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v59bCsT9li .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v59bCsT9li .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v59bCsT9li .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v59bCsT9li ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v59bCsT9li ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v59bCsT9li .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v59bCsT9li .navbar-buttons {
    text-align: left;
  }
}
.cid-v59bCsT9li .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v59bCsT9li .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v59bCsT9li 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: #cddbfe !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59bCsT9li .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v59bCsT9li a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v59bCsT9li .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-v59bCsT9li .navbar {
    height: 70px;
  }
  .cid-v59bCsT9li .navbar.opened {
    height: auto;
  }
  .cid-v59bCsT9li .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v59bCsT9li .navbar-nav {
  margin: 0;
}
.cid-v59bCsT9li .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v59bCsT9li .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v59bCsT9li .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v59bCsT9li .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-v59bCsT9li .nav-item .nav-link:hover,
.cid-v59bCsT9li .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v59bCsT9li .nav-item .nav-link:hover::after,
.cid-v59bCsT9li .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v59bCsT9li .nav-item .nav-link:hover::before,
.cid-v59bCsT9li .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v59bCsT9li .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v59bCsT9li .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v59bCsT9li .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v59bCsT9li .navbar {
    justify-content: flex-start !important;
  }
  .cid-v59bCsT9li .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v59bCsT9li .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v59bCsT9li .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v59bCsT9li .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v59bCsT9li .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v59bCsT9li .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v59bCsT9li .content-wrap {
  min-height: 110px;
}
.cid-v5qkejcSRT {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-v5qkejcSRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qkejcSRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qkejcSRT .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-v5qkejcSRT .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
}
.cid-v5qkejcSRT .decoration-wrapper .decor_1 {
  background-color: #232b45;
  top: 0;
}
.cid-v5qkejcSRT .decoration-wrapper .decor_2 {
  background-color: #232b45;
  top: 70px;
}
.cid-v5qkejcSRT .decoration-wrapper .decor_3 {
  background-color: #232b45;
  top: 120px;
}
.cid-v5qkejcSRT .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #232b45;
  border: 2px solid #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5qkejcSRT .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-v5qkejcSRT .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #ffffff;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5qkejcSRT .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-v5qkejcSRT .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5qkejcSRT .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5qkejcSRT .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v5qkejcSRT .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qkejcSRT .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-v5qkejcSRT .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #232b45;
  border-bottom: none;
  box-shadow: 0 18px 0 #232b45;
  background-color: #232b45;
}
@media (max-width: 1440px) {
  .cid-v5qkejcSRT .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v5qkejcSRT .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-v5qkejcSRT .image-wrapper img {
    height: 300px;
  }
}
.cid-v5qkejcSRT .mbr-label,
.cid-v5qkejcSRT .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qkejcSRT .mbr-section-title {
  color: #fffaf0;
}
.cid-v5qkejcSRT .mbr-text,
.cid-v5qkejcSRT .text-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-v5qkejcSRT .mbr-section-title,
.cid-v5qkejcSRT .title-wrapper,
.cid-v5qkejcSRT .mbr-section-btn {
  text-align: center;
}
.cid-tWjD822Spo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWjD822Spo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjD822Spo .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-tWjD822Spo .container {
    padding: 0 15px;
  }
}
.cid-tWjD822Spo .row {
  justify-content: center;
}
.cid-tWjD822Spo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWjD822Spo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tWjD822Spo .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-tWjD822Spo .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWjD822Spo .subtitle-wrapper {
    padding: 0;
  }
}
.cid-tWjD822Spo .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWjD822Spo .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tWjD822Spo .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tWjD822Spo .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-tWjD822Spo .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-tWjD822Spo .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tWjD822Spo .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-tWjD822Spo .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-tWjD822Spo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWjD822Spo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWjD822Spo .list {
  color: #ffffff;
}
.cid-tWjD822Spo .list,
.cid-tWjD822Spo .item-wrap {
  color: #510529;
}
.cid-tW7QCXFjo8 {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #232b45);
}
@media (min-width: 768px) {
  .cid-tW7QCXFjo8 {
    align-items: flex-start;
  }
  .cid-tW7QCXFjo8 .row {
    justify-content: center;
  }
}
.cid-tW7QCXFjo8 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tW7QCXFjo8 .mbr-text,
.cid-tW7QCXFjo8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tW7QCXFjo8 .mbr-section-title,
.cid-tW7QCXFjo8 .line {
  color: #232323;
}
.cid-tW7QCXFjo8 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tW7QCXFjo8 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tW7QCXFjo8 .mbr-section-subtitle,
.cid-tW7QCXFjo8 .align {
  text-align: left;
  color: #232323;
}
.cid-tW7QCXFjo8 .mbr-text2 {
  color: #808080;
}
.cid-v5qmnXGHfj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-v5qmnXGHfj .item {
  position: relative;
}
.cid-v5qmnXGHfj .item .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #ebfff5 10%, #eeeeee 50%, #eeeef4 100%);
  filter: blur(1rem);
}
.cid-v5qmnXGHfj .item .gradient-wrap::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eeeef4;
  filter: blur(1rem);
}
.cid-v5qmnXGHfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qmnXGHfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qmnXGHfj .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
  z-index: 1;
}
.cid-v5qmnXGHfj .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #232b45;
}
.cid-v5qmnXGHfj .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qmnXGHfj .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qmnXGHfj .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qmnXGHfj .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qmnXGHfj .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qmnXGHfj .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qmnXGHfj .decoration_1 {
    left: -380px;
  }
}
.cid-v5qmnXGHfj .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qmnXGHfj .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qmnXGHfj .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qmnXGHfj .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qmnXGHfj .decoration_2 {
    right: -380px;
  }
}
.cid-v5qmnXGHfj .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-v5qmnXGHfj .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v5qmnXGHfj .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v5qmnXGHfj .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5qmnXGHfj .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5qmnXGHfj .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v5qmnXGHfj .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5qmnXGHfj .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v5qmnXGHfj .mbr-section-title {
  color: #181824;
}
.cid-v5qmnXGHfj .mbr-text,
.cid-v5qmnXGHfj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5qmnXGHfj .mbr-section-title,
.cid-v5qmnXGHfj .mbr-section-btn,
.cid-v5qmnXGHfj .icon-wrapper {
  text-align: center;
}
.cid-tW7QR77LR4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171827;
}
.cid-tW7QR77LR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW7QR77LR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW7QR77LR4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tW7QR77LR4 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tW7QR77LR4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tW7QR77LR4 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tW7QR77LR4 .container {
    padding: 0 12px;
  }
}
.cid-tW7QR77LR4 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tW7QR77LR4 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-tW7QR77LR4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-tW7QR77LR4 .title-wrapper .title-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-tW7QR77LR4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tW7QR77LR4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-tW7QR77LR4 .items-wrapper {
    display: block;
  }
}
.cid-tW7QR77LR4 .items-wrapper .item {
  background-color: #eeeeee;
  border-radius: 32px !important;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-tW7QR77LR4 .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tW7QR77LR4 .items-wrapper .item {
    padding: 24px;
    margin-bottom: 1rem;
  }
}
.cid-tW7QR77LR4 .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-tW7QR77LR4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-tW7QR77LR4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .5em;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}
.cid-tW7QR77LR4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ba678e;
  opacity: .85;
}
.cid-tW7QR77LR4 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  color: #1d1d1f;
  font-size: 32px;
  position: relative;
  z-index: 1;
}
.cid-tW7QR77LR4 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-tW7QR77LR4 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-tW7QR77LR4 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-tW7QR77LR4 .mbr-section-title {
  color: #1D1D1F;
}
.cid-tW7QR77LR4 .mbr-text {
  color: #1D1D1F;
}
.cid-tW7QR77LR4 .item-title {
  color: #1D1D1F;
}
.cid-tW7QR77LR4 .item-text {
  color: #1D1D1F;
}
.cid-tW7QR77LR4 .item-title,
.cid-tW7QR77LR4 .icon-wrapper {
  text-align: center;
}
.cid-tW7TFxD87T {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232b45;
}
@media (min-width: 768px) {
  .cid-tW7TFxD87T {
    align-items: center;
  }
  .cid-tW7TFxD87T .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tW7TFxD87T .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tW7TFxD87T {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tW7TFxD87T .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tW7TFxD87T .content-wrap {
    width: 100%;
  }
}
.cid-tW7TFxD87T .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tW7TFxD87T .mbr-text,
.cid-tW7TFxD87T .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v59gDrse89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v59gDrse89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59gDrse89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v59gDrse89 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v59gDrse89 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v59gDrse89 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v59gDrse89 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v59gDrse89 .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-v59gDrse89 .panel-group .card:hover {
  background-color: #212124;
}
.cid-v59gDrse89 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v59gDrse89 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v59gDrse89 .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v59gDrse89 .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-v59gDrse89 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v59gDrse89 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #1d1d1f;
}
.cid-v59gDrse89 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v59gDrse89 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #212124;
  padding-bottom: 8px;
}
.cid-v59gDrse89 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v59gDrse89 .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v59gDrse89 .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-v59gDrse89 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v59gDrse89 .panel-group .card .collapse.show .panel-body {
  background-color: #212124;
}
.cid-v59gDrse89 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v59gDrse89 .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v59gDrse89 .panel-title-edit {
  color: #000000;
}
.cid-v59gDrse89 .panel-text {
  color: #808080;
}
.cid-tW7TJ4lMcL {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tW7TJ4lMcL {
    align-items: center;
  }
  .cid-tW7TJ4lMcL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tW7TJ4lMcL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tW7TJ4lMcL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tW7TJ4lMcL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tW7TJ4lMcL .content-wrap {
    width: 100%;
  }
}
.cid-tW7TJ4lMcL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tW7TJ4lMcL .mbr-text,
.cid-tW7TJ4lMcL .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5qnp8ae9P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
  position: relative;
  overflow: hidden;
}
.cid-v5qnp8ae9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qnp8ae9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qnp8ae9P .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v5qnp8ae9P .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v5qnp8ae9P .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qnp8ae9P .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qnp8ae9P .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qnp8ae9P .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qnp8ae9P .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qnp8ae9P .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qnp8ae9P .decoration_1 {
    left: -380px;
  }
}
.cid-v5qnp8ae9P .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qnp8ae9P .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qnp8ae9P .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qnp8ae9P .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qnp8ae9P .decoration_2 {
    right: -380px;
  }
}
.cid-v5qnp8ae9P .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-v5qnp8ae9P .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5qnp8ae9P .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5qnp8ae9P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qnp8ae9P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qnp8ae9P .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5qnp8ae9P .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v5qnp8ae9P .content-wrapper .image-wrapper {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v5qnp8ae9P .content-wrapper .image-wrapper {
    padding: 6px;
    margin-top: 24px;
  }
}
.cid-v5qnp8ae9P .content-wrapper .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5qnp8ae9P .content-wrapper .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v5qnp8ae9P .content-wrapper .image-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5qnp8ae9P .content-wrapper .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v5qnp8ae9P .content-wrapper .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v5qnp8ae9P .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v5qnp8ae9P .mbr-section-title {
  color: #181824;
}
.cid-v5qnp8ae9P .mbr-text,
.cid-v5qnp8ae9P .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-v5qnp8ae9P .mbr-section-title,
.cid-v5qnp8ae9P .mbr-section-btn,
.cid-v5qnp8ae9P .icon-wrapper {
  text-align: center;
}
.cid-v5qnp8ae9P .mbr-section-title,
.cid-v5qnp8ae9P .mbr-section-btn {
  color: #ffffff;
}
.cid-v5qnp8ae9P .mbr-text {
  color: #ffffff;
}
.cid-v59iLfEul5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v59iLfEul5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59iLfEul5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v59iLfEul5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v59iLfEul5 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v59iLfEul5 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v59iLfEul5 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v59iLfEul5 .container {
    padding: 0 12px;
  }
}
.cid-v59iLfEul5 .row {
  justify-content: center;
}
.cid-v59iLfEul5 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v59iLfEul5 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-v59iLfEul5 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-v59iLfEul5 .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-v59iLfEul5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-v59iLfEul5 .items-wrapper {
    display: block;
  }
}
.cid-v59iLfEul5 .items-wrapper .item {
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-v59iLfEul5 .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v59iLfEul5 .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-v59iLfEul5 .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-v59iLfEul5 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v59iLfEul5 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v59iLfEul5 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-v59iLfEul5 .mbr-section-title {
  color: #ffffff;
}
.cid-v59iLfEul5 .item-title {
  color: #000000;
}
.cid-v59iLfEul5 .item-text {
  color: #ffffff;
}
.cid-v59O9WLzqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-v59O9WLzqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59O9WLzqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v59O9WLzqm .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v59O9WLzqm .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v59O9WLzqm .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #232b45;
  margin-bottom: 15px;
}
.cid-v59O9WLzqm .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v59O9WLzqm .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v59O9WLzqm .cards {
  margin: 0 -10px;
}
.cid-v59O9WLzqm .cards .card {
  padding: 0 10px;
}
.cid-v59O9WLzqm .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v59O9WLzqm .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-v59O9WLzqm .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v59O9WLzqm .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-v59O9WLzqm .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-v59O9WLzqm .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v59O9WLzqm .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v59O9WLzqm .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v59O9WLzqm .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v59O9WLzqm .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-v59O9WLzqm .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-v59O9WLzqm .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #232b45;
}
@media (max-width: 992px) {
  .cid-v59O9WLzqm .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-v59O9WLzqm .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v59O9WLzqm .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v59O9WLzqm .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-v59O9WLzqm .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-v59O9WLzqm .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-v59O9WLzqm .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v59O9WLzqm .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v59O9WLzqm .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-v59O9WLzqm .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v59O9WLzqm .mbr-label {
  color: #000000;
}
.cid-v59O9WLzqm .mbr-section-title {
  color: #000000;
}
.cid-v59O9WLzqm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v59O9WLzqm .mbr-text {
  color: #ffffff;
}
.cid-v59O9WLzqm .card-title {
  color: #000000;
}
.cid-v59O9WLzqm .card-text {
  color: #000000;
}
.cid-v59O9WLzqm .mbr-label,
.cid-v59O9WLzqm .label-wrapper {
  color: #ffffff;
}
.cid-v59O9WLzqm .mbr-section-title,
.cid-v59O9WLzqm .title-wrapper {
  color: #f5f5f7;
}
.cid-v59O9WLzqm .card-title,
.cid-v59O9WLzqm .iconfont-wrapper,
.cid-v59O9WLzqm .mbr-section-btn {
  color: #f5f5f7;
}
.cid-v59O9WLzqm .card-text,
.cid-v59O9WLzqm .text-wrap {
  color: #ffffff;
}
.cid-v5qxyvqUNi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v5qxyvqUNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qxyvqUNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qxyvqUNi .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v5qxyvqUNi .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #232b45;
}
.cid-v5qxyvqUNi .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #232b45;
}
.cid-v5qxyvqUNi .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #232b45;
}
.cid-v5qxyvqUNi .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qxyvqUNi .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qxyvqUNi .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qxyvqUNi .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qxyvqUNi .decoration_1 {
    left: -380px;
  }
}
.cid-v5qxyvqUNi .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qxyvqUNi .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qxyvqUNi .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qxyvqUNi .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qxyvqUNi .decoration_2 {
    right: -380px;
  }
}
.cid-v5qxyvqUNi .content-wrapper {
  padding: 12px;
  border: 1px solid #232b45;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-v5qxyvqUNi .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-v5qxyvqUNi .content-wrapper {
    margin: 0 16px;
  }
}
.cid-v5qxyvqUNi .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #232b45;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5qxyvqUNi .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-v5qxyvqUNi .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #e0e0eb;
  border: 1px solid #232b45;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5qxyvqUNi .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-v5qxyvqUNi .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-v5qxyvqUNi .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-v5qxyvqUNi .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-v5qxyvqUNi .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-v5qxyvqUNi .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #232b45 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5qxyvqUNi .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-v5qxyvqUNi .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v5qxyvqUNi .mbr-section-title {
  color: #181824;
}
.cid-v5qxyvqUNi .mbr-text {
  color: #000000;
}
.cid-v5qAgWSTOA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qAgWSTOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qAgWSTOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qAgWSTOA .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5qAgWSTOA .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5qAgWSTOA .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #232b45;
  margin-bottom: 0;
}
.cid-v5qAgWSTOA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5qAgWSTOA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v5qAgWSTOA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v5qAgWSTOA .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v5qAgWSTOA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v5qAgWSTOA .mbr-label,
.cid-v5qAgWSTOA .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qAgWSTOA .mbr-section-title {
  color: #19171c;
}
.cid-v5qAgWSTOA .mbr-text,
.cid-v5qAgWSTOA .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v5qAgWSTOA .mbr-section-title,
.cid-v5qAgWSTOA .title-wrapper,
.cid-v5qAgWSTOA .mbr-section-btn {
  text-align: center;
}
.cid-tW8bqf4uGF {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-tW8bqf4uGF .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-tW8bqf4uGF .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-tW8bqf4uGF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tW8bqf4uGF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tW8bqf4uGF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tW8bqf4uGF .mbr-section-title {
  color: #000000;
}
.cid-tW7YhhvJjk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #d2e534;
}
.cid-tW7YhhvJjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW7YhhvJjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW7YhhvJjk .row {
  justify-content: space-between;
}
.cid-tW7YhhvJjk .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tW7YhhvJjk .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tW7YhhvJjk .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tW7YhhvJjk .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tW7YhhvJjk .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-tW7YhhvJjk .list li {
  margin-bottom: 25px;
}
.cid-tW7YhhvJjk .list li:last-child {
  margin-bottom: 0;
}
.cid-tW7YhhvJjk .mbr-desc {
  margin-bottom: 8px;
}
.cid-tW7YhhvJjk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tW7YhhvJjk .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tW7YhhvJjk .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-tW7YhhvJjk .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-tW7YhhvJjk .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tW7YhhvJjk .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tW7YhhvJjk .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tW7YhhvJjk .mbr-desc,
.cid-tW7YhhvJjk .mbr-iconfont {
  color: #ffffff;
}
.cid-tW7YhhvJjk .mbr-text,
.cid-tW7YhhvJjk .mbr-section-btn {
  color: #ffffff;
}
.cid-v59bCsT9li {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v59bCsT9li nav.navbar {
  position: fixed;
}
.cid-v59bCsT9li .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-v59bCsT9li .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v59bCsT9li .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v59bCsT9li .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-v59bCsT9li .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v59bCsT9li .dropdown-item {
  border: none !important;
  background: #cddbfe !important;
}
.cid-v59bCsT9li .dropdown-item:hover,
.cid-v59bCsT9li .dropdown-item:focus {
  background: #cddbfe !important;
  color: #000000 !important;
}
.cid-v59bCsT9li .dropdown-item:hover span {
  color: white;
}
.cid-v59bCsT9li .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v59bCsT9li .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v59bCsT9li .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v59bCsT9li .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v59bCsT9li .nav-link {
  position: relative;
}
.cid-v59bCsT9li .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v59bCsT9li .container {
    flex-wrap: nowrap;
  }
}
.cid-v59bCsT9li .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v59bCsT9li .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v59bCsT9li .dropdown-menu,
.cid-v59bCsT9li .navbar.opened {
  background: #cddbfe !important;
}
.cid-v59bCsT9li .nav-item:focus,
.cid-v59bCsT9li .nav-link:focus {
  outline: none;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v59bCsT9li .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v59bCsT9li .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v59bCsT9li .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cddbfe;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v59bCsT9li .navbar.opened {
  transition: all 0.3s;
}
.cid-v59bCsT9li .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v59bCsT9li .navbar .navbar-logo img {
  width: auto;
}
.cid-v59bCsT9li .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v59bCsT9li .navbar.collapsed {
  justify-content: center;
}
.cid-v59bCsT9li .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v59bCsT9li .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v59bCsT9li .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v59bCsT9li .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v59bCsT9li .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v59bCsT9li .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-v59bCsT9li .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v59bCsT9li .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v59bCsT9li .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v59bCsT9li .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v59bCsT9li .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v59bCsT9li .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v59bCsT9li .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v59bCsT9li .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-v59bCsT9li .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v59bCsT9li .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v59bCsT9li .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v59bCsT9li .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v59bCsT9li .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v59bCsT9li .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v59bCsT9li .navbar.navbar-short {
  min-height: 96px;
}
.cid-v59bCsT9li .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v59bCsT9li .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-v59bCsT9li .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v59bCsT9li .navbar-brand .navbar-caption:hover,
.cid-v59bCsT9li .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v59bCsT9li .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v59bCsT9li .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v59bCsT9li .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v59bCsT9li .dropdown-item.active,
.cid-v59bCsT9li .dropdown-item:active {
  background-color: transparent;
}
.cid-v59bCsT9li .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v59bCsT9li .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v59bCsT9li .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v59bCsT9li .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cddbfe;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v59bCsT9li .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v59bCsT9li .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v59bCsT9li .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v59bCsT9li ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v59bCsT9li ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v59bCsT9li .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v59bCsT9li .navbar-buttons {
    text-align: left;
  }
}
.cid-v59bCsT9li .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v59bCsT9li .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v59bCsT9li 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: #cddbfe !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59bCsT9li .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v59bCsT9li a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v59bCsT9li .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-v59bCsT9li .navbar {
    height: 70px;
  }
  .cid-v59bCsT9li .navbar.opened {
    height: auto;
  }
  .cid-v59bCsT9li .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v59bCsT9li .navbar-nav {
  margin: 0;
}
.cid-v59bCsT9li .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v59bCsT9li .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v59bCsT9li .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v59bCsT9li .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-v59bCsT9li .nav-item .nav-link:hover,
.cid-v59bCsT9li .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v59bCsT9li .nav-item .nav-link:hover::after,
.cid-v59bCsT9li .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v59bCsT9li .nav-item .nav-link:hover::before,
.cid-v59bCsT9li .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v59bCsT9li .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v59bCsT9li .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v59bCsT9li .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v59bCsT9li .navbar {
    justify-content: flex-start !important;
  }
  .cid-v59bCsT9li .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v59bCsT9li .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v59bCsT9li .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v59bCsT9li .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v59bCsT9li .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v59bCsT9li .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v59bCsT9li .content-wrap {
  min-height: 110px;
}
.cid-v5qIwon3ES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qIwon3ES .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIwon3ES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIwon3ES .content-wrapper {
  padding: 10px;
  border-top: 10px solid #f47451;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-v5qIwon3ES .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-v5qIwon3ES .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-v5qIwon3ES .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5qIwon3ES .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qIwon3ES .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qIwon3ES .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-v5qIwon3ES .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v5qIwon3ES .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5qIwon3ES .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5qIwon3ES .mbr-section-title {
  color: #000c3f;
}
.cid-v5qIwon3ES .mbr-text {
  color: #000c3f;
}
.cid-tW8Pp6McwO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #232b45;
}
.cid-tW8Pp6McwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW8Pp6McwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW8Pp6McwO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tW8Pp6McwO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tW8Pp6McwO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tW8Pp6McwO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tW8Pp6McwO .container {
    padding: 0 12px;
  }
}
.cid-tW8Pp6McwO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tW8Pp6McwO .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tW8Pp6McwO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tW8Pp6McwO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tW8Pp6McwO .mbr-section-title {
  color: #1D1D1F;
}
.cid-tW8Pp6McwO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tW8Pp6McwO .mbr-section-title,
.cid-tW8Pp6McwO .mbr-section-btn {
  text-align: center;
}
.cid-tW7Zi23GUU {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tW7Zi23GUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW7Zi23GUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW7Zi23GUU .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tW7Zi23GUU .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tW7Zi23GUU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tW7Zi23GUU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tW7Zi23GUU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tW7Zi23GUU .content-head {
  max-width: 800px;
}
.cid-tW7Zi23GUU .mbr-section-title {
  color: #000000;
}
.cid-tW7YhhvJjk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #d2e534;
}
.cid-tW7YhhvJjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW7YhhvJjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW7YhhvJjk .row {
  justify-content: space-between;
}
.cid-tW7YhhvJjk .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tW7YhhvJjk .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tW7YhhvJjk .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tW7YhhvJjk .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tW7YhhvJjk .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-tW7YhhvJjk .list li {
  margin-bottom: 25px;
}
.cid-tW7YhhvJjk .list li:last-child {
  margin-bottom: 0;
}
.cid-tW7YhhvJjk .mbr-desc {
  margin-bottom: 8px;
}
.cid-tW7YhhvJjk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tW7YhhvJjk .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tW7YhhvJjk .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-tW7YhhvJjk .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-tW7YhhvJjk .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tW7YhhvJjk .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tW7YhhvJjk .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tW7YhhvJjk .mbr-desc,
.cid-tW7YhhvJjk .mbr-iconfont {
  color: #ffffff;
}
.cid-tW7YhhvJjk .mbr-text,
.cid-tW7YhhvJjk .mbr-section-btn {
  color: #ffffff;
}
.cid-v5blUypZBZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-v5blUypZBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5blUypZBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5blUypZBZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5blUypZBZ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5blUypZBZ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5blUypZBZ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5blUypZBZ .container {
    padding: 0 12px;
  }
}
.cid-v5blUypZBZ .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #212124;
}
@media (max-width: 992px) {
  .cid-v5blUypZBZ .content-wrapper {
    display: block;
  }
}
.cid-v5blUypZBZ .content-wrapper .title-wrapper {
  width: 35em;
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v5blUypZBZ .content-wrapper .title-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5blUypZBZ .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-v5blUypZBZ .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-v5blUypZBZ .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-v5blUypZBZ .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-v5blUypZBZ .content-wrapper .image-wrapper {
  margin-top: 90px;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  padding: 40px 0 0 40px;
  border-radius: 64px 0 0 0;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v5blUypZBZ .content-wrapper .image-wrapper {
    margin: 0 0 0 32px;
  }
}
.cid-v5blUypZBZ .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 32px 0 0 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5blUypZBZ .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v5blUypZBZ .mbr-section-title {
  color: #ffffff;
}
.cid-v5blUypZBZ .mbr-text {
  color: #ffffff;
}
.cid-v59bCsT9li {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v59bCsT9li nav.navbar {
  position: fixed;
}
.cid-v59bCsT9li .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-v59bCsT9li .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v59bCsT9li .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v59bCsT9li .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-v59bCsT9li .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v59bCsT9li .dropdown-item {
  border: none !important;
  background: #cddbfe !important;
}
.cid-v59bCsT9li .dropdown-item:hover,
.cid-v59bCsT9li .dropdown-item:focus {
  background: #cddbfe !important;
  color: #000000 !important;
}
.cid-v59bCsT9li .dropdown-item:hover span {
  color: white;
}
.cid-v59bCsT9li .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v59bCsT9li .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v59bCsT9li .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v59bCsT9li .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v59bCsT9li .nav-link {
  position: relative;
}
.cid-v59bCsT9li .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v59bCsT9li .container {
    flex-wrap: nowrap;
  }
}
.cid-v59bCsT9li .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v59bCsT9li .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v59bCsT9li .dropdown-menu,
.cid-v59bCsT9li .navbar.opened {
  background: #cddbfe !important;
}
.cid-v59bCsT9li .nav-item:focus,
.cid-v59bCsT9li .nav-link:focus {
  outline: none;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v59bCsT9li .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v59bCsT9li .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v59bCsT9li .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v59bCsT9li .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cddbfe;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v59bCsT9li .navbar.opened {
  transition: all 0.3s;
}
.cid-v59bCsT9li .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v59bCsT9li .navbar .navbar-logo img {
  width: auto;
}
.cid-v59bCsT9li .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v59bCsT9li .navbar.collapsed {
  justify-content: center;
}
.cid-v59bCsT9li .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v59bCsT9li .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v59bCsT9li .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v59bCsT9li .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v59bCsT9li .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v59bCsT9li .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-v59bCsT9li .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v59bCsT9li .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v59bCsT9li .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v59bCsT9li .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v59bCsT9li .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v59bCsT9li .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v59bCsT9li .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v59bCsT9li .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-v59bCsT9li .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v59bCsT9li .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v59bCsT9li .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v59bCsT9li .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v59bCsT9li .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v59bCsT9li .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v59bCsT9li .navbar.navbar-short {
  min-height: 96px;
}
.cid-v59bCsT9li .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v59bCsT9li .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-v59bCsT9li .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v59bCsT9li .navbar-brand .navbar-caption:hover,
.cid-v59bCsT9li .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v59bCsT9li .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v59bCsT9li .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v59bCsT9li .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v59bCsT9li .dropdown-item.active,
.cid-v59bCsT9li .dropdown-item:active {
  background-color: transparent;
}
.cid-v59bCsT9li .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v59bCsT9li .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v59bCsT9li .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v59bCsT9li .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cddbfe;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v59bCsT9li .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v59bCsT9li .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v59bCsT9li .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v59bCsT9li ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v59bCsT9li ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v59bCsT9li .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v59bCsT9li .navbar-buttons {
    text-align: left;
  }
}
.cid-v59bCsT9li .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v59bCsT9li .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v59bCsT9li 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: #cddbfe !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v59bCsT9li button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v59bCsT9li nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59bCsT9li .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v59bCsT9li a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v59bCsT9li .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-v59bCsT9li .navbar {
    height: 70px;
  }
  .cid-v59bCsT9li .navbar.opened {
    height: auto;
  }
  .cid-v59bCsT9li .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v59bCsT9li .navbar-nav {
  margin: 0;
}
.cid-v59bCsT9li .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v59bCsT9li .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v59bCsT9li .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v59bCsT9li .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-v59bCsT9li .nav-item .nav-link:hover,
.cid-v59bCsT9li .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v59bCsT9li .nav-item .nav-link:hover::after,
.cid-v59bCsT9li .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v59bCsT9li .nav-item .nav-link:hover::before,
.cid-v59bCsT9li .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v59bCsT9li .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v59bCsT9li .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v59bCsT9li .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v59bCsT9li .navbar {
    justify-content: flex-start !important;
  }
  .cid-v59bCsT9li .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v59bCsT9li .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v59bCsT9li .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v59bCsT9li .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v59bCsT9li .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v59bCsT9li .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v59bCsT9li .content-wrap {
  min-height: 110px;
}
.cid-v5qIMuNyum {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qIMuNyum .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIMuNyum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIMuNyum .content-wrapper {
  padding: 10px;
  border-top: 10px solid #f47451;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-v5qIMuNyum .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-v5qIMuNyum .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-v5qIMuNyum .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5qIMuNyum .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qIMuNyum .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qIMuNyum .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-v5qIMuNyum .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v5qIMuNyum .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5qIMuNyum .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5qIMuNyum .mbr-section-title {
  color: #000c3f;
}
.cid-v5qIMuNyum .mbr-text {
  color: #000c3f;
}
.cid-tW8QRHqyjH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #232b45;
}
.cid-tW8QRHqyjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW8QRHqyjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW8QRHqyjH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tW8QRHqyjH .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tW8QRHqyjH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tW8QRHqyjH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tW8QRHqyjH .container {
    padding: 0 12px;
  }
}
.cid-tW8QRHqyjH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tW8QRHqyjH .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tW8QRHqyjH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tW8QRHqyjH .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tW8QRHqyjH .mbr-section-title {
  color: #1D1D1F;
}
.cid-tW8QRHqyjH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tW8QRHqyjH .mbr-section-title,
.cid-tW8QRHqyjH .mbr-section-btn {
  text-align: center;
}
.cid-tW8P0OvInF {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tW8P0OvInF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW8P0OvInF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW8P0OvInF .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tW8P0OvInF .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tW8P0OvInF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tW8P0OvInF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tW8P0OvInF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tW8P0OvInF .content-head {
  max-width: 800px;
}
.cid-tW8P0OvInF .mbr-section-title {
  color: #000000;
}
.cid-tW8P0PcJRP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #d2e534;
}
.cid-tW8P0PcJRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW8P0PcJRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW8P0PcJRP .row {
  justify-content: space-between;
}
.cid-tW8P0PcJRP .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tW8P0PcJRP .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tW8P0PcJRP .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tW8P0PcJRP .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tW8P0PcJRP .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-tW8P0PcJRP .list li {
  margin-bottom: 25px;
}
.cid-tW8P0PcJRP .list li:last-child {
  margin-bottom: 0;
}
.cid-tW8P0PcJRP .mbr-desc {
  margin-bottom: 8px;
}
.cid-tW8P0PcJRP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tW8P0PcJRP .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tW8P0PcJRP .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-tW8P0PcJRP .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  transition: all .3s ease;
}
.cid-tW8P0PcJRP .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-tW8P0PcJRP .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tW8P0PcJRP .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tW8P0PcJRP .mbr-desc,
.cid-tW8P0PcJRP .mbr-iconfont {
  color: #ffffff;
}
.cid-tW8P0PcJRP .mbr-text,
.cid-tW8P0PcJRP .mbr-section-btn {
  color: #ffffff;
}
.cid-v5qIrHqCfG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5qIrHqCfG nav.navbar {
  position: fixed;
}
.cid-v5qIrHqCfG .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-v5qIrHqCfG .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrHqCfG .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v5qIrHqCfG .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-v5qIrHqCfG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5qIrHqCfG .dropdown-item {
  border: none !important;
  background: #cddbfe !important;
}
.cid-v5qIrHqCfG .dropdown-item:hover,
.cid-v5qIrHqCfG .dropdown-item:focus {
  background: #cddbfe !important;
  color: #000000 !important;
}
.cid-v5qIrHqCfG .dropdown-item:hover span {
  color: white;
}
.cid-v5qIrHqCfG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5qIrHqCfG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5qIrHqCfG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5qIrHqCfG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5qIrHqCfG .nav-link {
  position: relative;
}
.cid-v5qIrHqCfG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v5qIrHqCfG .container {
    flex-wrap: nowrap;
  }
}
.cid-v5qIrHqCfG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5qIrHqCfG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5qIrHqCfG .dropdown-menu,
.cid-v5qIrHqCfG .navbar.opened {
  background: #cddbfe !important;
}
.cid-v5qIrHqCfG .nav-item:focus,
.cid-v5qIrHqCfG .nav-link:focus {
  outline: none;
}
.cid-v5qIrHqCfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5qIrHqCfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5qIrHqCfG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5qIrHqCfG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5qIrHqCfG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5qIrHqCfG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5qIrHqCfG .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cddbfe;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5qIrHqCfG .navbar.opened {
  transition: all 0.3s;
}
.cid-v5qIrHqCfG .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5qIrHqCfG .navbar .navbar-logo img {
  width: auto;
}
.cid-v5qIrHqCfG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5qIrHqCfG .navbar.collapsed {
  justify-content: center;
}
.cid-v5qIrHqCfG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5qIrHqCfG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5qIrHqCfG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5qIrHqCfG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5qIrHqCfG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5qIrHqCfG .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-v5qIrHqCfG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5qIrHqCfG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5qIrHqCfG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5qIrHqCfG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5qIrHqCfG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5qIrHqCfG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5qIrHqCfG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5qIrHqCfG .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-v5qIrHqCfG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5qIrHqCfG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5qIrHqCfG .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5qIrHqCfG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5qIrHqCfG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5qIrHqCfG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5qIrHqCfG .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5qIrHqCfG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5qIrHqCfG .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-v5qIrHqCfG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5qIrHqCfG .navbar-brand .navbar-caption:hover,
.cid-v5qIrHqCfG .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v5qIrHqCfG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5qIrHqCfG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5qIrHqCfG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v5qIrHqCfG .dropdown-item.active,
.cid-v5qIrHqCfG .dropdown-item:active {
  background-color: transparent;
}
.cid-v5qIrHqCfG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5qIrHqCfG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5qIrHqCfG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5qIrHqCfG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cddbfe;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5qIrHqCfG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5qIrHqCfG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5qIrHqCfG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5qIrHqCfG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5qIrHqCfG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5qIrHqCfG .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v5qIrHqCfG .navbar-buttons {
    text-align: left;
  }
}
.cid-v5qIrHqCfG .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v5qIrHqCfG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5qIrHqCfG 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: #cddbfe !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5qIrHqCfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5qIrHqCfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5qIrHqCfG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5qIrHqCfG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5qIrHqCfG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5qIrHqCfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5qIrHqCfG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5qIrHqCfG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5qIrHqCfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5qIrHqCfG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5qIrHqCfG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5qIrHqCfG .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-v5qIrHqCfG .navbar {
    height: 70px;
  }
  .cid-v5qIrHqCfG .navbar.opened {
    height: auto;
  }
  .cid-v5qIrHqCfG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5qIrHqCfG .navbar-nav {
  margin: 0;
}
.cid-v5qIrHqCfG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5qIrHqCfG .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5qIrHqCfG .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5qIrHqCfG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-v5qIrHqCfG .nav-item .nav-link:hover,
.cid-v5qIrHqCfG .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v5qIrHqCfG .nav-item .nav-link:hover::after,
.cid-v5qIrHqCfG .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v5qIrHqCfG .nav-item .nav-link:hover::before,
.cid-v5qIrHqCfG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v5qIrHqCfG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5qIrHqCfG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5qIrHqCfG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5qIrHqCfG .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5qIrHqCfG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5qIrHqCfG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5qIrHqCfG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5qIrHqCfG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5qIrHqCfG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5qIrHqCfG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5qIrHqCfG .content-wrap {
  min-height: 110px;
}
.cid-v5qIrI6AIa {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-v5qIrI6AIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIrI6AIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIrI6AIa .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-v5qIrI6AIa .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
}
.cid-v5qIrI6AIa .decoration-wrapper .decor_1 {
  background-color: #232b45;
  top: 0;
}
.cid-v5qIrI6AIa .decoration-wrapper .decor_2 {
  background-color: #232b45;
  top: 70px;
}
.cid-v5qIrI6AIa .decoration-wrapper .decor_3 {
  background-color: #232b45;
  top: 120px;
}
.cid-v5qIrI6AIa .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #232b45;
  border: 2px solid #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5qIrI6AIa .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-v5qIrI6AIa .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #ffffff;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIrI6AIa .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-v5qIrI6AIa .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIrI6AIa .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5qIrI6AIa .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v5qIrI6AIa .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qIrI6AIa .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-v5qIrI6AIa .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #232b45;
  border-bottom: none;
  box-shadow: 0 18px 0 #232b45;
  background-color: #232b45;
}
@media (max-width: 1440px) {
  .cid-v5qIrI6AIa .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrI6AIa .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-v5qIrI6AIa .image-wrapper img {
    height: 300px;
  }
}
.cid-v5qIrI6AIa .mbr-label,
.cid-v5qIrI6AIa .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qIrI6AIa .mbr-section-title {
  color: #fffaf0;
}
.cid-v5qIrI6AIa .mbr-text,
.cid-v5qIrI6AIa .text-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-v5qIrI6AIa .mbr-section-title,
.cid-v5qIrI6AIa .title-wrapper,
.cid-v5qIrI6AIa .mbr-section-btn {
  text-align: center;
}
.cid-v5qIrJl16f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qIrJl16f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIrJl16f .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-v5qIrJl16f .container {
    padding: 0 15px;
  }
}
.cid-v5qIrJl16f .row {
  justify-content: center;
}
.cid-v5qIrJl16f .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5qIrJl16f .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v5qIrJl16f .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-v5qIrJl16f .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrJl16f .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v5qIrJl16f .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qIrJl16f .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v5qIrJl16f .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v5qIrJl16f .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v5qIrJl16f .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v5qIrJl16f .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5qIrJl16f .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v5qIrJl16f .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v5qIrJl16f .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5qIrJl16f .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5qIrJl16f .list {
  color: #ffffff;
}
.cid-v5qIrJl16f .list,
.cid-v5qIrJl16f .item-wrap {
  color: #510529;
}
.cid-v5qIrJTR49 {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #232b45);
}
@media (min-width: 768px) {
  .cid-v5qIrJTR49 {
    align-items: flex-start;
  }
  .cid-v5qIrJTR49 .row {
    justify-content: center;
  }
}
.cid-v5qIrJTR49 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-v5qIrJTR49 .mbr-text,
.cid-v5qIrJTR49 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5qIrJTR49 .mbr-section-title,
.cid-v5qIrJTR49 .line {
  color: #232323;
}
.cid-v5qIrJTR49 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-v5qIrJTR49 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-v5qIrJTR49 .mbr-section-subtitle,
.cid-v5qIrJTR49 .align {
  text-align: left;
  color: #232323;
}
.cid-v5qIrJTR49 .mbr-text2 {
  color: #808080;
}
.cid-v5qIrKu1CG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-v5qIrKu1CG .item {
  position: relative;
}
.cid-v5qIrKu1CG .item .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #ebfff5 10%, #eeeeee 50%, #eeeef4 100%);
  filter: blur(1rem);
}
.cid-v5qIrKu1CG .item .gradient-wrap::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eeeef4;
  filter: blur(1rem);
}
.cid-v5qIrKu1CG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIrKu1CG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIrKu1CG .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
  z-index: 1;
}
.cid-v5qIrKu1CG .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #232b45;
}
.cid-v5qIrKu1CG .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qIrKu1CG .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qIrKu1CG .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIrKu1CG .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIrKu1CG .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIrKu1CG .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrKu1CG .decoration_1 {
    left: -380px;
  }
}
.cid-v5qIrKu1CG .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIrKu1CG .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIrKu1CG .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIrKu1CG .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrKu1CG .decoration_2 {
    right: -380px;
  }
}
.cid-v5qIrKu1CG .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-v5qIrKu1CG .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrKu1CG .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrKu1CG .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5qIrKu1CG .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5qIrKu1CG .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v5qIrKu1CG .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIrKu1CG .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v5qIrKu1CG .mbr-section-title {
  color: #181824;
}
.cid-v5qIrKu1CG .mbr-text,
.cid-v5qIrKu1CG .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5qIrKu1CG .mbr-section-title,
.cid-v5qIrKu1CG .mbr-section-btn,
.cid-v5qIrKu1CG .icon-wrapper {
  text-align: center;
}
.cid-v5qIrL2WqB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171827;
}
.cid-v5qIrL2WqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIrL2WqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIrL2WqB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5qIrL2WqB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qIrL2WqB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrL2WqB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qIrL2WqB .container {
    padding: 0 12px;
  }
}
.cid-v5qIrL2WqB .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5qIrL2WqB .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-v5qIrL2WqB .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-v5qIrL2WqB .title-wrapper .title-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-v5qIrL2WqB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5qIrL2WqB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-v5qIrL2WqB .items-wrapper {
    display: block;
  }
}
.cid-v5qIrL2WqB .items-wrapper .item {
  background-color: #eeeeee;
  border-radius: 32px !important;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-v5qIrL2WqB .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrL2WqB .items-wrapper .item {
    padding: 24px;
    margin-bottom: 1rem;
  }
}
.cid-v5qIrL2WqB .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-v5qIrL2WqB .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-v5qIrL2WqB .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .5em;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}
.cid-v5qIrL2WqB .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ba678e;
  opacity: .85;
}
.cid-v5qIrL2WqB .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  color: #1d1d1f;
  font-size: 32px;
  position: relative;
  z-index: 1;
}
.cid-v5qIrL2WqB .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v5qIrL2WqB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v5qIrL2WqB .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-v5qIrL2WqB .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5qIrL2WqB .mbr-text {
  color: #1D1D1F;
}
.cid-v5qIrL2WqB .item-title {
  color: #1D1D1F;
}
.cid-v5qIrL2WqB .item-text {
  color: #1D1D1F;
}
.cid-v5qIrL2WqB .item-title,
.cid-v5qIrL2WqB .icon-wrapper {
  text-align: center;
}
.cid-v5qIrLY6a4 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232b45;
}
@media (min-width: 768px) {
  .cid-v5qIrLY6a4 {
    align-items: center;
  }
  .cid-v5qIrLY6a4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5qIrLY6a4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5qIrLY6a4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5qIrLY6a4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5qIrLY6a4 .content-wrap {
    width: 100%;
  }
}
.cid-v5qIrLY6a4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5qIrLY6a4 .mbr-text,
.cid-v5qIrLY6a4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5qIrMzekt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qIrMzekt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIrMzekt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIrMzekt .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5qIrMzekt .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5qIrMzekt .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5qIrMzekt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5qIrMzekt .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-v5qIrMzekt .panel-group .card:hover {
  background-color: #212124;
}
.cid-v5qIrMzekt .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5qIrMzekt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5qIrMzekt .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5qIrMzekt .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-v5qIrMzekt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5qIrMzekt .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #1d1d1f;
}
.cid-v5qIrMzekt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v5qIrMzekt .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #212124;
  padding-bottom: 8px;
}
.cid-v5qIrMzekt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v5qIrMzekt .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5qIrMzekt .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-v5qIrMzekt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5qIrMzekt .panel-group .card .collapse.show .panel-body {
  background-color: #212124;
}
.cid-v5qIrMzekt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5qIrMzekt .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v5qIrMzekt .panel-title-edit {
  color: #000000;
}
.cid-v5qIrMzekt .panel-text {
  color: #808080;
}
.cid-v5qIrNWfuo {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v5qIrNWfuo {
    align-items: center;
  }
  .cid-v5qIrNWfuo .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5qIrNWfuo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5qIrNWfuo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5qIrNWfuo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5qIrNWfuo .content-wrap {
    width: 100%;
  }
}
.cid-v5qIrNWfuo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5qIrNWfuo .mbr-text,
.cid-v5qIrNWfuo .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5qIrOyWLh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
  position: relative;
  overflow: hidden;
}
.cid-v5qIrOyWLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIrOyWLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIrOyWLh .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v5qIrOyWLh .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v5qIrOyWLh .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qIrOyWLh .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qIrOyWLh .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIrOyWLh .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIrOyWLh .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIrOyWLh .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrOyWLh .decoration_1 {
    left: -380px;
  }
}
.cid-v5qIrOyWLh .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIrOyWLh .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIrOyWLh .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIrOyWLh .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrOyWLh .decoration_2 {
    right: -380px;
  }
}
.cid-v5qIrOyWLh .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-v5qIrOyWLh .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5qIrOyWLh .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5qIrOyWLh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qIrOyWLh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qIrOyWLh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIrOyWLh .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v5qIrOyWLh .content-wrapper .image-wrapper {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v5qIrOyWLh .content-wrapper .image-wrapper {
    padding: 6px;
    margin-top: 24px;
  }
}
.cid-v5qIrOyWLh .content-wrapper .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5qIrOyWLh .content-wrapper .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v5qIrOyWLh .content-wrapper .image-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5qIrOyWLh .content-wrapper .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v5qIrOyWLh .content-wrapper .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v5qIrOyWLh .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v5qIrOyWLh .mbr-section-title {
  color: #181824;
}
.cid-v5qIrOyWLh .mbr-text,
.cid-v5qIrOyWLh .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-v5qIrOyWLh .mbr-section-title,
.cid-v5qIrOyWLh .mbr-section-btn,
.cid-v5qIrOyWLh .icon-wrapper {
  text-align: center;
}
.cid-v5qIrOyWLh .mbr-section-title,
.cid-v5qIrOyWLh .mbr-section-btn {
  color: #ffffff;
}
.cid-v5qIrOyWLh .mbr-text {
  color: #ffffff;
}
.cid-v5qIrP7QXq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5qIrP7QXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIrP7QXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIrP7QXq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5qIrP7QXq .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qIrP7QXq .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrP7QXq .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qIrP7QXq .container {
    padding: 0 12px;
  }
}
.cid-v5qIrP7QXq .row {
  justify-content: center;
}
.cid-v5qIrP7QXq .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5qIrP7QXq .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-v5qIrP7QXq .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-v5qIrP7QXq .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-v5qIrP7QXq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-v5qIrP7QXq .items-wrapper {
    display: block;
  }
}
.cid-v5qIrP7QXq .items-wrapper .item {
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-v5qIrP7QXq .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrP7QXq .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-v5qIrP7QXq .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-v5qIrP7QXq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v5qIrP7QXq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v5qIrP7QXq .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-v5qIrP7QXq .mbr-section-title {
  color: #ffffff;
}
.cid-v5qIrP7QXq .item-title {
  color: #000000;
}
.cid-v5qIrP7QXq .item-text {
  color: #ffffff;
}
.cid-v5qIrPPkUW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-v5qIrPPkUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIrPPkUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIrPPkUW .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v5qIrPPkUW .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5qIrPPkUW .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #232b45;
  margin-bottom: 15px;
}
.cid-v5qIrPPkUW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qIrPPkUW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v5qIrPPkUW .cards {
  margin: 0 -10px;
}
.cid-v5qIrPPkUW .cards .card {
  padding: 0 10px;
}
.cid-v5qIrPPkUW .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v5qIrPPkUW .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-v5qIrPPkUW .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5qIrPPkUW .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-v5qIrPPkUW .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-v5qIrPPkUW .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v5qIrPPkUW .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qIrPPkUW .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qIrPPkUW .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v5qIrPPkUW .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-v5qIrPPkUW .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-v5qIrPPkUW .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #232b45;
}
@media (max-width: 992px) {
  .cid-v5qIrPPkUW .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-v5qIrPPkUW .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v5qIrPPkUW .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5qIrPPkUW .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-v5qIrPPkUW .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-v5qIrPPkUW .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-v5qIrPPkUW .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v5qIrPPkUW .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v5qIrPPkUW .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-v5qIrPPkUW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5qIrPPkUW .mbr-label {
  color: #000000;
}
.cid-v5qIrPPkUW .mbr-section-title {
  color: #000000;
}
.cid-v5qIrPPkUW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5qIrPPkUW .mbr-text {
  color: #ffffff;
}
.cid-v5qIrPPkUW .card-title {
  color: #000000;
}
.cid-v5qIrPPkUW .card-text {
  color: #000000;
}
.cid-v5qIrPPkUW .mbr-label,
.cid-v5qIrPPkUW .label-wrapper {
  color: #ffffff;
}
.cid-v5qIrPPkUW .mbr-section-title,
.cid-v5qIrPPkUW .title-wrapper {
  color: #f5f5f7;
}
.cid-v5qIrPPkUW .card-title,
.cid-v5qIrPPkUW .iconfont-wrapper,
.cid-v5qIrPPkUW .mbr-section-btn {
  color: #f5f5f7;
}
.cid-v5qIrPPkUW .card-text,
.cid-v5qIrPPkUW .text-wrap {
  color: #ffffff;
}
.cid-v5qIrQRFrP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v5qIrQRFrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIrQRFrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIrQRFrP .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v5qIrQRFrP .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #232b45;
}
.cid-v5qIrQRFrP .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #232b45;
}
.cid-v5qIrQRFrP .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #232b45;
}
.cid-v5qIrQRFrP .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIrQRFrP .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIrQRFrP .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIrQRFrP .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrQRFrP .decoration_1 {
    left: -380px;
  }
}
.cid-v5qIrQRFrP .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIrQRFrP .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIrQRFrP .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIrQRFrP .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrQRFrP .decoration_2 {
    right: -380px;
  }
}
.cid-v5qIrQRFrP .content-wrapper {
  padding: 12px;
  border: 1px solid #232b45;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-v5qIrQRFrP .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrQRFrP .content-wrapper {
    margin: 0 16px;
  }
}
.cid-v5qIrQRFrP .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #232b45;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5qIrQRFrP .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-v5qIrQRFrP .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #e0e0eb;
  border: 1px solid #232b45;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIrQRFrP .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-v5qIrQRFrP .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-v5qIrQRFrP .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-v5qIrQRFrP .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-v5qIrQRFrP .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-v5qIrQRFrP .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #232b45 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIrQRFrP .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-v5qIrQRFrP .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v5qIrQRFrP .mbr-section-title {
  color: #181824;
}
.cid-v5qIrQRFrP .mbr-text {
  color: #000000;
}
.cid-v5qZnySTD6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212132;
}
.cid-v5qZnySTD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qZnySTD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qZnySTD6 .container {
  max-width: 1280px;
}
.cid-v5qZnySTD6 .row {
  justify-content: center;
}
.cid-v5qZnySTD6 .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-v5qZnySTD6 .col-title {
    margin-bottom: 50px;
  }
}
.cid-v5qZnySTD6 .mbr-section-title {
  color: #FFDD65;
}
.cid-v5qZnySTD6 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-v5qZnySTD6 .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5qZnySTD6 .col-video {
    height: 350px;
  }
}
.cid-v5qZnySTD6 .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #000000 61%, #8e59ff 99.93%);
  padding: 5px;
}
.cid-v5qZnySTD6 .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #000000 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v5qZnySTD6 .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-v5qZnySTD6 .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-v5qZnySTD6 .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 4.85rem;
}
.cid-v5qIrRwsDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qIrRwsDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIrRwsDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIrRwsDP .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5qIrRwsDP .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5qIrRwsDP .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #232b45;
  margin-bottom: 0;
}
.cid-v5qIrRwsDP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5qIrRwsDP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v5qIrRwsDP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v5qIrRwsDP .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v5qIrRwsDP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v5qIrRwsDP .mbr-label,
.cid-v5qIrRwsDP .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qIrRwsDP .mbr-section-title {
  color: #19171c;
}
.cid-v5qIrRwsDP .mbr-text,
.cid-v5qIrRwsDP .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v5qIrRwsDP .mbr-section-title,
.cid-v5qIrRwsDP .title-wrapper,
.cid-v5qIrRwsDP .mbr-section-btn {
  text-align: center;
}
.cid-v5rm0MVk3A {
  border-top: 3px solid #ffdf70;
  border-bottom: 3px solid #ffdf70;
  margin-top: -3px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232b45;
}
.cid-v5rm0MVk3A .section-head {
  margin-bottom: 80px;
}
.cid-v5rm0MVk3A .card {
  border-bottom: 3px solid;
  border-color: #f5f5f7;
  border-radius: 0;
}
.cid-v5rm0MVk3A .card:first-child {
  border-top: 3px solid;
  border-color: #f5f5f7;
}
.cid-v5rm0MVk3A .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-v5rm0MVk3A .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5rm0MVk3A .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-v5rm0MVk3A .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #ffffff;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-v5rm0MVk3A .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-v5rm0MVk3A .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-v5rm0MVk3A .panel-body,
.cid-v5rm0MVk3A .card-header {
  padding: 8px 0 15px;
}
.cid-v5rm0MVk3A .panel-title-edit {
  font-weight: 500;
  color: #ffffff;
}
.cid-v5rm0MVk3A H3 {
  color: #f5f5f7;
}
.cid-v5rm0MVk3A .panel-text {
  color: #ffffff;
}
.cid-v5qIrSdJJp {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v5qIrSdJJp .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-v5qIrSdJJp .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-v5qIrSdJJp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5qIrSdJJp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5qIrSdJJp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5qIrSdJJp .mbr-section-title {
  color: #000000;
}
.cid-v5qIrTdMyt {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #d2e534;
}
.cid-v5qIrTdMyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIrTdMyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIrTdMyt .row {
  justify-content: space-between;
}
.cid-v5qIrTdMyt .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5qIrTdMyt .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5qIrTdMyt .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5qIrTdMyt .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-v5qIrTdMyt .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-v5qIrTdMyt .list li {
  margin-bottom: 25px;
}
.cid-v5qIrTdMyt .list li:last-child {
  margin-bottom: 0;
}
.cid-v5qIrTdMyt .mbr-desc {
  margin-bottom: 8px;
}
.cid-v5qIrTdMyt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5qIrTdMyt .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-v5qIrTdMyt .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-v5qIrTdMyt .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-v5qIrTdMyt .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-v5qIrTdMyt .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v5qIrTdMyt .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-v5qIrTdMyt .mbr-desc,
.cid-v5qIrTdMyt .mbr-iconfont {
  color: #ffffff;
}
.cid-v5qIrTdMyt .mbr-text,
.cid-v5qIrTdMyt .mbr-section-btn {
  color: #ffffff;
}
.cid-v5qIsE99gL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5qIsE99gL nav.navbar {
  position: fixed;
}
.cid-v5qIsE99gL .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-v5qIsE99gL .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsE99gL .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v5qIsE99gL .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-v5qIsE99gL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5qIsE99gL .dropdown-item {
  border: none !important;
  background: #cddbfe !important;
}
.cid-v5qIsE99gL .dropdown-item:hover,
.cid-v5qIsE99gL .dropdown-item:focus {
  background: #cddbfe !important;
  color: #000000 !important;
}
.cid-v5qIsE99gL .dropdown-item:hover span {
  color: white;
}
.cid-v5qIsE99gL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5qIsE99gL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5qIsE99gL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5qIsE99gL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5qIsE99gL .nav-link {
  position: relative;
}
.cid-v5qIsE99gL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v5qIsE99gL .container {
    flex-wrap: nowrap;
  }
}
.cid-v5qIsE99gL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5qIsE99gL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5qIsE99gL .dropdown-menu,
.cid-v5qIsE99gL .navbar.opened {
  background: #cddbfe !important;
}
.cid-v5qIsE99gL .nav-item:focus,
.cid-v5qIsE99gL .nav-link:focus {
  outline: none;
}
.cid-v5qIsE99gL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5qIsE99gL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5qIsE99gL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5qIsE99gL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5qIsE99gL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5qIsE99gL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5qIsE99gL .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cddbfe;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5qIsE99gL .navbar.opened {
  transition: all 0.3s;
}
.cid-v5qIsE99gL .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5qIsE99gL .navbar .navbar-logo img {
  width: auto;
}
.cid-v5qIsE99gL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5qIsE99gL .navbar.collapsed {
  justify-content: center;
}
.cid-v5qIsE99gL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5qIsE99gL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5qIsE99gL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5qIsE99gL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5qIsE99gL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5qIsE99gL .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-v5qIsE99gL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5qIsE99gL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5qIsE99gL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5qIsE99gL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5qIsE99gL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5qIsE99gL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5qIsE99gL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5qIsE99gL .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-v5qIsE99gL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5qIsE99gL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5qIsE99gL .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5qIsE99gL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5qIsE99gL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5qIsE99gL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5qIsE99gL .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5qIsE99gL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5qIsE99gL .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-v5qIsE99gL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5qIsE99gL .navbar-brand .navbar-caption:hover,
.cid-v5qIsE99gL .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v5qIsE99gL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5qIsE99gL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5qIsE99gL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v5qIsE99gL .dropdown-item.active,
.cid-v5qIsE99gL .dropdown-item:active {
  background-color: transparent;
}
.cid-v5qIsE99gL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5qIsE99gL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5qIsE99gL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5qIsE99gL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cddbfe;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5qIsE99gL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5qIsE99gL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5qIsE99gL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5qIsE99gL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5qIsE99gL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5qIsE99gL .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v5qIsE99gL .navbar-buttons {
    text-align: left;
  }
}
.cid-v5qIsE99gL .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v5qIsE99gL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5qIsE99gL 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: #cddbfe !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5qIsE99gL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5qIsE99gL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5qIsE99gL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5qIsE99gL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5qIsE99gL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5qIsE99gL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5qIsE99gL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5qIsE99gL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5qIsE99gL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5qIsE99gL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5qIsE99gL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5qIsE99gL .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-v5qIsE99gL .navbar {
    height: 70px;
  }
  .cid-v5qIsE99gL .navbar.opened {
    height: auto;
  }
  .cid-v5qIsE99gL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5qIsE99gL .navbar-nav {
  margin: 0;
}
.cid-v5qIsE99gL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5qIsE99gL .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5qIsE99gL .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5qIsE99gL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-v5qIsE99gL .nav-item .nav-link:hover,
.cid-v5qIsE99gL .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v5qIsE99gL .nav-item .nav-link:hover::after,
.cid-v5qIsE99gL .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v5qIsE99gL .nav-item .nav-link:hover::before,
.cid-v5qIsE99gL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v5qIsE99gL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5qIsE99gL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5qIsE99gL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5qIsE99gL .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5qIsE99gL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5qIsE99gL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5qIsE99gL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5qIsE99gL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5qIsE99gL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5qIsE99gL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5qIsE99gL .content-wrap {
  min-height: 110px;
}
.cid-v5qIsHfL8U {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-v5qIsHfL8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIsHfL8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIsHfL8U .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-v5qIsHfL8U .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
}
.cid-v5qIsHfL8U .decoration-wrapper .decor_1 {
  background-color: #232b45;
  top: 0;
}
.cid-v5qIsHfL8U .decoration-wrapper .decor_2 {
  background-color: #232b45;
  top: 70px;
}
.cid-v5qIsHfL8U .decoration-wrapper .decor_3 {
  background-color: #232b45;
  top: 120px;
}
.cid-v5qIsHfL8U .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #232b45;
  border: 2px solid #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5qIsHfL8U .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-v5qIsHfL8U .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #ffffff;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIsHfL8U .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-v5qIsHfL8U .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIsHfL8U .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5qIsHfL8U .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v5qIsHfL8U .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qIsHfL8U .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-v5qIsHfL8U .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #232b45;
  border-bottom: none;
  box-shadow: 0 18px 0 #232b45;
  background-color: #232b45;
}
@media (max-width: 1440px) {
  .cid-v5qIsHfL8U .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsHfL8U .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-v5qIsHfL8U .image-wrapper img {
    height: 300px;
  }
}
.cid-v5qIsHfL8U .mbr-label,
.cid-v5qIsHfL8U .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qIsHfL8U .mbr-section-title {
  color: #fffaf0;
}
.cid-v5qIsHfL8U .mbr-text,
.cid-v5qIsHfL8U .text-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-v5qIsHfL8U .mbr-section-title,
.cid-v5qIsHfL8U .title-wrapper,
.cid-v5qIsHfL8U .mbr-section-btn {
  text-align: center;
}
.cid-v5qIsIugRz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qIsIugRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIsIugRz .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-v5qIsIugRz .container {
    padding: 0 15px;
  }
}
.cid-v5qIsIugRz .row {
  justify-content: center;
}
.cid-v5qIsIugRz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5qIsIugRz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v5qIsIugRz .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-v5qIsIugRz .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsIugRz .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v5qIsIugRz .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qIsIugRz .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v5qIsIugRz .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v5qIsIugRz .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v5qIsIugRz .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v5qIsIugRz .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5qIsIugRz .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v5qIsIugRz .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v5qIsIugRz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5qIsIugRz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5qIsIugRz .list {
  color: #ffffff;
}
.cid-v5qIsIugRz .list,
.cid-v5qIsIugRz .item-wrap {
  color: #510529;
}
.cid-v5qIsJw9ho {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #232b45);
}
@media (min-width: 768px) {
  .cid-v5qIsJw9ho {
    align-items: flex-start;
  }
  .cid-v5qIsJw9ho .row {
    justify-content: center;
  }
}
.cid-v5qIsJw9ho .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-v5qIsJw9ho .mbr-text,
.cid-v5qIsJw9ho .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5qIsJw9ho .mbr-section-title,
.cid-v5qIsJw9ho .line {
  color: #232323;
}
.cid-v5qIsJw9ho h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-v5qIsJw9ho h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-v5qIsJw9ho .mbr-section-subtitle,
.cid-v5qIsJw9ho .align {
  text-align: left;
  color: #232323;
}
.cid-v5qIsJw9ho .mbr-text2 {
  color: #808080;
}
.cid-v5qIsKvSC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-v5qIsKvSC8 .item {
  position: relative;
}
.cid-v5qIsKvSC8 .item .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #ebfff5 10%, #eeeeee 50%, #eeeef4 100%);
  filter: blur(1rem);
}
.cid-v5qIsKvSC8 .item .gradient-wrap::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eeeef4;
  filter: blur(1rem);
}
.cid-v5qIsKvSC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIsKvSC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIsKvSC8 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
  z-index: 1;
}
.cid-v5qIsKvSC8 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #232b45;
}
.cid-v5qIsKvSC8 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qIsKvSC8 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qIsKvSC8 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIsKvSC8 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIsKvSC8 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIsKvSC8 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsKvSC8 .decoration_1 {
    left: -380px;
  }
}
.cid-v5qIsKvSC8 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIsKvSC8 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIsKvSC8 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIsKvSC8 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsKvSC8 .decoration_2 {
    right: -380px;
  }
}
.cid-v5qIsKvSC8 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-v5qIsKvSC8 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsKvSC8 .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsKvSC8 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5qIsKvSC8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5qIsKvSC8 .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v5qIsKvSC8 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIsKvSC8 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v5qIsKvSC8 .mbr-section-title {
  color: #181824;
}
.cid-v5qIsKvSC8 .mbr-text,
.cid-v5qIsKvSC8 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5qIsKvSC8 .mbr-section-title,
.cid-v5qIsKvSC8 .mbr-section-btn,
.cid-v5qIsKvSC8 .icon-wrapper {
  text-align: center;
}
.cid-v5qIsLpDec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171827;
}
.cid-v5qIsLpDec .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIsLpDec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIsLpDec .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5qIsLpDec .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qIsLpDec .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsLpDec .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qIsLpDec .container {
    padding: 0 12px;
  }
}
.cid-v5qIsLpDec .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5qIsLpDec .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-v5qIsLpDec .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-v5qIsLpDec .title-wrapper .title-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-v5qIsLpDec .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5qIsLpDec .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-v5qIsLpDec .items-wrapper {
    display: block;
  }
}
.cid-v5qIsLpDec .items-wrapper .item {
  background-color: #eeeeee;
  border-radius: 32px !important;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-v5qIsLpDec .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsLpDec .items-wrapper .item {
    padding: 24px;
    margin-bottom: 1rem;
  }
}
.cid-v5qIsLpDec .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-v5qIsLpDec .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-v5qIsLpDec .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .5em;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}
.cid-v5qIsLpDec .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ba678e;
  opacity: .85;
}
.cid-v5qIsLpDec .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  color: #1d1d1f;
  font-size: 32px;
  position: relative;
  z-index: 1;
}
.cid-v5qIsLpDec .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v5qIsLpDec .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v5qIsLpDec .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-v5qIsLpDec .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5qIsLpDec .mbr-text {
  color: #1D1D1F;
}
.cid-v5qIsLpDec .item-title {
  color: #1D1D1F;
}
.cid-v5qIsLpDec .item-text {
  color: #1D1D1F;
}
.cid-v5qIsLpDec .item-title,
.cid-v5qIsLpDec .icon-wrapper {
  text-align: center;
}
.cid-v5qIsMpsjy {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232b45;
}
@media (min-width: 768px) {
  .cid-v5qIsMpsjy {
    align-items: center;
  }
  .cid-v5qIsMpsjy .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5qIsMpsjy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5qIsMpsjy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5qIsMpsjy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5qIsMpsjy .content-wrap {
    width: 100%;
  }
}
.cid-v5qIsMpsjy .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5qIsMpsjy .mbr-text,
.cid-v5qIsMpsjy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5qIsN1mSw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qIsN1mSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIsN1mSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIsN1mSw .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5qIsN1mSw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5qIsN1mSw .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5qIsN1mSw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5qIsN1mSw .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-v5qIsN1mSw .panel-group .card:hover {
  background-color: #212124;
}
.cid-v5qIsN1mSw .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5qIsN1mSw .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5qIsN1mSw .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5qIsN1mSw .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-v5qIsN1mSw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5qIsN1mSw .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #1d1d1f;
}
.cid-v5qIsN1mSw .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v5qIsN1mSw .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #212124;
  padding-bottom: 8px;
}
.cid-v5qIsN1mSw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v5qIsN1mSw .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5qIsN1mSw .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-v5qIsN1mSw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5qIsN1mSw .panel-group .card .collapse.show .panel-body {
  background-color: #212124;
}
.cid-v5qIsN1mSw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5qIsN1mSw .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v5qIsN1mSw .panel-title-edit {
  color: #000000;
}
.cid-v5qIsN1mSw .panel-text {
  color: #808080;
}
.cid-v5qIsO2b28 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v5qIsO2b28 {
    align-items: center;
  }
  .cid-v5qIsO2b28 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5qIsO2b28 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5qIsO2b28 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5qIsO2b28 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5qIsO2b28 .content-wrap {
    width: 100%;
  }
}
.cid-v5qIsO2b28 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5qIsO2b28 .mbr-text,
.cid-v5qIsO2b28 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5qIsOFnS8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
  position: relative;
  overflow: hidden;
}
.cid-v5qIsOFnS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIsOFnS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIsOFnS8 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v5qIsOFnS8 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v5qIsOFnS8 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qIsOFnS8 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qIsOFnS8 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIsOFnS8 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIsOFnS8 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIsOFnS8 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsOFnS8 .decoration_1 {
    left: -380px;
  }
}
.cid-v5qIsOFnS8 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIsOFnS8 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIsOFnS8 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIsOFnS8 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsOFnS8 .decoration_2 {
    right: -380px;
  }
}
.cid-v5qIsOFnS8 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-v5qIsOFnS8 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5qIsOFnS8 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5qIsOFnS8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qIsOFnS8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qIsOFnS8 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIsOFnS8 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v5qIsOFnS8 .content-wrapper .image-wrapper {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v5qIsOFnS8 .content-wrapper .image-wrapper {
    padding: 6px;
    margin-top: 24px;
  }
}
.cid-v5qIsOFnS8 .content-wrapper .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5qIsOFnS8 .content-wrapper .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v5qIsOFnS8 .content-wrapper .image-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5qIsOFnS8 .content-wrapper .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v5qIsOFnS8 .content-wrapper .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v5qIsOFnS8 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v5qIsOFnS8 .mbr-section-title {
  color: #181824;
}
.cid-v5qIsOFnS8 .mbr-text,
.cid-v5qIsOFnS8 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-v5qIsOFnS8 .mbr-section-title,
.cid-v5qIsOFnS8 .mbr-section-btn,
.cid-v5qIsOFnS8 .icon-wrapper {
  text-align: center;
}
.cid-v5qIsOFnS8 .mbr-section-title,
.cid-v5qIsOFnS8 .mbr-section-btn {
  color: #ffffff;
}
.cid-v5qIsOFnS8 .mbr-text {
  color: #ffffff;
}
.cid-v5qIsPjFph {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5qIsPjFph .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIsPjFph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIsPjFph .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5qIsPjFph .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qIsPjFph .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsPjFph .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qIsPjFph .container {
    padding: 0 12px;
  }
}
.cid-v5qIsPjFph .row {
  justify-content: center;
}
.cid-v5qIsPjFph .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5qIsPjFph .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-v5qIsPjFph .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-v5qIsPjFph .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-v5qIsPjFph .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-v5qIsPjFph .items-wrapper {
    display: block;
  }
}
.cid-v5qIsPjFph .items-wrapper .item {
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-v5qIsPjFph .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsPjFph .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-v5qIsPjFph .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-v5qIsPjFph .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v5qIsPjFph .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v5qIsPjFph .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-v5qIsPjFph .mbr-section-title {
  color: #ffffff;
}
.cid-v5qIsPjFph .item-title {
  color: #000000;
}
.cid-v5qIsPjFph .item-text {
  color: #ffffff;
}
.cid-v5qIsR03Wn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-v5qIsR03Wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIsR03Wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIsR03Wn .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v5qIsR03Wn .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5qIsR03Wn .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #232b45;
  margin-bottom: 15px;
}
.cid-v5qIsR03Wn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qIsR03Wn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v5qIsR03Wn .cards {
  margin: 0 -10px;
}
.cid-v5qIsR03Wn .cards .card {
  padding: 0 10px;
}
.cid-v5qIsR03Wn .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v5qIsR03Wn .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-v5qIsR03Wn .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5qIsR03Wn .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-v5qIsR03Wn .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-v5qIsR03Wn .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v5qIsR03Wn .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qIsR03Wn .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qIsR03Wn .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v5qIsR03Wn .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-v5qIsR03Wn .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-v5qIsR03Wn .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #232b45;
}
@media (max-width: 992px) {
  .cid-v5qIsR03Wn .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-v5qIsR03Wn .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v5qIsR03Wn .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5qIsR03Wn .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-v5qIsR03Wn .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-v5qIsR03Wn .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-v5qIsR03Wn .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v5qIsR03Wn .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v5qIsR03Wn .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-v5qIsR03Wn .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5qIsR03Wn .mbr-label {
  color: #000000;
}
.cid-v5qIsR03Wn .mbr-section-title {
  color: #000000;
}
.cid-v5qIsR03Wn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5qIsR03Wn .mbr-text {
  color: #ffffff;
}
.cid-v5qIsR03Wn .card-title {
  color: #000000;
}
.cid-v5qIsR03Wn .card-text {
  color: #000000;
}
.cid-v5qIsR03Wn .mbr-label,
.cid-v5qIsR03Wn .label-wrapper {
  color: #ffffff;
}
.cid-v5qIsR03Wn .mbr-section-title,
.cid-v5qIsR03Wn .title-wrapper {
  color: #f5f5f7;
}
.cid-v5qIsR03Wn .card-title,
.cid-v5qIsR03Wn .iconfont-wrapper,
.cid-v5qIsR03Wn .mbr-section-btn {
  color: #f5f5f7;
}
.cid-v5qIsR03Wn .card-text,
.cid-v5qIsR03Wn .text-wrap {
  color: #ffffff;
}
.cid-v5qIsTOc1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v5qIsTOc1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIsTOc1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIsTOc1b .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v5qIsTOc1b .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #232b45;
}
.cid-v5qIsTOc1b .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #232b45;
}
.cid-v5qIsTOc1b .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #232b45;
}
.cid-v5qIsTOc1b .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIsTOc1b .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIsTOc1b .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIsTOc1b .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsTOc1b .decoration_1 {
    left: -380px;
  }
}
.cid-v5qIsTOc1b .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qIsTOc1b .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qIsTOc1b .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qIsTOc1b .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsTOc1b .decoration_2 {
    right: -380px;
  }
}
.cid-v5qIsTOc1b .content-wrapper {
  padding: 12px;
  border: 1px solid #232b45;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-v5qIsTOc1b .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsTOc1b .content-wrapper {
    margin: 0 16px;
  }
}
.cid-v5qIsTOc1b .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #232b45;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5qIsTOc1b .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-v5qIsTOc1b .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #e0e0eb;
  border: 1px solid #232b45;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIsTOc1b .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-v5qIsTOc1b .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-v5qIsTOc1b .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-v5qIsTOc1b .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-v5qIsTOc1b .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-v5qIsTOc1b .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #232b45 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5qIsTOc1b .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-v5qIsTOc1b .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v5qIsTOc1b .mbr-section-title {
  color: #181824;
}
.cid-v5qIsTOc1b .mbr-text {
  color: #000000;
}
.cid-v5qIsWaW0x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qIsWaW0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIsWaW0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIsWaW0x .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5qIsWaW0x .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5qIsWaW0x .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #232b45;
  margin-bottom: 0;
}
.cid-v5qIsWaW0x .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5qIsWaW0x .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v5qIsWaW0x .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v5qIsWaW0x .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v5qIsWaW0x .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v5qIsWaW0x .mbr-label,
.cid-v5qIsWaW0x .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qIsWaW0x .mbr-section-title {
  color: #19171c;
}
.cid-v5qIsWaW0x .mbr-text,
.cid-v5qIsWaW0x .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v5qIsWaW0x .mbr-section-title,
.cid-v5qIsWaW0x .title-wrapper,
.cid-v5qIsWaW0x .mbr-section-btn {
  text-align: center;
}
.cid-v5rmTTVd79 {
  border-top: 3px solid #ffdf70;
  border-bottom: 3px solid #ffdf70;
  margin-top: -3px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232b45;
}
.cid-v5rmTTVd79 .section-head {
  margin-bottom: 80px;
}
.cid-v5rmTTVd79 .card {
  border-bottom: 3px solid;
  border-color: #f5f5f7;
  border-radius: 0;
}
.cid-v5rmTTVd79 .card:first-child {
  border-top: 3px solid;
  border-color: #f5f5f7;
}
.cid-v5rmTTVd79 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-v5rmTTVd79 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5rmTTVd79 .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-v5rmTTVd79 .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #ffffff;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-v5rmTTVd79 .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-v5rmTTVd79 .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-v5rmTTVd79 .panel-body,
.cid-v5rmTTVd79 .card-header {
  padding: 8px 0 15px;
}
.cid-v5rmTTVd79 .panel-title-edit {
  font-weight: 500;
  color: #ffffff;
}
.cid-v5rmTTVd79 H3 {
  color: #f5f5f7;
}
.cid-v5rmTTVd79 .panel-text {
  color: #ffffff;
}
.cid-v5qIsYztAZ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v5qIsYztAZ .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-v5qIsYztAZ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-v5qIsYztAZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5qIsYztAZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5qIsYztAZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5qIsYztAZ .mbr-section-title {
  color: #000000;
}
.cid-v5qIt1cSqX {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #d2e534;
}
.cid-v5qIt1cSqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qIt1cSqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qIt1cSqX .row {
  justify-content: space-between;
}
.cid-v5qIt1cSqX .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5qIt1cSqX .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5qIt1cSqX .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5qIt1cSqX .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-v5qIt1cSqX .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-v5qIt1cSqX .list li {
  margin-bottom: 25px;
}
.cid-v5qIt1cSqX .list li:last-child {
  margin-bottom: 0;
}
.cid-v5qIt1cSqX .mbr-desc {
  margin-bottom: 8px;
}
.cid-v5qIt1cSqX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5qIt1cSqX .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-v5qIt1cSqX .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-v5qIt1cSqX .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-v5qIt1cSqX .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-v5qIt1cSqX .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v5qIt1cSqX .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-v5qIt1cSqX .mbr-desc,
.cid-v5qIt1cSqX .mbr-iconfont {
  color: #ffffff;
}
.cid-v5qIt1cSqX .mbr-text,
.cid-v5qIt1cSqX .mbr-section-btn {
  color: #ffffff;
}
.cid-v5qItjxgAd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5qItjxgAd nav.navbar {
  position: fixed;
}
.cid-v5qItjxgAd .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-v5qItjxgAd .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItjxgAd .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v5qItjxgAd .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-v5qItjxgAd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5qItjxgAd .dropdown-item {
  border: none !important;
  background: #cddbfe !important;
}
.cid-v5qItjxgAd .dropdown-item:hover,
.cid-v5qItjxgAd .dropdown-item:focus {
  background: #cddbfe !important;
  color: #000000 !important;
}
.cid-v5qItjxgAd .dropdown-item:hover span {
  color: white;
}
.cid-v5qItjxgAd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5qItjxgAd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5qItjxgAd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5qItjxgAd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5qItjxgAd .nav-link {
  position: relative;
}
.cid-v5qItjxgAd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v5qItjxgAd .container {
    flex-wrap: nowrap;
  }
}
.cid-v5qItjxgAd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5qItjxgAd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5qItjxgAd .dropdown-menu,
.cid-v5qItjxgAd .navbar.opened {
  background: #cddbfe !important;
}
.cid-v5qItjxgAd .nav-item:focus,
.cid-v5qItjxgAd .nav-link:focus {
  outline: none;
}
.cid-v5qItjxgAd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5qItjxgAd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5qItjxgAd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5qItjxgAd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5qItjxgAd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5qItjxgAd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5qItjxgAd .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cddbfe;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5qItjxgAd .navbar.opened {
  transition: all 0.3s;
}
.cid-v5qItjxgAd .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5qItjxgAd .navbar .navbar-logo img {
  width: auto;
}
.cid-v5qItjxgAd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5qItjxgAd .navbar.collapsed {
  justify-content: center;
}
.cid-v5qItjxgAd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5qItjxgAd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5qItjxgAd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5qItjxgAd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5qItjxgAd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5qItjxgAd .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-v5qItjxgAd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5qItjxgAd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5qItjxgAd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5qItjxgAd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5qItjxgAd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5qItjxgAd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5qItjxgAd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5qItjxgAd .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-v5qItjxgAd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5qItjxgAd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5qItjxgAd .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v5qItjxgAd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5qItjxgAd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5qItjxgAd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5qItjxgAd .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5qItjxgAd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5qItjxgAd .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-v5qItjxgAd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5qItjxgAd .navbar-brand .navbar-caption:hover,
.cid-v5qItjxgAd .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v5qItjxgAd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5qItjxgAd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5qItjxgAd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v5qItjxgAd .dropdown-item.active,
.cid-v5qItjxgAd .dropdown-item:active {
  background-color: transparent;
}
.cid-v5qItjxgAd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5qItjxgAd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5qItjxgAd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5qItjxgAd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cddbfe;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5qItjxgAd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5qItjxgAd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5qItjxgAd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5qItjxgAd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5qItjxgAd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5qItjxgAd .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v5qItjxgAd .navbar-buttons {
    text-align: left;
  }
}
.cid-v5qItjxgAd .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v5qItjxgAd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5qItjxgAd 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: #cddbfe !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5qItjxgAd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5qItjxgAd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5qItjxgAd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5qItjxgAd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5qItjxgAd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5qItjxgAd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5qItjxgAd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5qItjxgAd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5qItjxgAd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5qItjxgAd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5qItjxgAd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5qItjxgAd .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-v5qItjxgAd .navbar {
    height: 70px;
  }
  .cid-v5qItjxgAd .navbar.opened {
    height: auto;
  }
  .cid-v5qItjxgAd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5qItjxgAd .navbar-nav {
  margin: 0;
}
.cid-v5qItjxgAd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5qItjxgAd .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5qItjxgAd .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5qItjxgAd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-v5qItjxgAd .nav-item .nav-link:hover,
.cid-v5qItjxgAd .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v5qItjxgAd .nav-item .nav-link:hover::after,
.cid-v5qItjxgAd .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v5qItjxgAd .nav-item .nav-link:hover::before,
.cid-v5qItjxgAd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v5qItjxgAd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5qItjxgAd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5qItjxgAd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5qItjxgAd .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5qItjxgAd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5qItjxgAd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5qItjxgAd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5qItjxgAd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5qItjxgAd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5qItjxgAd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5qItjxgAd .content-wrap {
  min-height: 110px;
}
.cid-v5qItkhw4P {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-v5qItkhw4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qItkhw4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qItkhw4P .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-v5qItkhw4P .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
}
.cid-v5qItkhw4P .decoration-wrapper .decor_1 {
  background-color: #232b45;
  top: 0;
}
.cid-v5qItkhw4P .decoration-wrapper .decor_2 {
  background-color: #232b45;
  top: 70px;
}
.cid-v5qItkhw4P .decoration-wrapper .decor_3 {
  background-color: #232b45;
  top: 120px;
}
.cid-v5qItkhw4P .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #232b45;
  border: 2px solid #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5qItkhw4P .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-v5qItkhw4P .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #ffffff;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5qItkhw4P .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-v5qItkhw4P .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5qItkhw4P .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5qItkhw4P .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v5qItkhw4P .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qItkhw4P .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-v5qItkhw4P .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #232b45;
  border-bottom: none;
  box-shadow: 0 18px 0 #232b45;
  background-color: #232b45;
}
@media (max-width: 1440px) {
  .cid-v5qItkhw4P .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItkhw4P .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-v5qItkhw4P .image-wrapper img {
    height: 300px;
  }
}
.cid-v5qItkhw4P .mbr-label,
.cid-v5qItkhw4P .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qItkhw4P .mbr-section-title {
  color: #fffaf0;
}
.cid-v5qItkhw4P .mbr-text,
.cid-v5qItkhw4P .text-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-v5qItkhw4P .mbr-section-title,
.cid-v5qItkhw4P .title-wrapper,
.cid-v5qItkhw4P .mbr-section-btn {
  text-align: center;
}
.cid-v5qItkTjsy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qItkTjsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qItkTjsy .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-v5qItkTjsy .container {
    padding: 0 15px;
  }
}
.cid-v5qItkTjsy .row {
  justify-content: center;
}
.cid-v5qItkTjsy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5qItkTjsy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v5qItkTjsy .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-v5qItkTjsy .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5qItkTjsy .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v5qItkTjsy .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qItkTjsy .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v5qItkTjsy .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v5qItkTjsy .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v5qItkTjsy .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v5qItkTjsy .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5qItkTjsy .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v5qItkTjsy .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v5qItkTjsy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5qItkTjsy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5qItkTjsy .list {
  color: #ffffff;
}
.cid-v5qItkTjsy .list,
.cid-v5qItkTjsy .item-wrap {
  color: #510529;
}
.cid-v5qItlA7Xn {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #232b45);
}
@media (min-width: 768px) {
  .cid-v5qItlA7Xn {
    align-items: flex-start;
  }
  .cid-v5qItlA7Xn .row {
    justify-content: center;
  }
}
.cid-v5qItlA7Xn .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-v5qItlA7Xn .mbr-text,
.cid-v5qItlA7Xn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5qItlA7Xn .mbr-section-title,
.cid-v5qItlA7Xn .line {
  color: #232323;
}
.cid-v5qItlA7Xn h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-v5qItlA7Xn h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-v5qItlA7Xn .mbr-section-subtitle,
.cid-v5qItlA7Xn .align {
  text-align: left;
  color: #232323;
}
.cid-v5qItlA7Xn .mbr-text2 {
  color: #808080;
}
.cid-v5qItmitPs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-v5qItmitPs .item {
  position: relative;
}
.cid-v5qItmitPs .item .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #ebfff5 10%, #eeeeee 50%, #eeeef4 100%);
  filter: blur(1rem);
}
.cid-v5qItmitPs .item .gradient-wrap::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eeeef4;
  filter: blur(1rem);
}
.cid-v5qItmitPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qItmitPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qItmitPs .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
  z-index: 1;
}
.cid-v5qItmitPs .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #232b45;
}
.cid-v5qItmitPs .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qItmitPs .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qItmitPs .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qItmitPs .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qItmitPs .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qItmitPs .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItmitPs .decoration_1 {
    left: -380px;
  }
}
.cid-v5qItmitPs .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qItmitPs .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qItmitPs .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qItmitPs .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItmitPs .decoration_2 {
    right: -380px;
  }
}
.cid-v5qItmitPs .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-v5qItmitPs .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v5qItmitPs .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v5qItmitPs .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5qItmitPs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5qItmitPs .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v5qItmitPs .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5qItmitPs .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v5qItmitPs .mbr-section-title {
  color: #181824;
}
.cid-v5qItmitPs .mbr-text,
.cid-v5qItmitPs .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5qItmitPs .mbr-section-title,
.cid-v5qItmitPs .mbr-section-btn,
.cid-v5qItmitPs .icon-wrapper {
  text-align: center;
}
.cid-v5qItmYwCG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171827;
}
.cid-v5qItmYwCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qItmYwCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qItmYwCG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5qItmYwCG .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qItmYwCG .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItmYwCG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qItmYwCG .container {
    padding: 0 12px;
  }
}
.cid-v5qItmYwCG .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5qItmYwCG .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-v5qItmYwCG .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-v5qItmYwCG .title-wrapper .title-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-v5qItmYwCG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5qItmYwCG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-v5qItmYwCG .items-wrapper {
    display: block;
  }
}
.cid-v5qItmYwCG .items-wrapper .item {
  background-color: #eeeeee;
  border-radius: 32px !important;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-v5qItmYwCG .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItmYwCG .items-wrapper .item {
    padding: 24px;
    margin-bottom: 1rem;
  }
}
.cid-v5qItmYwCG .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-v5qItmYwCG .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-v5qItmYwCG .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .5em;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}
.cid-v5qItmYwCG .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ba678e;
  opacity: .85;
}
.cid-v5qItmYwCG .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  color: #1d1d1f;
  font-size: 32px;
  position: relative;
  z-index: 1;
}
.cid-v5qItmYwCG .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v5qItmYwCG .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v5qItmYwCG .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-v5qItmYwCG .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5qItmYwCG .mbr-text {
  color: #1D1D1F;
}
.cid-v5qItmYwCG .item-title {
  color: #1D1D1F;
}
.cid-v5qItmYwCG .item-text {
  color: #1D1D1F;
}
.cid-v5qItmYwCG .item-title,
.cid-v5qItmYwCG .icon-wrapper {
  text-align: center;
}
.cid-v5qItnRfXF {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232b45;
}
@media (min-width: 768px) {
  .cid-v5qItnRfXF {
    align-items: center;
  }
  .cid-v5qItnRfXF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5qItnRfXF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5qItnRfXF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5qItnRfXF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5qItnRfXF .content-wrap {
    width: 100%;
  }
}
.cid-v5qItnRfXF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5qItnRfXF .mbr-text,
.cid-v5qItnRfXF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5qItow5vq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qItow5vq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qItow5vq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qItow5vq .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5qItow5vq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5qItow5vq .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5qItow5vq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5qItow5vq .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-v5qItow5vq .panel-group .card:hover {
  background-color: #212124;
}
.cid-v5qItow5vq .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5qItow5vq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5qItow5vq .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5qItow5vq .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-v5qItow5vq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5qItow5vq .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #1d1d1f;
}
.cid-v5qItow5vq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v5qItow5vq .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #212124;
  padding-bottom: 8px;
}
.cid-v5qItow5vq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v5qItow5vq .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5qItow5vq .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-v5qItow5vq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5qItow5vq .panel-group .card .collapse.show .panel-body {
  background-color: #212124;
}
.cid-v5qItow5vq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5qItow5vq .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v5qItow5vq .panel-title-edit {
  color: #000000;
}
.cid-v5qItow5vq .panel-text {
  color: #808080;
}
.cid-v5qItpqzMV {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v5qItpqzMV {
    align-items: center;
  }
  .cid-v5qItpqzMV .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5qItpqzMV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5qItpqzMV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5qItpqzMV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5qItpqzMV .content-wrap {
    width: 100%;
  }
}
.cid-v5qItpqzMV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5qItpqzMV .mbr-text,
.cid-v5qItpqzMV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5qItpZ7Vx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
  position: relative;
  overflow: hidden;
}
.cid-v5qItpZ7Vx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qItpZ7Vx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qItpZ7Vx .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v5qItpZ7Vx .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v5qItpZ7Vx .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qItpZ7Vx .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v5qItpZ7Vx .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qItpZ7Vx .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qItpZ7Vx .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qItpZ7Vx .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItpZ7Vx .decoration_1 {
    left: -380px;
  }
}
.cid-v5qItpZ7Vx .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qItpZ7Vx .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qItpZ7Vx .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qItpZ7Vx .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItpZ7Vx .decoration_2 {
    right: -380px;
  }
}
.cid-v5qItpZ7Vx .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-v5qItpZ7Vx .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5qItpZ7Vx .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5qItpZ7Vx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qItpZ7Vx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qItpZ7Vx .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v5qItpZ7Vx .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v5qItpZ7Vx .content-wrapper .image-wrapper {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v5qItpZ7Vx .content-wrapper .image-wrapper {
    padding: 6px;
    margin-top: 24px;
  }
}
.cid-v5qItpZ7Vx .content-wrapper .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5qItpZ7Vx .content-wrapper .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v5qItpZ7Vx .content-wrapper .image-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5qItpZ7Vx .content-wrapper .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v5qItpZ7Vx .content-wrapper .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v5qItpZ7Vx .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v5qItpZ7Vx .mbr-section-title {
  color: #181824;
}
.cid-v5qItpZ7Vx .mbr-text,
.cid-v5qItpZ7Vx .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-v5qItpZ7Vx .mbr-section-title,
.cid-v5qItpZ7Vx .mbr-section-btn,
.cid-v5qItpZ7Vx .icon-wrapper {
  text-align: center;
}
.cid-v5qItpZ7Vx .mbr-section-title,
.cid-v5qItpZ7Vx .mbr-section-btn {
  color: #ffffff;
}
.cid-v5qItpZ7Vx .mbr-text {
  color: #ffffff;
}
.cid-v5qItqGo5m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5qItqGo5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qItqGo5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qItqGo5m .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5qItqGo5m .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qItqGo5m .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItqGo5m .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5qItqGo5m .container {
    padding: 0 12px;
  }
}
.cid-v5qItqGo5m .row {
  justify-content: center;
}
.cid-v5qItqGo5m .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5qItqGo5m .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-v5qItqGo5m .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-v5qItqGo5m .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-v5qItqGo5m .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-v5qItqGo5m .items-wrapper {
    display: block;
  }
}
.cid-v5qItqGo5m .items-wrapper .item {
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-v5qItqGo5m .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItqGo5m .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-v5qItqGo5m .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-v5qItqGo5m .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v5qItqGo5m .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v5qItqGo5m .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-v5qItqGo5m .mbr-section-title {
  color: #ffffff;
}
.cid-v5qItqGo5m .item-title {
  color: #000000;
}
.cid-v5qItqGo5m .item-text {
  color: #ffffff;
}
.cid-v5qItrvoG9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-v5qItrvoG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qItrvoG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qItrvoG9 .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v5qItrvoG9 .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5qItrvoG9 .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #232b45;
  margin-bottom: 15px;
}
.cid-v5qItrvoG9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qItrvoG9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v5qItrvoG9 .cards {
  margin: 0 -10px;
}
.cid-v5qItrvoG9 .cards .card {
  padding: 0 10px;
}
.cid-v5qItrvoG9 .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v5qItrvoG9 .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-v5qItrvoG9 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5qItrvoG9 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-v5qItrvoG9 .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-v5qItrvoG9 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v5qItrvoG9 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qItrvoG9 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qItrvoG9 .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v5qItrvoG9 .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-v5qItrvoG9 .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-v5qItrvoG9 .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #232b45;
}
@media (max-width: 992px) {
  .cid-v5qItrvoG9 .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-v5qItrvoG9 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v5qItrvoG9 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5qItrvoG9 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-v5qItrvoG9 .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-v5qItrvoG9 .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-v5qItrvoG9 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v5qItrvoG9 .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v5qItrvoG9 .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-v5qItrvoG9 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5qItrvoG9 .mbr-label {
  color: #000000;
}
.cid-v5qItrvoG9 .mbr-section-title {
  color: #000000;
}
.cid-v5qItrvoG9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5qItrvoG9 .mbr-text {
  color: #ffffff;
}
.cid-v5qItrvoG9 .card-title {
  color: #000000;
}
.cid-v5qItrvoG9 .card-text {
  color: #000000;
}
.cid-v5qItrvoG9 .mbr-label,
.cid-v5qItrvoG9 .label-wrapper {
  color: #ffffff;
}
.cid-v5qItrvoG9 .mbr-section-title,
.cid-v5qItrvoG9 .title-wrapper {
  color: #f5f5f7;
}
.cid-v5qItrvoG9 .card-title,
.cid-v5qItrvoG9 .iconfont-wrapper,
.cid-v5qItrvoG9 .mbr-section-btn {
  color: #f5f5f7;
}
.cid-v5qItrvoG9 .card-text,
.cid-v5qItrvoG9 .text-wrap {
  color: #ffffff;
}
.cid-v5qItsosOE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v5qItsosOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qItsosOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qItsosOE .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v5qItsosOE .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #232b45;
}
.cid-v5qItsosOE .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #232b45;
}
.cid-v5qItsosOE .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #232b45;
}
.cid-v5qItsosOE .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qItsosOE .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qItsosOE .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qItsosOE .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItsosOE .decoration_1 {
    left: -380px;
  }
}
.cid-v5qItsosOE .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v5qItsosOE .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v5qItsosOE .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v5qItsosOE .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItsosOE .decoration_2 {
    right: -380px;
  }
}
.cid-v5qItsosOE .content-wrapper {
  padding: 12px;
  border: 1px solid #232b45;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-v5qItsosOE .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-v5qItsosOE .content-wrapper {
    margin: 0 16px;
  }
}
.cid-v5qItsosOE .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #232b45;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5qItsosOE .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-v5qItsosOE .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #e0e0eb;
  border: 1px solid #232b45;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5qItsosOE .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-v5qItsosOE .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-v5qItsosOE .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-v5qItsosOE .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-v5qItsosOE .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-v5qItsosOE .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #232b45 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5qItsosOE .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-v5qItsosOE .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v5qItsosOE .mbr-section-title {
  color: #181824;
}
.cid-v5qItsosOE .mbr-text {
  color: #000000;
}
.cid-v5qItt9ust {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5qItt9ust .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qItt9ust .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qItt9ust .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5qItt9ust .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5qItt9ust .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #232b45;
  margin-bottom: 0;
}
.cid-v5qItt9ust .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5qItt9ust .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v5qItt9ust .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v5qItt9ust .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v5qItt9ust .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v5qItt9ust .mbr-label,
.cid-v5qItt9ust .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5qItt9ust .mbr-section-title {
  color: #19171c;
}
.cid-v5qItt9ust .mbr-text,
.cid-v5qItt9ust .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v5qItt9ust .mbr-section-title,
.cid-v5qItt9ust .title-wrapper,
.cid-v5qItt9ust .mbr-section-btn {
  text-align: center;
}
.cid-v5rnmxP4N6 {
  border-top: 3px solid #ffdf70;
  border-bottom: 3px solid #ffdf70;
  margin-top: -3px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232b45;
}
.cid-v5rnmxP4N6 .section-head {
  margin-bottom: 80px;
}
.cid-v5rnmxP4N6 .card {
  border-bottom: 3px solid;
  border-color: #f5f5f7;
  border-radius: 0;
}
.cid-v5rnmxP4N6 .card:first-child {
  border-top: 3px solid;
  border-color: #f5f5f7;
}
.cid-v5rnmxP4N6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-v5rnmxP4N6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5rnmxP4N6 .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-v5rnmxP4N6 .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #ffffff;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-v5rnmxP4N6 .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-v5rnmxP4N6 .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-v5rnmxP4N6 .panel-body,
.cid-v5rnmxP4N6 .card-header {
  padding: 8px 0 15px;
}
.cid-v5rnmxP4N6 .panel-title-edit {
  font-weight: 500;
  color: #ffffff;
}
.cid-v5rnmxP4N6 H3 {
  color: #f5f5f7;
}
.cid-v5rnmxP4N6 .panel-text {
  color: #ffffff;
}
.cid-v5qIttTava {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-v5qIttTava .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-v5qIttTava .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-v5qIttTava .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5qIttTava .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5qIttTava .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5qIttTava .mbr-section-title {
  color: #000000;
}
.cid-v5qItuQOeT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #d2e534;
}
.cid-v5qItuQOeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qItuQOeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qItuQOeT .row {
  justify-content: space-between;
}
.cid-v5qItuQOeT .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5qItuQOeT .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5qItuQOeT .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5qItuQOeT .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-v5qItuQOeT .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-v5qItuQOeT .list li {
  margin-bottom: 25px;
}
.cid-v5qItuQOeT .list li:last-child {
  margin-bottom: 0;
}
.cid-v5qItuQOeT .mbr-desc {
  margin-bottom: 8px;
}
.cid-v5qItuQOeT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5qItuQOeT .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-v5qItuQOeT .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-v5qItuQOeT .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-v5qItuQOeT .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-v5qItuQOeT .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v5qItuQOeT .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-v5qItuQOeT .mbr-desc,
.cid-v5qItuQOeT .mbr-iconfont {
  color: #ffffff;
}
.cid-v5qItuQOeT .mbr-text,
.cid-v5qItuQOeT .mbr-section-btn {
  color: #ffffff;
}
