.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Zilla Slab', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Zilla Slab', serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Zilla Slab', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Zilla Slab', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Zilla Slab', serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f92c50 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2e481a !important;
  border-color: #2e481a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #f92c50;
  color: #f92c50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2e481a;
  color: #2e481a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #050803 !important;
  background-color: transparent !important;
  border-color: #050803 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e481a !important;
  border-color: #2e481a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #f92c50 !important;
}
.text-secondary {
  color: #2e481a !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ba0525 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f92c50;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #f92c50;
  border-color: #f92c50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f92c50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Zilla Slab', serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f92c50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Zilla Slab', serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #f92c50;
}
/* 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: #f92c50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f92c50;
}
.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: #f92c50;
  border-bottom-color: #f92c50;
}
.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: #f92c50 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2e481a !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='%23f92c50' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v7pKttiK8u .navbar-dropdown {
  position: relative !important;
}
.cid-v7pKttiK8u .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7pKttiK8u .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7pKttiK8u .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7pKttiK8u .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-v7pKttiK8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7pKttiK8u .dropdown-item {
  border: 2px solid #0c2c68;
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7pKttiK8u .dropdown-item:hover,
.cid-v7pKttiK8u .dropdown-item:focus {
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7pKttiK8u .dropdown-item:hover span {
  color: white;
}
.cid-v7pKttiK8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7pKttiK8u .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7pKttiK8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7pKttiK8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7pKttiK8u .nav-link {
  position: relative;
}
.cid-v7pKttiK8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7pKttiK8u .container {
    flex-wrap: nowrap;
  }
}
.cid-v7pKttiK8u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7pKttiK8u .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .dropdown-menu,
.cid-v7pKttiK8u .navbar.opened {
  background: #0c2c68 !important;
}
.cid-v7pKttiK8u .nav-item:focus,
.cid-v7pKttiK8u .nav-link:focus {
  outline: none;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7pKttiK8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7pKttiK8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7pKttiK8u .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: #0c2c68;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7pKttiK8u .navbar.opened {
  transition: all 0.3s;
}
.cid-v7pKttiK8u .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-v7pKttiK8u .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7pKttiK8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7pKttiK8u .navbar.collapsed {
  justify-content: center;
}
.cid-v7pKttiK8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7pKttiK8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7pKttiK8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v7pKttiK8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7pKttiK8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7pKttiK8u .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-v7pKttiK8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7pKttiK8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7pKttiK8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7pKttiK8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7pKttiK8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7pKttiK8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7pKttiK8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7pKttiK8u .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-v7pKttiK8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7pKttiK8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7pKttiK8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7pKttiK8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7pKttiK8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7pKttiK8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7pKttiK8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7pKttiK8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7pKttiK8u .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-v7pKttiK8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7pKttiK8u .navbar-brand .navbar-caption:hover,
.cid-v7pKttiK8u .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7pKttiK8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7pKttiK8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .dropdown-item.active,
.cid-v7pKttiK8u .dropdown-item:active {
  background-color: transparent;
}
.cid-v7pKttiK8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7pKttiK8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7pKttiK8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7pKttiK8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7pKttiK8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7pKttiK8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7pKttiK8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7pKttiK8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7pKttiK8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #0c2c68;
  }
}
.cid-v7pKttiK8u .navbar-buttons {
  text-align: center;
}
.cid-v7pKttiK8u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-v7pKttiK8u .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7pKttiK8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7pKttiK8u 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: #0c2c68 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7pKttiK8u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7pKttiK8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7pKttiK8u .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-v7pKttiK8u .navbar {
    height: 70px;
  }
  .cid-v7pKttiK8u .navbar.opened {
    height: auto;
  }
  .cid-v7pKttiK8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7pKttiK8u .navbar-nav {
  margin: 0 auto;
}
.cid-v7pKttiK8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7pKttiK8u .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7pKttiK8u .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7pKttiK8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7pKttiK8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7pKttiK8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7pKttiK8u .nav-item .dropdown-menu .dropdown-item {
  color: #f92c50 !important;
}
.cid-v7pKttiK8u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-v7pKttiK8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7pKttiK8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7pKttiK8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7pKttiK8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7pKttiK8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7pKttiK8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7pKttiK8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7pKttiK8u .content-wrap {
  min-height: 130px;
}
.cid-v7xViBIugY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7xViBIugY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xViBIugY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xViBIugY .row {
  margin: 0 -32px;
}
.cid-v7xViBIugY .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v7xViBIugY .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v7xViBIugY .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7xViBIugY .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v7xViBIugY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7xViBIugY .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7xViBIugY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7xViBIugY .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7xViBIugY .image-wrapper {
  padding: 12px;
  border: 1px solid #0c2c68;
  background-color: #393193;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v7xViBIugY .image-wrapper {
    padding: 6px;
  }
}
.cid-v7xViBIugY .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #0c2c68;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #0c2c68;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7xViBIugY .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v7xViBIugY .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7xViBIugY .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v7xViBIugY .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v7xViBIugY .mbr-label {
  color: #49496d;
}
.cid-v7xViBIugY .mbr-section-title {
  color: #181824;
}
.cid-v7xViBIugY .mbr-text,
.cid-v7xViBIugY .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7xViBIugY .mbr-section-title,
.cid-v7xViBIugY .mbr-section-btn {
  text-align: center;
}
.cid-v7xWtjqJ0V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7xWtjqJ0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xWtjqJ0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xWtjqJ0V .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #0c2c68;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7xWtjqJ0V .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v7xWtjqJ0V .card {
  justify-content: center;
}
.cid-v7xWtjqJ0V .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7xWtjqJ0V .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-v7xWtjqJ0V .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v7xWtjqJ0V .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-v7xWtjqJ0V .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7xWtjqJ0V .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-v7xWtjqJ0V .list-wrapper .list .item-wrap::marker {
  color: #0c2c68;
}
.cid-v7xWtjqJ0V .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7xWtjqJ0V .mbr-section-title {
  color: #000000;
}
.cid-v7xWtjqJ0V .mbr-number {
  color: #000000;
}
.cid-v7xWtjqJ0V .list {
  color: #000000;
}
.cid-v7y4rnSjcs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
  position: relative;
  overflow: hidden;
}
.cid-v7y4rnSjcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7y4rnSjcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7y4rnSjcs .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v7y4rnSjcs .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v7y4rnSjcs .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v7y4rnSjcs .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v7y4rnSjcs .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v7y4rnSjcs .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v7y4rnSjcs .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v7y4rnSjcs .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v7y4rnSjcs .decoration_1 {
    left: -380px;
  }
}
.cid-v7y4rnSjcs .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v7y4rnSjcs .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v7y4rnSjcs .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v7y4rnSjcs .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v7y4rnSjcs .decoration_2 {
    right: -380px;
  }
}
.cid-v7y4rnSjcs .content-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-v7y4rnSjcs .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-v7y4rnSjcs .content-wrapper {
    margin: 0 16px;
  }
}
.cid-v7y4rnSjcs .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v7y4rnSjcs .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-v7y4rnSjcs .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 #cdcddd;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v7y4rnSjcs .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-v7y4rnSjcs .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-v7y4rnSjcs .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-v7y4rnSjcs .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-v7y4rnSjcs .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-v7y4rnSjcs .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #cdcddd 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v7y4rnSjcs .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-v7y4rnSjcs .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v7y4rnSjcs .mbr-section-title {
  color: #181824;
}
.cid-v7y4rnSjcs .mbr-text {
  color: #000000;
}
.cid-v7y5NJ8pwm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7y5NJ8pwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7y5NJ8pwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7y5NJ8pwm .row {
  justify-content: center;
}
.cid-v7y5NJ8pwm .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-v7y5NJ8pwm .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-v7y5NJ8pwm .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7y5NJ8pwm .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v7y5NJ8pwm .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v7y5NJ8pwm .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #011e56;
  opacity: .5;
  pointer-events: none;
}
.cid-v7y5NJ8pwm .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7y5NJ8pwm .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-v7y5NJ8pwm .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7y5NJ8pwm .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7y5NJ8pwm .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7y5NJ8pwm .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v7y5NJ8pwm .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7y5NJ8pwm .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-v7y5NJ8pwm .mbr-text,
.cid-v7y5NJ8pwm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7y5NJ8pwm .mbr-section-title,
.cid-v7y5NJ8pwm .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7y6sr3bJ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7y6sr3bJ8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v7y6sr3bJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7y6sr3bJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7y6sr3bJ8 .content-wrap {
  margin: 0;
}
.cid-v7y6sr3bJ8 .content-wrap .card {
  padding: 0;
}
.cid-v7y6sr3bJ8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #0c2c68;
  padding: 40px 32px;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-v7y6sr3bJ8 .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7y6sr3bJ8 .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v7y6sr3bJ8 .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-v7y6sr3bJ8 .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-v7y6sr3bJ8 .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-v7y6sr3bJ8 .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v7y6sr3bJ8 .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-v7y6sr3bJ8 .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-v7y6sr3bJ8 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7y6sr3bJ8 .content-wrapper {
    padding: 40px 0;
  }
}
.cid-v7y6sr3bJ8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7y6sr3bJ8 .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7y6sr3bJ8 .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v7y6sr3bJ8 .mbr-section-title {
  color: #150764;
}
.cid-v7y6sr3bJ8 .mbr-text {
  color: #150764;
}
.cid-v7y6sr3bJ8 .mbr-text,
.cid-v7y6sr3bJ8 .text-wrap {
  color: #000000;
}
.cid-v7y6sr3bJ8 .mbr-section-title,
.cid-v7y6sr3bJ8 .mbr-section-btn {
  color: #000000;
}
.cid-v7y1tMokPy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7y1tMokPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7y1tMokPy .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v7y1tMokPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7y1tMokPy .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7y1tMokPy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7y1tMokPy .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v7y1tMokPy .card-title,
.cid-v7y1tMokPy .iconfont-wrapper {
  color: #000000;
}
.cid-v7y1tMokPy .card-text {
  color: #000000;
}
.cid-v7y1tMokPy .content-head {
  max-width: 800px;
}
.cid-v7y1tMokPy .mbr-section-title {
  color: #000000;
}
.cid-v7y1tMokPy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7y1tMokPy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7pR6MyqGx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-v7pR6MyqGx .mbr-text {
  color: #ffffff;
}
.cid-v7pR6MyqGx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7q6Q1prvT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7q6Q1prvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7q6Q1prvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7q6Q1prvT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7q6Q1prvT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7q6Q1prvT .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7q6Q1prvT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v7q6Q1prvT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v7q6Q1prvT .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-v7q6Q1prvT .mbr-section-title {
  color: #9fe870;
}
.cid-v7q6Q1prvT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7q6Q1prvT .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v7q6Q1prvT .card-box .item-footer {
  margin-top: auto;
}
.cid-v7q6Q1prvT .content-head {
  max-width: 800px;
}
.cid-v7fA7BdZPW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7fA7BdZPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7fA7BdZPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7fA7BdZPW .mbr-section-title {
  color: #ffffff;
}
.cid-v7fA7BdZPW .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v7vlWTarVL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-v7vlWTarVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vlWTarVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vlWTarVL .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7vlWTarVL .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v7vlWTarVL .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-v7vlWTarVL .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v7vlWTarVL .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v7vlWTarVL .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #0c2c68;
}
.cid-v7vlWTarVL .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v7vlWTarVL .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-v7vlWTarVL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7vlWTarVL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7vlWTarVL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7vlWTarVL .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7vlWTarVL .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-v7vlWTarVL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7vlWTarVL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-v7vlWTarVL .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ffffff;
}
.cid-v7vlWTarVL .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-v7vlWTarVL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v7vlWTarVL .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v7vlWTarVL .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-v7vlWTarVL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7vlWTarVL .mbr-section-title,
.cid-v7vlWTarVL .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v7vlWTarVL .panel-title-edit {
  color: #ffffff;
}
.cid-v7vlWTarVL .panel-text {
  color: #323432;
}
.cid-v7vlWTarVL .panel-text,
.cid-v7vlWTarVL .panel-body {
  color: #ffffff;
}
.cid-v7fA3cHCNg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7fA3cHCNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7fA3cHCNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7fA3cHCNg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7fA3cHCNg .mbr-section-title {
  color: #ffffff;
}
.cid-v7ybJvl9wq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-v7ybJvl9wq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ybJvl9wq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ybJvl9wq .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7ybJvl9wq .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v7ybJvl9wq .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v7ybJvl9wq .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-v7ybJvl9wq .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0c2c68;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v7ybJvl9wq .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-v7ybJvl9wq .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7ybJvl9wq .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7ybJvl9wq .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7ybJvl9wq .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-v7ybJvl9wq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v7ybJvl9wq .mbr-section-title,
.cid-v7ybJvl9wq .mbr-section-btn {
  color: #ffffff;
}
.cid-v7xTQNjxDe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7xTQNjxDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xTQNjxDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xTQNjxDe .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .footer-col {
    flex-direction: column;
  }
}
.cid-v7xTQNjxDe .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7xTQNjxDe .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7xTQNjxDe .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .mbr-section-btn {
    text-align: center;
  }
}
.cid-v7xTQNjxDe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v7xTQNjxDe .soc-item {
  margin: 8px;
}
.cid-v7xTQNjxDe .soc-item a:hover .mbr-iconfont,
.cid-v7xTQNjxDe .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v7xTQNjxDe .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .row {
    text-align: center;
  }
  .cid-v7xTQNjxDe .social-row {
    justify-content: center;
  }
}
.cid-v7xTQNjxDe .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v7xTQNjxDe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v7xTQNjxDe .list {
    margin-bottom: 0rem;
  }
}
.cid-v7xTQNjxDe .mbr-text {
  color: #bbbbbb;
}
.cid-v7xTQNjxDe .mbr-section-subtitle {
  color: #000000;
}
.cid-v7xTQNjxDe .list,
.cid-v7xTQNjxDe .item-wrap {
  color: #232323;
}
.cid-v7xTQNjxDe .copyright {
  color: #000000;
}
.cid-v7pKttiK8u .navbar-dropdown {
  position: relative !important;
}
.cid-v7pKttiK8u .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7pKttiK8u .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7pKttiK8u .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7pKttiK8u .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-v7pKttiK8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7pKttiK8u .dropdown-item {
  border: 2px solid #0c2c68;
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7pKttiK8u .dropdown-item:hover,
.cid-v7pKttiK8u .dropdown-item:focus {
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7pKttiK8u .dropdown-item:hover span {
  color: white;
}
.cid-v7pKttiK8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7pKttiK8u .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7pKttiK8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7pKttiK8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7pKttiK8u .nav-link {
  position: relative;
}
.cid-v7pKttiK8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7pKttiK8u .container {
    flex-wrap: nowrap;
  }
}
.cid-v7pKttiK8u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7pKttiK8u .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .dropdown-menu,
.cid-v7pKttiK8u .navbar.opened {
  background: #0c2c68 !important;
}
.cid-v7pKttiK8u .nav-item:focus,
.cid-v7pKttiK8u .nav-link:focus {
  outline: none;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7pKttiK8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7pKttiK8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7pKttiK8u .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: #0c2c68;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7pKttiK8u .navbar.opened {
  transition: all 0.3s;
}
.cid-v7pKttiK8u .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-v7pKttiK8u .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7pKttiK8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7pKttiK8u .navbar.collapsed {
  justify-content: center;
}
.cid-v7pKttiK8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7pKttiK8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7pKttiK8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v7pKttiK8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7pKttiK8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7pKttiK8u .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-v7pKttiK8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7pKttiK8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7pKttiK8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7pKttiK8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7pKttiK8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7pKttiK8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7pKttiK8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7pKttiK8u .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-v7pKttiK8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7pKttiK8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7pKttiK8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7pKttiK8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7pKttiK8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7pKttiK8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7pKttiK8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7pKttiK8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7pKttiK8u .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-v7pKttiK8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7pKttiK8u .navbar-brand .navbar-caption:hover,
.cid-v7pKttiK8u .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7pKttiK8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7pKttiK8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .dropdown-item.active,
.cid-v7pKttiK8u .dropdown-item:active {
  background-color: transparent;
}
.cid-v7pKttiK8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7pKttiK8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7pKttiK8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7pKttiK8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7pKttiK8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7pKttiK8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7pKttiK8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7pKttiK8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7pKttiK8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #0c2c68;
  }
}
.cid-v7pKttiK8u .navbar-buttons {
  text-align: center;
}
.cid-v7pKttiK8u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-v7pKttiK8u .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7pKttiK8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7pKttiK8u 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: #0c2c68 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7pKttiK8u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7pKttiK8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7pKttiK8u .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-v7pKttiK8u .navbar {
    height: 70px;
  }
  .cid-v7pKttiK8u .navbar.opened {
    height: auto;
  }
  .cid-v7pKttiK8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7pKttiK8u .navbar-nav {
  margin: 0 auto;
}
.cid-v7pKttiK8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7pKttiK8u .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7pKttiK8u .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7pKttiK8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7pKttiK8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7pKttiK8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7pKttiK8u .nav-item .dropdown-menu .dropdown-item {
  color: #f92c50 !important;
}
.cid-v7pKttiK8u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-v7pKttiK8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7pKttiK8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7pKttiK8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7pKttiK8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7pKttiK8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7pKttiK8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7pKttiK8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7pKttiK8u .content-wrap {
  min-height: 130px;
}
.cid-v7CLLKWQ93 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-v7CLLKWQ93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLLKWQ93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLLKWQ93 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7CLLKWQ93 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-v7CLLKWQ93 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7CLLKWQ93 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7CLLKWQ93 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7CLLKWQ93 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7CLLKWQ93 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7CLLKWQ93 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-v7CLLKWQ93 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v7CLLKWQ93 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-v7CLLKWQ93 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-v7CLLKWQ93 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-v7CLLKWQ93 .mbr-section-title {
  color: #050f0f;
}
.cid-v7CLLKWQ93 .mbr-text {
  color: #050f0f;
}
.cid-v7vsG2Wkjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-v7vsG2Wkjw .mbr-text {
  color: #ffffff;
}
.cid-v7vsG2Wkjw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7xTQNjxDe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7xTQNjxDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xTQNjxDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xTQNjxDe .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .footer-col {
    flex-direction: column;
  }
}
.cid-v7xTQNjxDe .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7xTQNjxDe .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7xTQNjxDe .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .mbr-section-btn {
    text-align: center;
  }
}
.cid-v7xTQNjxDe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v7xTQNjxDe .soc-item {
  margin: 8px;
}
.cid-v7xTQNjxDe .soc-item a:hover .mbr-iconfont,
.cid-v7xTQNjxDe .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v7xTQNjxDe .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .row {
    text-align: center;
  }
  .cid-v7xTQNjxDe .social-row {
    justify-content: center;
  }
}
.cid-v7xTQNjxDe .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v7xTQNjxDe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v7xTQNjxDe .list {
    margin-bottom: 0rem;
  }
}
.cid-v7xTQNjxDe .mbr-text {
  color: #bbbbbb;
}
.cid-v7xTQNjxDe .mbr-section-subtitle {
  color: #000000;
}
.cid-v7xTQNjxDe .list,
.cid-v7xTQNjxDe .item-wrap {
  color: #232323;
}
.cid-v7xTQNjxDe .copyright {
  color: #000000;
}
.cid-v7pKttiK8u .navbar-dropdown {
  position: relative !important;
}
.cid-v7pKttiK8u .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7pKttiK8u .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7pKttiK8u .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7pKttiK8u .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-v7pKttiK8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7pKttiK8u .dropdown-item {
  border: 2px solid #0c2c68;
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7pKttiK8u .dropdown-item:hover,
.cid-v7pKttiK8u .dropdown-item:focus {
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7pKttiK8u .dropdown-item:hover span {
  color: white;
}
.cid-v7pKttiK8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7pKttiK8u .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7pKttiK8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7pKttiK8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7pKttiK8u .nav-link {
  position: relative;
}
.cid-v7pKttiK8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7pKttiK8u .container {
    flex-wrap: nowrap;
  }
}
.cid-v7pKttiK8u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7pKttiK8u .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .dropdown-menu,
.cid-v7pKttiK8u .navbar.opened {
  background: #0c2c68 !important;
}
.cid-v7pKttiK8u .nav-item:focus,
.cid-v7pKttiK8u .nav-link:focus {
  outline: none;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7pKttiK8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7pKttiK8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7pKttiK8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7pKttiK8u .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: #0c2c68;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7pKttiK8u .navbar.opened {
  transition: all 0.3s;
}
.cid-v7pKttiK8u .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-v7pKttiK8u .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7pKttiK8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7pKttiK8u .navbar.collapsed {
  justify-content: center;
}
.cid-v7pKttiK8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7pKttiK8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7pKttiK8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v7pKttiK8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7pKttiK8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7pKttiK8u .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-v7pKttiK8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7pKttiK8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7pKttiK8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7pKttiK8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7pKttiK8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7pKttiK8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7pKttiK8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7pKttiK8u .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-v7pKttiK8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7pKttiK8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7pKttiK8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7pKttiK8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7pKttiK8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7pKttiK8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7pKttiK8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7pKttiK8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7pKttiK8u .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-v7pKttiK8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7pKttiK8u .navbar-brand .navbar-caption:hover,
.cid-v7pKttiK8u .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7pKttiK8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7pKttiK8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .dropdown-item.active,
.cid-v7pKttiK8u .dropdown-item:active {
  background-color: transparent;
}
.cid-v7pKttiK8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7pKttiK8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7pKttiK8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7pKttiK8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7pKttiK8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7pKttiK8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7pKttiK8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7pKttiK8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7pKttiK8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #0c2c68;
  }
}
.cid-v7pKttiK8u .navbar-buttons {
  text-align: center;
}
.cid-v7pKttiK8u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-v7pKttiK8u .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7pKttiK8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7pKttiK8u 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: #0c2c68 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7pKttiK8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7pKttiK8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7pKttiK8u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7pKttiK8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7pKttiK8u .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-v7pKttiK8u .navbar {
    height: 70px;
  }
  .cid-v7pKttiK8u .navbar.opened {
    height: auto;
  }
  .cid-v7pKttiK8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7pKttiK8u .navbar-nav {
  margin: 0 auto;
}
.cid-v7pKttiK8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7pKttiK8u .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7pKttiK8u .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7pKttiK8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-v7pKttiK8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7pKttiK8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7pKttiK8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7pKttiK8u .nav-item .dropdown-menu .dropdown-item {
  color: #f92c50 !important;
}
.cid-v7pKttiK8u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-v7pKttiK8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7pKttiK8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7pKttiK8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7pKttiK8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7pKttiK8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7pKttiK8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7pKttiK8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7pKttiK8u .content-wrap {
  min-height: 130px;
}
.cid-v7CMGXaexM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-v7CMGXaexM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CMGXaexM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CMGXaexM .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7CMGXaexM .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-v7CMGXaexM .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7CMGXaexM .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7CMGXaexM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7CMGXaexM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7CMGXaexM .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7CMGXaexM .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-v7CMGXaexM .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v7CMGXaexM .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-v7CMGXaexM .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-v7CMGXaexM .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-v7CMGXaexM .mbr-section-title {
  color: #050f0f;
}
.cid-v7CMGXaexM .mbr-text {
  color: #050f0f;
}
.cid-v7giXkMlhB {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v7giXkMlhB .content-head {
  max-width: 800px;
}
.cid-v7giXkMlhB .mbr-text,
.cid-v7giXkMlhB .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-v7xTQNjxDe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7xTQNjxDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xTQNjxDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xTQNjxDe .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .footer-col {
    flex-direction: column;
  }
}
.cid-v7xTQNjxDe .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7xTQNjxDe .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7xTQNjxDe .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .mbr-section-btn {
    text-align: center;
  }
}
.cid-v7xTQNjxDe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v7xTQNjxDe .soc-item {
  margin: 8px;
}
.cid-v7xTQNjxDe .soc-item a:hover .mbr-iconfont,
.cid-v7xTQNjxDe .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v7xTQNjxDe .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7xTQNjxDe .row {
    text-align: center;
  }
  .cid-v7xTQNjxDe .social-row {
    justify-content: center;
  }
}
.cid-v7xTQNjxDe .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v7xTQNjxDe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v7xTQNjxDe .list {
    margin-bottom: 0rem;
  }
}
.cid-v7xTQNjxDe .mbr-text {
  color: #bbbbbb;
}
.cid-v7xTQNjxDe .mbr-section-subtitle {
  color: #000000;
}
.cid-v7xTQNjxDe .list,
.cid-v7xTQNjxDe .item-wrap {
  color: #232323;
}
.cid-v7xTQNjxDe .copyright {
  color: #000000;
}
.cid-v7CLC0kmxf .navbar-dropdown {
  position: relative !important;
}
.cid-v7CLC0kmxf .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7CLC0kmxf .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7CLC0kmxf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7CLC0kmxf .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-v7CLC0kmxf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7CLC0kmxf .dropdown-item {
  border: 2px solid #0c2c68;
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7CLC0kmxf .dropdown-item:hover,
.cid-v7CLC0kmxf .dropdown-item:focus {
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7CLC0kmxf .dropdown-item:hover span {
  color: white;
}
.cid-v7CLC0kmxf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7CLC0kmxf .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7CLC0kmxf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7CLC0kmxf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7CLC0kmxf .nav-link {
  position: relative;
}
.cid-v7CLC0kmxf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7CLC0kmxf .container {
    flex-wrap: nowrap;
  }
}
.cid-v7CLC0kmxf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7CLC0kmxf .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-v7CLC0kmxf .dropdown-menu,
.cid-v7CLC0kmxf .navbar.opened {
  background: #0c2c68 !important;
}
.cid-v7CLC0kmxf .nav-item:focus,
.cid-v7CLC0kmxf .nav-link:focus {
  outline: none;
}
.cid-v7CLC0kmxf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7CLC0kmxf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7CLC0kmxf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7CLC0kmxf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7CLC0kmxf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7CLC0kmxf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7CLC0kmxf .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: #0c2c68;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7CLC0kmxf .navbar.opened {
  transition: all 0.3s;
}
.cid-v7CLC0kmxf .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-v7CLC0kmxf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7CLC0kmxf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7CLC0kmxf .navbar.collapsed {
  justify-content: center;
}
.cid-v7CLC0kmxf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7CLC0kmxf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7CLC0kmxf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v7CLC0kmxf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7CLC0kmxf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7CLC0kmxf .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-v7CLC0kmxf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7CLC0kmxf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7CLC0kmxf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7CLC0kmxf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7CLC0kmxf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7CLC0kmxf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7CLC0kmxf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7CLC0kmxf .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-v7CLC0kmxf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7CLC0kmxf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7CLC0kmxf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7CLC0kmxf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7CLC0kmxf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7CLC0kmxf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7CLC0kmxf .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7CLC0kmxf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7CLC0kmxf .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-v7CLC0kmxf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7CLC0kmxf .navbar-brand .navbar-caption:hover,
.cid-v7CLC0kmxf .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7CLC0kmxf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7CLC0kmxf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7CLC0kmxf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7CLC0kmxf .dropdown-item.active,
.cid-v7CLC0kmxf .dropdown-item:active {
  background-color: transparent;
}
.cid-v7CLC0kmxf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7CLC0kmxf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7CLC0kmxf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7CLC0kmxf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7CLC0kmxf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7CLC0kmxf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7CLC0kmxf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7CLC0kmxf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7CLC0kmxf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #0c2c68;
  }
}
.cid-v7CLC0kmxf .navbar-buttons {
  text-align: center;
}
.cid-v7CLC0kmxf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-v7CLC0kmxf .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7CLC0kmxf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7CLC0kmxf 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: #0c2c68 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7CLC0kmxf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7CLC0kmxf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7CLC0kmxf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7CLC0kmxf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7CLC0kmxf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7CLC0kmxf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7CLC0kmxf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7CLC0kmxf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7CLC0kmxf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7CLC0kmxf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7CLC0kmxf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7CLC0kmxf .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-v7CLC0kmxf .navbar {
    height: 70px;
  }
  .cid-v7CLC0kmxf .navbar.opened {
    height: auto;
  }
  .cid-v7CLC0kmxf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7CLC0kmxf .navbar-nav {
  margin: 0 auto;
}
.cid-v7CLC0kmxf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7CLC0kmxf .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7CLC0kmxf .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7CLC0kmxf .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-v7CLC0kmxf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7CLC0kmxf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7CLC0kmxf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7CLC0kmxf .nav-item .dropdown-menu .dropdown-item {
  color: #f92c50 !important;
}
.cid-v7CLC0kmxf .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-v7CLC0kmxf .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7CLC0kmxf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7CLC0kmxf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7CLC0kmxf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7CLC0kmxf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7CLC0kmxf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7CLC0kmxf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7CLC0kmxf .content-wrap {
  min-height: 130px;
}
.cid-v7CLC1e0Zs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7CLC1e0Zs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC1e0Zs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC1e0Zs .row {
  margin: 0 -32px;
}
.cid-v7CLC1e0Zs .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v7CLC1e0Zs .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v7CLC1e0Zs .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7CLC1e0Zs .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v7CLC1e0Zs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7CLC1e0Zs .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7CLC1e0Zs .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7CLC1e0Zs .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7CLC1e0Zs .image-wrapper {
  padding: 12px;
  border: 1px solid #0c2c68;
  background-color: #393193;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v7CLC1e0Zs .image-wrapper {
    padding: 6px;
  }
}
.cid-v7CLC1e0Zs .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #0c2c68;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #0c2c68;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7CLC1e0Zs .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v7CLC1e0Zs .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7CLC1e0Zs .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v7CLC1e0Zs .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v7CLC1e0Zs .mbr-label {
  color: #49496d;
}
.cid-v7CLC1e0Zs .mbr-section-title {
  color: #181824;
}
.cid-v7CLC1e0Zs .mbr-text,
.cid-v7CLC1e0Zs .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7CLC1e0Zs .mbr-section-title,
.cid-v7CLC1e0Zs .mbr-section-btn {
  text-align: center;
}
.cid-v7CLC1RgQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7CLC1RgQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC1RgQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC1RgQn .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #0c2c68;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7CLC1RgQn .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v7CLC1RgQn .card {
  justify-content: center;
}
.cid-v7CLC1RgQn .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7CLC1RgQn .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-v7CLC1RgQn .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v7CLC1RgQn .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-v7CLC1RgQn .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7CLC1RgQn .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-v7CLC1RgQn .list-wrapper .list .item-wrap::marker {
  color: #0c2c68;
}
.cid-v7CLC1RgQn .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7CLC1RgQn .mbr-section-title {
  color: #000000;
}
.cid-v7CLC1RgQn .mbr-number {
  color: #000000;
}
.cid-v7CLC1RgQn .list {
  color: #000000;
}
.cid-v7CLC2kH4M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
  position: relative;
  overflow: hidden;
}
.cid-v7CLC2kH4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC2kH4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC2kH4M .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v7CLC2kH4M .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v7CLC2kH4M .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v7CLC2kH4M .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v7CLC2kH4M .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v7CLC2kH4M .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v7CLC2kH4M .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v7CLC2kH4M .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v7CLC2kH4M .decoration_1 {
    left: -380px;
  }
}
.cid-v7CLC2kH4M .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v7CLC2kH4M .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v7CLC2kH4M .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v7CLC2kH4M .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v7CLC2kH4M .decoration_2 {
    right: -380px;
  }
}
.cid-v7CLC2kH4M .content-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-v7CLC2kH4M .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-v7CLC2kH4M .content-wrapper {
    margin: 0 16px;
  }
}
.cid-v7CLC2kH4M .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v7CLC2kH4M .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-v7CLC2kH4M .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 #cdcddd;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v7CLC2kH4M .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-v7CLC2kH4M .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-v7CLC2kH4M .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-v7CLC2kH4M .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-v7CLC2kH4M .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-v7CLC2kH4M .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #cdcddd 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v7CLC2kH4M .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-v7CLC2kH4M .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v7CLC2kH4M .mbr-section-title {
  color: #181824;
}
.cid-v7CLC2kH4M .mbr-text {
  color: #000000;
}
.cid-v7CLC2RFxw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7CLC2RFxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC2RFxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC2RFxw .row {
  justify-content: center;
}
.cid-v7CLC2RFxw .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-v7CLC2RFxw .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-v7CLC2RFxw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7CLC2RFxw .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v7CLC2RFxw .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v7CLC2RFxw .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #011e56;
  opacity: .5;
  pointer-events: none;
}
.cid-v7CLC2RFxw .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7CLC2RFxw .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-v7CLC2RFxw .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7CLC2RFxw .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7CLC2RFxw .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7CLC2RFxw .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v7CLC2RFxw .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7CLC2RFxw .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-v7CLC2RFxw .mbr-text,
.cid-v7CLC2RFxw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7CLC2RFxw .mbr-section-title,
.cid-v7CLC2RFxw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7CLC3k7Ju {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7CLC3k7Ju .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v7CLC3k7Ju .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC3k7Ju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC3k7Ju .content-wrap {
  margin: 0;
}
.cid-v7CLC3k7Ju .content-wrap .card {
  padding: 0;
}
.cid-v7CLC3k7Ju .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #0c2c68;
  padding: 40px 32px;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-v7CLC3k7Ju .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7CLC3k7Ju .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v7CLC3k7Ju .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-v7CLC3k7Ju .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-v7CLC3k7Ju .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-v7CLC3k7Ju .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v7CLC3k7Ju .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-v7CLC3k7Ju .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-v7CLC3k7Ju .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7CLC3k7Ju .content-wrapper {
    padding: 40px 0;
  }
}
.cid-v7CLC3k7Ju .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7CLC3k7Ju .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7CLC3k7Ju .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v7CLC3k7Ju .mbr-section-title {
  color: #150764;
}
.cid-v7CLC3k7Ju .mbr-text {
  color: #150764;
}
.cid-v7CLC3k7Ju .mbr-text,
.cid-v7CLC3k7Ju .text-wrap {
  color: #000000;
}
.cid-v7CLC3k7Ju .mbr-section-title,
.cid-v7CLC3k7Ju .mbr-section-btn {
  color: #000000;
}
.cid-v7CLC3PtEe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7CLC3PtEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC3PtEe .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v7CLC3PtEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC3PtEe .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7CLC3PtEe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7CLC3PtEe .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v7CLC3PtEe .card-title,
.cid-v7CLC3PtEe .iconfont-wrapper {
  color: #000000;
}
.cid-v7CLC3PtEe .card-text {
  color: #000000;
}
.cid-v7CLC3PtEe .content-head {
  max-width: 800px;
}
.cid-v7CLC3PtEe .mbr-section-title {
  color: #000000;
}
.cid-v7CLC3PtEe .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7CLC3PtEe .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7CLC4vIl3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-v7CLC4vIl3 .mbr-text {
  color: #ffffff;
}
.cid-v7CLC4vIl3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7CLC59Kws {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7CLC59Kws .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC59Kws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC59Kws .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7CLC59Kws .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7CLC59Kws .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7CLC59Kws .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v7CLC59Kws .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v7CLC59Kws .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-v7CLC59Kws .mbr-section-title {
  color: #9fe870;
}
.cid-v7CLC59Kws .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7CLC59Kws .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v7CLC59Kws .card-box .item-footer {
  margin-top: auto;
}
.cid-v7CLC59Kws .content-head {
  max-width: 800px;
}
.cid-v7CLC5W2sM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7CLC5W2sM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC5W2sM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC5W2sM .mbr-section-title {
  color: #ffffff;
}
.cid-v7CLC5W2sM .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v7CLC6proL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-v7CLC6proL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC6proL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC6proL .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7CLC6proL .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v7CLC6proL .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-v7CLC6proL .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v7CLC6proL .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v7CLC6proL .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #0c2c68;
}
.cid-v7CLC6proL .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v7CLC6proL .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-v7CLC6proL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7CLC6proL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7CLC6proL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7CLC6proL .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7CLC6proL .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-v7CLC6proL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7CLC6proL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-v7CLC6proL .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ffffff;
}
.cid-v7CLC6proL .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-v7CLC6proL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v7CLC6proL .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v7CLC6proL .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-v7CLC6proL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7CLC6proL .mbr-section-title,
.cid-v7CLC6proL .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v7CLC6proL .panel-title-edit {
  color: #ffffff;
}
.cid-v7CLC6proL .panel-text {
  color: #323432;
}
.cid-v7CLC6proL .panel-text,
.cid-v7CLC6proL .panel-body {
  color: #ffffff;
}
.cid-v7CLC7mnGe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7CLC7mnGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC7mnGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC7mnGe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7CLC7mnGe .mbr-section-title {
  color: #ffffff;
}
.cid-v7CLC806sl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-v7CLC806sl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC806sl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC806sl .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7CLC806sl .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v7CLC806sl .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v7CLC806sl .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-v7CLC806sl .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0c2c68;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v7CLC806sl .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-v7CLC806sl .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7CLC806sl .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7CLC806sl .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7CLC806sl .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-v7CLC806sl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v7CLC806sl .mbr-section-title,
.cid-v7CLC806sl .mbr-section-btn {
  color: #ffffff;
}
.cid-v7CQzEcFpU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7CQzEcFpU .video-wrapper iframe {
  width: 100%;
}
.cid-v7CQzEcFpU .mbr-section-title,
.cid-v7CQzEcFpU .mbr-section-subtitle,
.cid-v7CQzEcFpU .mbr-text {
  text-align: center;
}
.cid-v7HDloIlni {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7HDloIlni .mbr-text {
  color: #000000;
}
.cid-v7HDloIlni .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v7HDloIlni .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7HDloIlni .mbr-section-subtitle,
.cid-v7HDloIlni .main-button {
  text-align: left;
  color: #000000;
}
.cid-v7HDloIlni .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7HDloIlni .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7HDloIlni .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v7HDloIlni .panel-group {
  border: none;
}
.cid-v7HDloIlni .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v7HDloIlni .card-header {
    padding: 0rem;
  }
}
.cid-v7HDloIlni .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v7HDloIlni .collapsed span {
  transform: rotate(0deg);
}
.cid-v7HDloIlni .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v7HDloIlni p {
  margin-bottom: 0.3rem;
}
.cid-v7HDloIlni .panel-title-edit {
  color: #000000;
}
.cid-v7HDloIlni .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v7HDloIlni .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v7HDloIlni .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7HDloIlni .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v7HDloIlni .panel-text {
  color: #000000;
}
.cid-v7HDloIlni .panel-title-edit,
.cid-v7HDloIlni .mbr-iconfont {
  color: #000000;
}
.cid-v7CLC8AVh8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7CLC8AVh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CLC8AVh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CLC8AVh8 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v7CLC8AVh8 .footer-col {
    flex-direction: column;
  }
}
.cid-v7CLC8AVh8 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7CLC8AVh8 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7CLC8AVh8 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7CLC8AVh8 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7CLC8AVh8 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v7CLC8AVh8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v7CLC8AVh8 .soc-item {
  margin: 8px;
}
.cid-v7CLC8AVh8 .soc-item a:hover .mbr-iconfont,
.cid-v7CLC8AVh8 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v7CLC8AVh8 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7CLC8AVh8 .row {
    text-align: center;
  }
  .cid-v7CLC8AVh8 .social-row {
    justify-content: center;
  }
}
.cid-v7CLC8AVh8 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v7CLC8AVh8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v7CLC8AVh8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v7CLC8AVh8 .mbr-text {
  color: #bbbbbb;
}
.cid-v7CLC8AVh8 .mbr-section-subtitle {
  color: #000000;
}
.cid-v7CLC8AVh8 .list,
.cid-v7CLC8AVh8 .item-wrap {
  color: #232323;
}
.cid-v7CLC8AVh8 .copyright {
  color: #000000;
}
.cid-v7CN2a6cPY .navbar-dropdown {
  position: relative !important;
}
.cid-v7CN2a6cPY .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7CN2a6cPY .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2a6cPY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7CN2a6cPY .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-v7CN2a6cPY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7CN2a6cPY .dropdown-item {
  border: 2px solid #0c2c68;
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7CN2a6cPY .dropdown-item:hover,
.cid-v7CN2a6cPY .dropdown-item:focus {
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7CN2a6cPY .dropdown-item:hover span {
  color: white;
}
.cid-v7CN2a6cPY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7CN2a6cPY .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7CN2a6cPY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7CN2a6cPY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7CN2a6cPY .nav-link {
  position: relative;
}
.cid-v7CN2a6cPY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7CN2a6cPY .container {
    flex-wrap: nowrap;
  }
}
.cid-v7CN2a6cPY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7CN2a6cPY .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-v7CN2a6cPY .dropdown-menu,
.cid-v7CN2a6cPY .navbar.opened {
  background: #0c2c68 !important;
}
.cid-v7CN2a6cPY .nav-item:focus,
.cid-v7CN2a6cPY .nav-link:focus {
  outline: none;
}
.cid-v7CN2a6cPY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7CN2a6cPY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7CN2a6cPY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7CN2a6cPY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7CN2a6cPY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7CN2a6cPY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7CN2a6cPY .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: #0c2c68;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7CN2a6cPY .navbar.opened {
  transition: all 0.3s;
}
.cid-v7CN2a6cPY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-v7CN2a6cPY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7CN2a6cPY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7CN2a6cPY .navbar.collapsed {
  justify-content: center;
}
.cid-v7CN2a6cPY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7CN2a6cPY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7CN2a6cPY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v7CN2a6cPY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7CN2a6cPY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7CN2a6cPY .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-v7CN2a6cPY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7CN2a6cPY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7CN2a6cPY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7CN2a6cPY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7CN2a6cPY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7CN2a6cPY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7CN2a6cPY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7CN2a6cPY .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-v7CN2a6cPY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7CN2a6cPY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7CN2a6cPY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7CN2a6cPY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7CN2a6cPY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7CN2a6cPY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7CN2a6cPY .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7CN2a6cPY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7CN2a6cPY .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-v7CN2a6cPY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7CN2a6cPY .navbar-brand .navbar-caption:hover,
.cid-v7CN2a6cPY .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7CN2a6cPY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7CN2a6cPY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7CN2a6cPY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7CN2a6cPY .dropdown-item.active,
.cid-v7CN2a6cPY .dropdown-item:active {
  background-color: transparent;
}
.cid-v7CN2a6cPY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7CN2a6cPY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7CN2a6cPY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7CN2a6cPY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7CN2a6cPY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7CN2a6cPY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7CN2a6cPY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7CN2a6cPY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7CN2a6cPY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #0c2c68;
  }
}
.cid-v7CN2a6cPY .navbar-buttons {
  text-align: center;
}
.cid-v7CN2a6cPY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-v7CN2a6cPY .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7CN2a6cPY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7CN2a6cPY 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: #0c2c68 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7CN2a6cPY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7CN2a6cPY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7CN2a6cPY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7CN2a6cPY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7CN2a6cPY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7CN2a6cPY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7CN2a6cPY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7CN2a6cPY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7CN2a6cPY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7CN2a6cPY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7CN2a6cPY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7CN2a6cPY .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-v7CN2a6cPY .navbar {
    height: 70px;
  }
  .cid-v7CN2a6cPY .navbar.opened {
    height: auto;
  }
  .cid-v7CN2a6cPY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7CN2a6cPY .navbar-nav {
  margin: 0 auto;
}
.cid-v7CN2a6cPY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7CN2a6cPY .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7CN2a6cPY .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7CN2a6cPY .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-v7CN2a6cPY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7CN2a6cPY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7CN2a6cPY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7CN2a6cPY .nav-item .dropdown-menu .dropdown-item {
  color: #f92c50 !important;
}
.cid-v7CN2a6cPY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-v7CN2a6cPY .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7CN2a6cPY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7CN2a6cPY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7CN2a6cPY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7CN2a6cPY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7CN2a6cPY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7CN2a6cPY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7CN2a6cPY .content-wrap {
  min-height: 130px;
}
.cid-v7CN2aE091 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7CN2aE091 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2aE091 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2aE091 .row {
  margin: 0 -32px;
}
.cid-v7CN2aE091 .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v7CN2aE091 .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v7CN2aE091 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7CN2aE091 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v7CN2aE091 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7CN2aE091 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7CN2aE091 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7CN2aE091 .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7CN2aE091 .image-wrapper {
  padding: 12px;
  border: 1px solid #0c2c68;
  background-color: #393193;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v7CN2aE091 .image-wrapper {
    padding: 6px;
  }
}
.cid-v7CN2aE091 .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #0c2c68;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #0c2c68;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7CN2aE091 .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v7CN2aE091 .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7CN2aE091 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v7CN2aE091 .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v7CN2aE091 .mbr-label {
  color: #49496d;
}
.cid-v7CN2aE091 .mbr-section-title {
  color: #181824;
}
.cid-v7CN2aE091 .mbr-text,
.cid-v7CN2aE091 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7CN2aE091 .mbr-section-title,
.cid-v7CN2aE091 .mbr-section-btn {
  text-align: center;
}
.cid-v7CN2b30gG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7CN2b30gG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2b30gG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2b30gG .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #0c2c68;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7CN2b30gG .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v7CN2b30gG .card {
  justify-content: center;
}
.cid-v7CN2b30gG .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7CN2b30gG .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-v7CN2b30gG .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v7CN2b30gG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-v7CN2b30gG .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7CN2b30gG .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-v7CN2b30gG .list-wrapper .list .item-wrap::marker {
  color: #0c2c68;
}
.cid-v7CN2b30gG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7CN2b30gG .mbr-section-title {
  color: #000000;
}
.cid-v7CN2b30gG .mbr-number {
  color: #000000;
}
.cid-v7CN2b30gG .list {
  color: #000000;
}
.cid-v7CN2bt1YQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
  position: relative;
  overflow: hidden;
}
.cid-v7CN2bt1YQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2bt1YQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2bt1YQ .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v7CN2bt1YQ .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v7CN2bt1YQ .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v7CN2bt1YQ .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v7CN2bt1YQ .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v7CN2bt1YQ .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v7CN2bt1YQ .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v7CN2bt1YQ .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2bt1YQ .decoration_1 {
    left: -380px;
  }
}
.cid-v7CN2bt1YQ .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v7CN2bt1YQ .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v7CN2bt1YQ .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v7CN2bt1YQ .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2bt1YQ .decoration_2 {
    right: -380px;
  }
}
.cid-v7CN2bt1YQ .content-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-v7CN2bt1YQ .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2bt1YQ .content-wrapper {
    margin: 0 16px;
  }
}
.cid-v7CN2bt1YQ .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v7CN2bt1YQ .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-v7CN2bt1YQ .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 #cdcddd;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v7CN2bt1YQ .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-v7CN2bt1YQ .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-v7CN2bt1YQ .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-v7CN2bt1YQ .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-v7CN2bt1YQ .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-v7CN2bt1YQ .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #cdcddd 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v7CN2bt1YQ .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-v7CN2bt1YQ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v7CN2bt1YQ .mbr-section-title {
  color: #181824;
}
.cid-v7CN2bt1YQ .mbr-text {
  color: #000000;
}
.cid-v7CN2bYyQa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7CN2bYyQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2bYyQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2bYyQa .row {
  justify-content: center;
}
.cid-v7CN2bYyQa .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-v7CN2bYyQa .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-v7CN2bYyQa .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2bYyQa .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v7CN2bYyQa .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v7CN2bYyQa .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #011e56;
  opacity: .5;
  pointer-events: none;
}
.cid-v7CN2bYyQa .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7CN2bYyQa .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-v7CN2bYyQa .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7CN2bYyQa .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7CN2bYyQa .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7CN2bYyQa .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v7CN2bYyQa .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7CN2bYyQa .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-v7CN2bYyQa .mbr-text,
.cid-v7CN2bYyQa .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7CN2bYyQa .mbr-section-title,
.cid-v7CN2bYyQa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7CN2cqeKW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7CN2cqeKW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v7CN2cqeKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2cqeKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2cqeKW .content-wrap {
  margin: 0;
}
.cid-v7CN2cqeKW .content-wrap .card {
  padding: 0;
}
.cid-v7CN2cqeKW .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #0c2c68;
  padding: 40px 32px;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-v7CN2cqeKW .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2cqeKW .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2cqeKW .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-v7CN2cqeKW .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-v7CN2cqeKW .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-v7CN2cqeKW .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v7CN2cqeKW .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-v7CN2cqeKW .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-v7CN2cqeKW .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2cqeKW .content-wrapper {
    padding: 40px 0;
  }
}
.cid-v7CN2cqeKW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7CN2cqeKW .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7CN2cqeKW .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v7CN2cqeKW .mbr-section-title {
  color: #150764;
}
.cid-v7CN2cqeKW .mbr-text {
  color: #150764;
}
.cid-v7CN2cqeKW .mbr-text,
.cid-v7CN2cqeKW .text-wrap {
  color: #000000;
}
.cid-v7CN2cqeKW .mbr-section-title,
.cid-v7CN2cqeKW .mbr-section-btn {
  color: #000000;
}
.cid-v7CN2cQrVl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7CN2cQrVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2cQrVl .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v7CN2cQrVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2cQrVl .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7CN2cQrVl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7CN2cQrVl .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v7CN2cQrVl .card-title,
.cid-v7CN2cQrVl .iconfont-wrapper {
  color: #000000;
}
.cid-v7CN2cQrVl .card-text {
  color: #000000;
}
.cid-v7CN2cQrVl .content-head {
  max-width: 800px;
}
.cid-v7CN2cQrVl .mbr-section-title {
  color: #000000;
}
.cid-v7CN2cQrVl .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7CN2cQrVl .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7CN2ducWq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-v7CN2ducWq .mbr-text {
  color: #ffffff;
}
.cid-v7CN2ducWq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7CN2e5mcq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7CN2e5mcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2e5mcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2e5mcq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7CN2e5mcq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7CN2e5mcq .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7CN2e5mcq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v7CN2e5mcq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v7CN2e5mcq .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-v7CN2e5mcq .mbr-section-title {
  color: #9fe870;
}
.cid-v7CN2e5mcq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7CN2e5mcq .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v7CN2e5mcq .card-box .item-footer {
  margin-top: auto;
}
.cid-v7CN2e5mcq .content-head {
  max-width: 800px;
}
.cid-v7CN2eOXxd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7CN2eOXxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2eOXxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2eOXxd .mbr-section-title {
  color: #ffffff;
}
.cid-v7CN2eOXxd .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v7CN2fgn5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-v7CN2fgn5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2fgn5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2fgn5J .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7CN2fgn5J .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v7CN2fgn5J .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-v7CN2fgn5J .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2fgn5J .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v7CN2fgn5J .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #0c2c68;
}
.cid-v7CN2fgn5J .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v7CN2fgn5J .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-v7CN2fgn5J .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7CN2fgn5J .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7CN2fgn5J .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7CN2fgn5J .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7CN2fgn5J .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-v7CN2fgn5J .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7CN2fgn5J .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-v7CN2fgn5J .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ffffff;
}
.cid-v7CN2fgn5J .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-v7CN2fgn5J .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v7CN2fgn5J .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v7CN2fgn5J .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-v7CN2fgn5J .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7CN2fgn5J .mbr-section-title,
.cid-v7CN2fgn5J .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v7CN2fgn5J .panel-title-edit {
  color: #ffffff;
}
.cid-v7CN2fgn5J .panel-text {
  color: #323432;
}
.cid-v7CN2fgn5J .panel-text,
.cid-v7CN2fgn5J .panel-body {
  color: #ffffff;
}
.cid-v7CN2g48j2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7CN2g48j2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2g48j2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2g48j2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7CN2g48j2 .mbr-section-title {
  color: #ffffff;
}
.cid-v7CN2gGnUN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-v7CN2gGnUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2gGnUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2gGnUN .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7CN2gGnUN .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v7CN2gGnUN .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v7CN2gGnUN .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-v7CN2gGnUN .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0c2c68;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v7CN2gGnUN .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-v7CN2gGnUN .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7CN2gGnUN .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7CN2gGnUN .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7CN2gGnUN .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-v7CN2gGnUN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v7CN2gGnUN .mbr-section-title,
.cid-v7CN2gGnUN .mbr-section-btn {
  color: #ffffff;
}
.cid-v7HEhz2WFm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7HEhz2WFm .mbr-text {
  color: #000000;
}
.cid-v7HEhz2WFm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v7HEhz2WFm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7HEhz2WFm .mbr-section-subtitle,
.cid-v7HEhz2WFm .main-button {
  text-align: left;
  color: #000000;
}
.cid-v7HEhz2WFm .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7HEhz2WFm .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7HEhz2WFm .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v7HEhz2WFm .panel-group {
  border: none;
}
.cid-v7HEhz2WFm .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v7HEhz2WFm .card-header {
    padding: 0rem;
  }
}
.cid-v7HEhz2WFm .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v7HEhz2WFm .collapsed span {
  transform: rotate(0deg);
}
.cid-v7HEhz2WFm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v7HEhz2WFm p {
  margin-bottom: 0.3rem;
}
.cid-v7HEhz2WFm .panel-title-edit {
  color: #000000;
}
.cid-v7HEhz2WFm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v7HEhz2WFm .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v7HEhz2WFm .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7HEhz2WFm .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v7HEhz2WFm .panel-text {
  color: #000000;
}
.cid-v7HEhz2WFm .panel-title-edit,
.cid-v7HEhz2WFm .mbr-iconfont {
  color: #000000;
}
.cid-v7DDONuG7F .main_wrapper {
  position: relative;
  height: 800px;
  width: 100%;
}
.cid-v7DDONuG7F .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-v7DDONuG7F .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-v7DDONuG7F .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v7DDONuG7F .container-fluid {
    padding: 0;
  }
}
.cid-v7DDONuG7F ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v7DDONuG7F .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7DDONuG7F .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-v7DDONuG7F .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-v7DDONuG7F .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v7DDONuG7F .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-v7DDONuG7F .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-v7DDONuG7F .google-map [data-state-details] {
  color: #edefeb;
  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-v7DDONuG7F .google-map[data-state] {
  background: #edefeb;
}
.cid-v7DDONuG7F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-v7DDONuG7F .google-map {
    position: static;
  }
}
.cid-v7CN2hdXZ9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7CN2hdXZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2hdXZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2hdXZ9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v7CN2hdXZ9 .footer-col {
    flex-direction: column;
  }
}
.cid-v7CN2hdXZ9 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7CN2hdXZ9 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7CN2hdXZ9 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7CN2hdXZ9 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7CN2hdXZ9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v7CN2hdXZ9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v7CN2hdXZ9 .soc-item {
  margin: 8px;
}
.cid-v7CN2hdXZ9 .soc-item a:hover .mbr-iconfont,
.cid-v7CN2hdXZ9 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v7CN2hdXZ9 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7CN2hdXZ9 .row {
    text-align: center;
  }
  .cid-v7CN2hdXZ9 .social-row {
    justify-content: center;
  }
}
.cid-v7CN2hdXZ9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v7CN2hdXZ9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v7CN2hdXZ9 .list {
    margin-bottom: 0rem;
  }
}
.cid-v7CN2hdXZ9 .mbr-text {
  color: #bbbbbb;
}
.cid-v7CN2hdXZ9 .mbr-section-subtitle {
  color: #000000;
}
.cid-v7CN2hdXZ9 .list,
.cid-v7CN2hdXZ9 .item-wrap {
  color: #232323;
}
.cid-v7CN2hdXZ9 .copyright {
  color: #000000;
}
.cid-v7CN2QTncc .navbar-dropdown {
  position: relative !important;
}
.cid-v7CN2QTncc .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7CN2QTncc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2QTncc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7CN2QTncc .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-v7CN2QTncc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7CN2QTncc .dropdown-item {
  border: 2px solid #0c2c68;
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7CN2QTncc .dropdown-item:hover,
.cid-v7CN2QTncc .dropdown-item:focus {
  background: #0c2c68 !important;
  color: #f92c50 !important;
}
.cid-v7CN2QTncc .dropdown-item:hover span {
  color: white;
}
.cid-v7CN2QTncc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7CN2QTncc .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7CN2QTncc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7CN2QTncc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7CN2QTncc .nav-link {
  position: relative;
}
.cid-v7CN2QTncc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7CN2QTncc .container {
    flex-wrap: nowrap;
  }
}
.cid-v7CN2QTncc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7CN2QTncc .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-v7CN2QTncc .dropdown-menu,
.cid-v7CN2QTncc .navbar.opened {
  background: #0c2c68 !important;
}
.cid-v7CN2QTncc .nav-item:focus,
.cid-v7CN2QTncc .nav-link:focus {
  outline: none;
}
.cid-v7CN2QTncc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7CN2QTncc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7CN2QTncc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7CN2QTncc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7CN2QTncc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7CN2QTncc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7CN2QTncc .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: #0c2c68;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7CN2QTncc .navbar.opened {
  transition: all 0.3s;
}
.cid-v7CN2QTncc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-v7CN2QTncc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7CN2QTncc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7CN2QTncc .navbar.collapsed {
  justify-content: center;
}
.cid-v7CN2QTncc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7CN2QTncc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7CN2QTncc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v7CN2QTncc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7CN2QTncc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7CN2QTncc .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-v7CN2QTncc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7CN2QTncc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7CN2QTncc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7CN2QTncc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7CN2QTncc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7CN2QTncc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7CN2QTncc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7CN2QTncc .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-v7CN2QTncc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7CN2QTncc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7CN2QTncc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7CN2QTncc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7CN2QTncc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7CN2QTncc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7CN2QTncc .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7CN2QTncc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7CN2QTncc .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-v7CN2QTncc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7CN2QTncc .navbar-brand .navbar-caption:hover,
.cid-v7CN2QTncc .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7CN2QTncc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7CN2QTncc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7CN2QTncc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-v7CN2QTncc .dropdown-item.active,
.cid-v7CN2QTncc .dropdown-item:active {
  background-color: transparent;
}
.cid-v7CN2QTncc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7CN2QTncc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7CN2QTncc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7CN2QTncc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7CN2QTncc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7CN2QTncc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7CN2QTncc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7CN2QTncc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7CN2QTncc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #0c2c68;
  }
}
.cid-v7CN2QTncc .navbar-buttons {
  text-align: center;
}
.cid-v7CN2QTncc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-v7CN2QTncc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7CN2QTncc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7CN2QTncc 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: #0c2c68 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7CN2QTncc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7CN2QTncc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7CN2QTncc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7CN2QTncc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7CN2QTncc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7CN2QTncc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7CN2QTncc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7CN2QTncc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7CN2QTncc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7CN2QTncc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7CN2QTncc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7CN2QTncc .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-v7CN2QTncc .navbar {
    height: 70px;
  }
  .cid-v7CN2QTncc .navbar.opened {
    height: auto;
  }
  .cid-v7CN2QTncc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7CN2QTncc .navbar-nav {
  margin: 0 auto;
}
.cid-v7CN2QTncc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7CN2QTncc .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7CN2QTncc .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7CN2QTncc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-v7CN2QTncc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7CN2QTncc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7CN2QTncc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7CN2QTncc .nav-item .dropdown-menu .dropdown-item {
  color: #f92c50 !important;
}
.cid-v7CN2QTncc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-v7CN2QTncc .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7CN2QTncc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7CN2QTncc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7CN2QTncc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7CN2QTncc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7CN2QTncc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7CN2QTncc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7CN2QTncc .content-wrap {
  min-height: 130px;
}
.cid-v7CN2S64p5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7CN2S64p5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2S64p5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2S64p5 .row {
  margin: 0 -32px;
}
.cid-v7CN2S64p5 .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-v7CN2S64p5 .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v7CN2S64p5 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7CN2S64p5 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v7CN2S64p5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7CN2S64p5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7CN2S64p5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7CN2S64p5 .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7CN2S64p5 .image-wrapper {
  padding: 12px;
  border: 1px solid #0c2c68;
  background-color: #393193;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v7CN2S64p5 .image-wrapper {
    padding: 6px;
  }
}
.cid-v7CN2S64p5 .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #0c2c68;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #0c2c68;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7CN2S64p5 .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v7CN2S64p5 .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7CN2S64p5 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v7CN2S64p5 .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v7CN2S64p5 .mbr-label {
  color: #49496d;
}
.cid-v7CN2S64p5 .mbr-section-title {
  color: #181824;
}
.cid-v7CN2S64p5 .mbr-text,
.cid-v7CN2S64p5 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7CN2S64p5 .mbr-section-title,
.cid-v7CN2S64p5 .mbr-section-btn {
  text-align: center;
}
.cid-v7CN2TliBZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7CN2TliBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2TliBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2TliBZ .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #0c2c68;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7CN2TliBZ .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v7CN2TliBZ .card {
  justify-content: center;
}
.cid-v7CN2TliBZ .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7CN2TliBZ .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-v7CN2TliBZ .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v7CN2TliBZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-v7CN2TliBZ .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7CN2TliBZ .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-v7CN2TliBZ .list-wrapper .list .item-wrap::marker {
  color: #0c2c68;
}
.cid-v7CN2TliBZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7CN2TliBZ .mbr-section-title {
  color: #000000;
}
.cid-v7CN2TliBZ .mbr-number {
  color: #000000;
}
.cid-v7CN2TliBZ .list {
  color: #000000;
}
.cid-v7CN2UtRMD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
  position: relative;
  overflow: hidden;
}
.cid-v7CN2UtRMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2UtRMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2UtRMD .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v7CN2UtRMD .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v7CN2UtRMD .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v7CN2UtRMD .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v7CN2UtRMD .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v7CN2UtRMD .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v7CN2UtRMD .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v7CN2UtRMD .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2UtRMD .decoration_1 {
    left: -380px;
  }
}
.cid-v7CN2UtRMD .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v7CN2UtRMD .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v7CN2UtRMD .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v7CN2UtRMD .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2UtRMD .decoration_2 {
    right: -380px;
  }
}
.cid-v7CN2UtRMD .content-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-v7CN2UtRMD .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2UtRMD .content-wrapper {
    margin: 0 16px;
  }
}
.cid-v7CN2UtRMD .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v7CN2UtRMD .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-v7CN2UtRMD .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 #cdcddd;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v7CN2UtRMD .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-v7CN2UtRMD .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-v7CN2UtRMD .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-v7CN2UtRMD .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-v7CN2UtRMD .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-v7CN2UtRMD .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #cdcddd 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v7CN2UtRMD .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-v7CN2UtRMD .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v7CN2UtRMD .mbr-section-title {
  color: #181824;
}
.cid-v7CN2UtRMD .mbr-text {
  color: #000000;
}
.cid-v7CN2VYyrd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7CN2VYyrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2VYyrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2VYyrd .row {
  justify-content: center;
}
.cid-v7CN2VYyrd .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-v7CN2VYyrd .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-v7CN2VYyrd .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2VYyrd .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v7CN2VYyrd .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v7CN2VYyrd .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #011e56;
  opacity: .5;
  pointer-events: none;
}
.cid-v7CN2VYyrd .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7CN2VYyrd .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-v7CN2VYyrd .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7CN2VYyrd .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7CN2VYyrd .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7CN2VYyrd .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v7CN2VYyrd .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7CN2VYyrd .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-v7CN2VYyrd .mbr-text,
.cid-v7CN2VYyrd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7CN2VYyrd .mbr-section-title,
.cid-v7CN2VYyrd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7CN2WJMxK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7CN2WJMxK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v7CN2WJMxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2WJMxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2WJMxK .content-wrap {
  margin: 0;
}
.cid-v7CN2WJMxK .content-wrap .card {
  padding: 0;
}
.cid-v7CN2WJMxK .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #0c2c68;
  padding: 40px 32px;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-v7CN2WJMxK .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2WJMxK .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2WJMxK .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-v7CN2WJMxK .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-v7CN2WJMxK .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-v7CN2WJMxK .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v7CN2WJMxK .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-v7CN2WJMxK .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-v7CN2WJMxK .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2WJMxK .content-wrapper {
    padding: 40px 0;
  }
}
.cid-v7CN2WJMxK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7CN2WJMxK .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7CN2WJMxK .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v7CN2WJMxK .mbr-section-title {
  color: #150764;
}
.cid-v7CN2WJMxK .mbr-text {
  color: #150764;
}
.cid-v7CN2WJMxK .mbr-text,
.cid-v7CN2WJMxK .text-wrap {
  color: #000000;
}
.cid-v7CN2WJMxK .mbr-section-title,
.cid-v7CN2WJMxK .mbr-section-btn {
  color: #000000;
}
.cid-v7CN2XpQza {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7CN2XpQza .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2XpQza .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v7CN2XpQza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2XpQza .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7CN2XpQza .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7CN2XpQza .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v7CN2XpQza .card-title,
.cid-v7CN2XpQza .iconfont-wrapper {
  color: #000000;
}
.cid-v7CN2XpQza .card-text {
  color: #000000;
}
.cid-v7CN2XpQza .content-head {
  max-width: 800px;
}
.cid-v7CN2XpQza .mbr-section-title {
  color: #000000;
}
.cid-v7CN2XpQza .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7CN2XpQza .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7CN2Y0Urq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-v7CN2Y0Urq .mbr-text {
  color: #ffffff;
}
.cid-v7CN2Y0Urq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7CN2YBz6d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7CN2YBz6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2YBz6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2YBz6d .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7CN2YBz6d .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v7CN2YBz6d .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7CN2YBz6d .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v7CN2YBz6d .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v7CN2YBz6d .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-v7CN2YBz6d .mbr-section-title {
  color: #9fe870;
}
.cid-v7CN2YBz6d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7CN2YBz6d .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v7CN2YBz6d .card-box .item-footer {
  margin-top: auto;
}
.cid-v7CN2YBz6d .content-head {
  max-width: 800px;
}
.cid-v7CN2Zd70s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7CN2Zd70s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2Zd70s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2Zd70s .mbr-section-title {
  color: #ffffff;
}
.cid-v7CN2Zd70s .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-v7CN2ZEmhf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-v7CN2ZEmhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN2ZEmhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN2ZEmhf .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7CN2ZEmhf .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v7CN2ZEmhf .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-v7CN2ZEmhf .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v7CN2ZEmhf .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v7CN2ZEmhf .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #0c2c68;
}
.cid-v7CN2ZEmhf .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v7CN2ZEmhf .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-v7CN2ZEmhf .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7CN2ZEmhf .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7CN2ZEmhf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7CN2ZEmhf .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7CN2ZEmhf .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-v7CN2ZEmhf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7CN2ZEmhf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-v7CN2ZEmhf .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ffffff;
}
.cid-v7CN2ZEmhf .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-v7CN2ZEmhf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v7CN2ZEmhf .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v7CN2ZEmhf .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-v7CN2ZEmhf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7CN2ZEmhf .mbr-section-title,
.cid-v7CN2ZEmhf .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v7CN2ZEmhf .panel-title-edit {
  color: #ffffff;
}
.cid-v7CN2ZEmhf .panel-text {
  color: #323432;
}
.cid-v7CN2ZEmhf .panel-text,
.cid-v7CN2ZEmhf .panel-body {
  color: #ffffff;
}
.cid-v7CN30rhM8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7CN30rhM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN30rhM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN30rhM8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7CN30rhM8 .mbr-section-title {
  color: #ffffff;
}
.cid-v7CN30WeM3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-v7CN30WeM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN30WeM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN30WeM3 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #0c2c68;
}
@media (max-width: 992px) {
  .cid-v7CN30WeM3 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v7CN30WeM3 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v7CN30WeM3 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-v7CN30WeM3 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0c2c68;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v7CN30WeM3 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-v7CN30WeM3 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7CN30WeM3 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7CN30WeM3 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7CN30WeM3 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-v7CN30WeM3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v7CN30WeM3 .mbr-section-title,
.cid-v7CN30WeM3 .mbr-section-btn {
  color: #ffffff;
}
.cid-v7HGoSW3a7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7HGoSW3a7 .mbr-text {
  color: #000000;
}
.cid-v7HGoSW3a7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v7HGoSW3a7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7HGoSW3a7 .mbr-section-subtitle,
.cid-v7HGoSW3a7 .main-button {
  text-align: left;
  color: #000000;
}
.cid-v7HGoSW3a7 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7HGoSW3a7 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7HGoSW3a7 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v7HGoSW3a7 .panel-group {
  border: none;
}
.cid-v7HGoSW3a7 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v7HGoSW3a7 .card-header {
    padding: 0rem;
  }
}
.cid-v7HGoSW3a7 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v7HGoSW3a7 .collapsed span {
  transform: rotate(0deg);
}
.cid-v7HGoSW3a7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v7HGoSW3a7 p {
  margin-bottom: 0.3rem;
}
.cid-v7HGoSW3a7 .panel-title-edit {
  color: #000000;
}
.cid-v7HGoSW3a7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v7HGoSW3a7 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v7HGoSW3a7 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7HGoSW3a7 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v7HGoSW3a7 .panel-text {
  color: #000000;
}
.cid-v7HGoSW3a7 .panel-title-edit,
.cid-v7HGoSW3a7 .mbr-iconfont {
  color: #000000;
}
.cid-v7CN31rMgS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-v7CN31rMgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CN31rMgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CN31rMgS .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-v7CN31rMgS .footer-col {
    flex-direction: column;
  }
}
.cid-v7CN31rMgS .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v7CN31rMgS .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7CN31rMgS .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7CN31rMgS .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7CN31rMgS .mbr-section-btn {
    text-align: center;
  }
}
.cid-v7CN31rMgS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v7CN31rMgS .soc-item {
  margin: 8px;
}
.cid-v7CN31rMgS .soc-item a:hover .mbr-iconfont,
.cid-v7CN31rMgS .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v7CN31rMgS .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7CN31rMgS .row {
    text-align: center;
  }
  .cid-v7CN31rMgS .social-row {
    justify-content: center;
  }
}
.cid-v7CN31rMgS .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-v7CN31rMgS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v7CN31rMgS .list {
    margin-bottom: 0rem;
  }
}
.cid-v7CN31rMgS .mbr-text {
  color: #bbbbbb;
}
.cid-v7CN31rMgS .mbr-section-subtitle {
  color: #000000;
}
.cid-v7CN31rMgS .list,
.cid-v7CN31rMgS .item-wrap {
  color: #232323;
}
.cid-v7CN31rMgS .copyright {
  color: #000000;
}
