.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: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #0c781d !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #2e481a !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c781d !important;
  border-color: #0c781d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #11a628 !important;
  border-color: #11a628 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #11a628 !important;
  border-color: #11a628 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2e481a !important;
  border-color: #2e481a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #466d28 !important;
  border-color: #466d28 !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: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #0c781d;
  color: #0c781d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #04290a !important;
  background-color: transparent !important;
  border-color: #04290a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c781d !important;
  border-color: #0c781d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2e481a;
  color: #2e481a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #050803 !important;
  background-color: transparent !important;
  border-color: #050803 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2e481a !important;
  border-color: #2e481a !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: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #0c781d !important;
}
.text-secondary {
  color: #f92c50 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #2e481a !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #031b07 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ba0525 !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: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0c781d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2e481a;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #0c781d;
  border-color: #0c781d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c781d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1be83c;
}
.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: #9ecf79;
}
.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: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #0c781d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0c781d;
}
/* 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: #0c781d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c781d;
}
.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: #0c781d;
  border-bottom-color: #0c781d;
}
.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: #0c781d !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: #f92c50 !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='%230c781d' %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-vd1yYfgSF6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vd1yYfgSF6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vd1yYfgSF6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd1yYfgSF6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd1yYfgSF6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vd1yYfgSF6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vd1yYfgSF6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vd1yYfgSF6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vd1yYfgSF6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vd1yYfgSF6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vd1yYfgSF6 .nav-item:focus,
.cid-vd1yYfgSF6 .nav-link:focus {
  outline: none;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd1yYfgSF6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd1yYfgSF6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd1yYfgSF6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd1yYfgSF6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vd1yYfgSF6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vd1yYfgSF6 .navbar.collapsed {
  justify-content: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd1yYfgSF6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar {
    min-height: 72px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd1yYfgSF6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd1yYfgSF6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vd1yYfgSF6 .dropdown-item.active,
.cid-vd1yYfgSF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd1yYfgSF6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vd1yYfgSF6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd1yYfgSF6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vd1yYfgSF6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd1yYfgSF6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd1yYfgSF6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd1yYfgSF6 .navbar {
    height: 70px;
  }
  .cid-vd1yYfgSF6 .navbar.opened {
    height: auto;
  }
  .cid-vd1yYfgSF6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vd1yYfgSF6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vd1yYfgSF6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vd1yYfgSF6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vd1yYfgSF6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vczmsROqIc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vczmsROqIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vczmsROqIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vczmsROqIc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vczmsROqIc .row {
  flex-direction: row-reverse;
}
.cid-vczmsROqIc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vczmsROqIc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vczmsROqIc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vczmsROqIc .mbr-section-title {
  color: #000000;
}
.cid-vczmsROqIc .mbr-text,
.cid-vczmsROqIc .mbr-section-btn {
  color: #232323;
}
.cid-vczn7E7jw5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b3b9f;
}
.cid-vczn7E7jw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vczn7E7jw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vczn7E7jw5 .row {
  flex-direction: row-reverse;
}
.cid-vczn7E7jw5 .mbr-description {
  color: #ffffff;
  text-align: justify;
}
.cid-vftVSllyXO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vftVSllyXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vftVSllyXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vftVSllyXO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vftVSllyXO .row {
  flex-direction: row-reverse;
}
.cid-vftVSllyXO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vftVSllyXO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vftVSllyXO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vftVSllyXO .mbr-section-title {
  color: #000000;
}
.cid-vftVSllyXO .mbr-text,
.cid-vftVSllyXO .mbr-section-btn {
  color: #000000;
}
.cid-vefC7xp0dU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3755b2;
}
.cid-vefC7xp0dU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vefC7xp0dU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vefC7xp0dU .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vefC7xp0dU .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vefC7xp0dU .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vefC7xp0dU .card-wrapper {
  background: #ffffff;
}
.cid-vefC7xp0dU .mbr-text,
.cid-vefC7xp0dU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vefC7xp0dU .card-title,
.cid-vefC7xp0dU .card-box {
  text-align: left;
  color: #000000;
}
.cid-vefC7xp0dU .image-wrapper img {
  width: 100%;
}
.cid-vefzap9b8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vefzap9b8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vefzap9b8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vefzap9b8I .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vefzap9b8I .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vefzap9b8I .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-vefzap9b8I .card-wrapper {
  background: #3755b2;
}
.cid-vefzap9b8I .mbr-text,
.cid-vefzap9b8I .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vefzap9b8I .card-title,
.cid-vefzap9b8I .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-vefzap9b8I .image-wrapper img {
  width: 100%;
}
.cid-vftVMkER0X {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #39670b;
}
.cid-vftVMkER0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vftVMkER0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vftVMkER0X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vftVMkER0X .row {
  flex-direction: row-reverse;
}
.cid-vftVMkER0X .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vftVMkER0X .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vftVMkER0X .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vftVMkER0X .mbr-section-title {
  color: #ffffff;
}
.cid-vftVMkER0X .mbr-text,
.cid-vftVMkER0X .mbr-section-btn {
  color: #ffffff;
}
.cid-vcJaCaopb2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nweb62-800x445.jpg");
}
.cid-vcJaCaopb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJaCaopb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJaCaopb2 .mbr-description {
  text-align: left;
}
.cid-vcJaCaopb2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vcJaCaopb2 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcJaCaopb2 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vcJaCaopb2 .card-title,
.cid-vcJaCaopb2 .iconfont-wrapper {
  color: #000000;
}
.cid-vcJaCaopb2 .card-text {
  color: #000000;
}
.cid-vcJaCaopb2 .mbr-section-title {
  color: #3755b2;
  text-align: center;
}
.cid-vcJaCaopb2 .mbr-text,
.cid-vcJaCaopb2 .mbr-section-btn {
  text-align: center;
}
.cid-vcJaCaopb2 .card-text,
.cid-vcJaCaopb2 .item .mbr-section-btn {
  text-align: left;
}
.cid-vcJaCaopb2 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vcJaCaopb2 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vcJaCaopb2 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3755b2;
  background-color: #3755b2;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vcJaCaopb2 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vcJaCaopb2 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vcJaCaopb2 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #3755b2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcJaCaopb2 .mbr-text UL {
  text-align: left;
}
.cid-vcJaCaopb2 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-vcJaCaopb2 .mbr-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vcJak1sW0G {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1047ae;
}
.cid-vcJak1sW0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJak1sW0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcJak1sW0G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcJak1sW0G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcJak1sW0G .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcJak1sW0G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcJak1sW0G .mbr-section-title {
  color: #ffffff;
}
.cid-vcJak1sW0G .mbr-text,
.cid-vcJak1sW0G .mbr-section-btn {
  color: #ffffff;
}
.cid-vczngKMuvy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vczngKMuvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vczngKMuvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vczngKMuvy .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vczngKMuvy .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vczngKMuvy .row {
    flex-direction: column-reverse !important;
  }
  .cid-vczngKMuvy .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vczngKMuvy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vczngKMuvy .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vczngKMuvy .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vczngKMuvy .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vczngKMuvy .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vczngKMuvy .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vczngKMuvy .copyright {
    text-align: center;
  }
}
.cid-vd1yYfgSF6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vd1yYfgSF6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vd1yYfgSF6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd1yYfgSF6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd1yYfgSF6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vd1yYfgSF6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vd1yYfgSF6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vd1yYfgSF6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vd1yYfgSF6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vd1yYfgSF6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vd1yYfgSF6 .nav-item:focus,
.cid-vd1yYfgSF6 .nav-link:focus {
  outline: none;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd1yYfgSF6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd1yYfgSF6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd1yYfgSF6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd1yYfgSF6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vd1yYfgSF6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vd1yYfgSF6 .navbar.collapsed {
  justify-content: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd1yYfgSF6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar {
    min-height: 72px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd1yYfgSF6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd1yYfgSF6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vd1yYfgSF6 .dropdown-item.active,
.cid-vd1yYfgSF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd1yYfgSF6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vd1yYfgSF6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd1yYfgSF6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vd1yYfgSF6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd1yYfgSF6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd1yYfgSF6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd1yYfgSF6 .navbar {
    height: 70px;
  }
  .cid-vd1yYfgSF6 .navbar.opened {
    height: auto;
  }
  .cid-vd1yYfgSF6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vd1yYfgSF6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vd1yYfgSF6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vd1yYfgSF6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vd1yYfgSF6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIRF1Ld4U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vcIRF1Ld4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIRF1Ld4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcIRF1Ld4U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcIRF1Ld4U .row {
  flex-direction: row-reverse;
}
.cid-vcIRF1Ld4U .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcIRF1Ld4U .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcIRF1Ld4U .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcIRF1Ld4U .mbr-section-title {
  color: #000000;
}
.cid-vcIRF1Ld4U .mbr-text,
.cid-vcIRF1Ld4U .mbr-section-btn {
  color: #232323;
}
.cid-vcISDOWtI8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cacdc0;
}
.cid-vcISDOWtI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcISDOWtI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcISDOWtI8 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcISDOWtI8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcISDOWtI8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcISDOWtI8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcISDOWtI8 .mbr-text,
.cid-vcISDOWtI8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcISDOWtI8 .card-title,
.cid-vcISDOWtI8 .card-box {
  text-align: left;
  color: #1c3684;
}
.cid-vcIRFnSSxB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vcIRFnSSxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIRFnSSxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIRFnSSxB .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vcIRFnSSxB .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcIRFnSSxB .row {
    flex-direction: column-reverse !important;
  }
  .cid-vcIRFnSSxB .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vcIRFnSSxB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcIRFnSSxB .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcIRFnSSxB .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vcIRFnSSxB .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vcIRFnSSxB .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vcIRFnSSxB .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vcIRFnSSxB .copyright {
    text-align: center;
  }
}
.cid-vd1yYfgSF6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vd1yYfgSF6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vd1yYfgSF6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd1yYfgSF6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd1yYfgSF6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vd1yYfgSF6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vd1yYfgSF6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vd1yYfgSF6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vd1yYfgSF6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vd1yYfgSF6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vd1yYfgSF6 .nav-item:focus,
.cid-vd1yYfgSF6 .nav-link:focus {
  outline: none;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd1yYfgSF6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd1yYfgSF6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd1yYfgSF6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd1yYfgSF6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vd1yYfgSF6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vd1yYfgSF6 .navbar.collapsed {
  justify-content: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd1yYfgSF6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar {
    min-height: 72px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd1yYfgSF6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd1yYfgSF6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vd1yYfgSF6 .dropdown-item.active,
.cid-vd1yYfgSF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd1yYfgSF6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vd1yYfgSF6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd1yYfgSF6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vd1yYfgSF6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd1yYfgSF6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd1yYfgSF6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd1yYfgSF6 .navbar {
    height: 70px;
  }
  .cid-vd1yYfgSF6 .navbar.opened {
    height: auto;
  }
  .cid-vd1yYfgSF6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vd1yYfgSF6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vd1yYfgSF6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vd1yYfgSF6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vd1yYfgSF6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcK8jofLrP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vcK8jofLrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK8jofLrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK8jofLrP .row {
  flex-direction: row-reverse;
}
.cid-vcK8jofLrP .mbr-description {
  text-align: left;
}
.cid-vcK8jofLrP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vcK8jofLrP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcK8jofLrP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vcK8jofLrP .card-title,
.cid-vcK8jofLrP .iconfont-wrapper {
  color: #000000;
}
.cid-vcK8jofLrP .card-text {
  color: #000000;
}
.cid-vcK8jofLrP .mbr-section-title {
  color: #f92c50;
  text-align: center;
}
.cid-vcK8jofLrP .mbr-number {
  color: #f92c50;
}
.cid-vcK8jofLrP .mbr-text,
.cid-vcK8jofLrP .mbr-section-btn {
  text-align: center;
}
.cid-vcK8jofLrP .card-text,
.cid-vcK8jofLrP .item .mbr-section-btn {
  text-align: left;
}
.cid-vcK8jofLrP .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcK8jofLrP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcK8n4djeb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/nweb11-800x445.jpg");
}
.cid-vcK8n4djeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK8n4djeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK8n4djeb .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vcK8n4djeb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcK8n4djeb .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vcK8n4djeb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcK8n4djeb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcK8n4djeb .mbr-section-title {
  color: #ffffff;
}
.cid-vcK8n4djeb .mbr-text,
.cid-vcK8n4djeb .mbr-section-btn {
  color: #ffffff;
}
.cid-vcK8n4djeb img {
  width: 100%;
  height: 100%;
}
.cid-vcJ5T3RElU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/positiva9204-1280x720.jpg");
}
.cid-vcJ5T3RElU .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vcJ5T3RElU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJ5T3RElU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJ5T3RElU .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcJ5T3RElU .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcJ5T3RElU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vcJ5T3RElU .card-title,
.cid-vcJ5T3RElU .iconfont-wrapper {
  color: #393193;
  text-align: center;
}
.cid-vcJ5T3RElU .content-head {
  max-width: 800px;
}
.cid-vcJ5T3RElU .mbr-section-title {
  color: #ffffff;
}
.cid-vcJ5T3RElU .mbr-section-subtitle {
  color: #000000;
}
.cid-vcJ5T3RElU .card-text {
  color: #000000;
  text-align: center;
}
.cid-vcJ5T3RElU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcJ5T3RElU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ve39d0tj3m {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #3755b2;
}
.cid-ve39d0tj3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve39d0tj3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ve39d0tj3m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve39d0tj3m .row {
  flex-direction: row-reverse;
}
.cid-ve39d0tj3m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ve39d0tj3m .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ve39d0tj3m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ve39d0tj3m .mbr-section-title {
  color: #ffffff;
}
.cid-ve39d0tj3m .mbr-text,
.cid-ve39d0tj3m .mbr-section-btn {
  color: #ffffff;
}
.cid-vcJ5TcnwwG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vcJ5TcnwwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJ5TcnwwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJ5TcnwwG .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vcJ5TcnwwG .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcJ5TcnwwG .row {
    flex-direction: column-reverse !important;
  }
  .cid-vcJ5TcnwwG .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vcJ5TcnwwG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcJ5TcnwwG .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcJ5TcnwwG .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vcJ5TcnwwG .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vcJ5TcnwwG .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vcJ5TcnwwG .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vcJ5TcnwwG .copyright {
    text-align: center;
  }
}
.cid-vd1yYfgSF6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vd1yYfgSF6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vd1yYfgSF6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd1yYfgSF6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd1yYfgSF6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vd1yYfgSF6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vd1yYfgSF6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vd1yYfgSF6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vd1yYfgSF6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vd1yYfgSF6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vd1yYfgSF6 .nav-item:focus,
.cid-vd1yYfgSF6 .nav-link:focus {
  outline: none;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd1yYfgSF6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd1yYfgSF6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd1yYfgSF6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd1yYfgSF6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vd1yYfgSF6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vd1yYfgSF6 .navbar.collapsed {
  justify-content: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd1yYfgSF6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar {
    min-height: 72px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd1yYfgSF6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd1yYfgSF6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vd1yYfgSF6 .dropdown-item.active,
.cid-vd1yYfgSF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd1yYfgSF6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vd1yYfgSF6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd1yYfgSF6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vd1yYfgSF6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd1yYfgSF6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd1yYfgSF6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd1yYfgSF6 .navbar {
    height: 70px;
  }
  .cid-vd1yYfgSF6 .navbar.opened {
    height: auto;
  }
  .cid-vd1yYfgSF6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vd1yYfgSF6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vd1yYfgSF6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vd1yYfgSF6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vd1yYfgSF6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcKkIjZ13q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nweb47-800x445.jpg");
}
.cid-vcKkIjZ13q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKkIjZ13q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKkIjZ13q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcKkIjZ13q .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-vcKkIjZ13q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcKkIjZ13q .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcKkIjZ13q .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcKkIjZ13q .header-menu li p {
  margin: 0;
}
.cid-vcKkIjZ13q .mbr-section-title {
  color: #ffffff;
}
.cid-vcKkIjZ13q .header-menu-item {
  color: #ffffff;
}
.cid-vcKkIjZ13q .mbr-text,
.cid-vcKkIjZ13q .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcKkIjZ13q .content-head {
  max-width: 800px;
}
.cid-vcKikjXul3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1c3684;
}
.cid-vcKikjXul3 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vcKikjXul3 img,
.cid-vcKikjXul3 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vcKikjXul3 .item:focus,
.cid-vcKikjXul3 span:focus {
  outline: none;
}
.cid-vcKikjXul3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcKikjXul3 .item {
    margin-bottom: 1rem;
  }
}
.cid-vcKikjXul3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vcKikjXul3 .mbr-section-title {
  color: #232323;
}
.cid-vcKikjXul3 .mbr-text,
.cid-vcKikjXul3 .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vcKikjXul3 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcKikjXul3 .content-head {
  max-width: 800px;
}
.cid-vcKiAr6q5C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcKiAr6q5C .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vcKiAr6q5C img,
.cid-vcKiAr6q5C .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vcKiAr6q5C .item:focus,
.cid-vcKiAr6q5C span:focus {
  outline: none;
}
.cid-vcKiAr6q5C .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcKiAr6q5C .item {
    margin-bottom: 1rem;
  }
}
.cid-vcKiAr6q5C .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vcKiAr6q5C .mbr-section-title {
  color: #232323;
}
.cid-vcKiAr6q5C .mbr-text,
.cid-vcKiAr6q5C .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-vcKiAr6q5C .item-title {
  color: #232323;
  text-align: center;
}
.cid-vcKiAr6q5C .content-head {
  max-width: 800px;
}
.cid-vcKiBAX8JR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1c3684;
}
.cid-vcKiBAX8JR .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vcKiBAX8JR img,
.cid-vcKiBAX8JR .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vcKiBAX8JR .item:focus,
.cid-vcKiBAX8JR span:focus {
  outline: none;
}
.cid-vcKiBAX8JR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcKiBAX8JR .item {
    margin-bottom: 1rem;
  }
}
.cid-vcKiBAX8JR .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vcKiBAX8JR .mbr-section-title {
  color: #232323;
}
.cid-vcKiBAX8JR .mbr-text,
.cid-vcKiBAX8JR .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vcKiBAX8JR .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcKiBAX8JR .content-head {
  max-width: 800px;
}
.cid-vcKiCmV2R1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcKiCmV2R1 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vcKiCmV2R1 img,
.cid-vcKiCmV2R1 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vcKiCmV2R1 .item:focus,
.cid-vcKiCmV2R1 span:focus {
  outline: none;
}
.cid-vcKiCmV2R1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcKiCmV2R1 .item {
    margin-bottom: 1rem;
  }
}
.cid-vcKiCmV2R1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vcKiCmV2R1 .mbr-section-title {
  color: #232323;
}
.cid-vcKiCmV2R1 .mbr-text,
.cid-vcKiCmV2R1 .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-vcKiCmV2R1 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vcKiCmV2R1 .content-head {
  max-width: 800px;
}
.cid-vcKiD2IJKZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1c3684;
}
.cid-vcKiD2IJKZ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vcKiD2IJKZ img,
.cid-vcKiD2IJKZ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vcKiD2IJKZ .item:focus,
.cid-vcKiD2IJKZ span:focus {
  outline: none;
}
.cid-vcKiD2IJKZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcKiD2IJKZ .item {
    margin-bottom: 1rem;
  }
}
.cid-vcKiD2IJKZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vcKiD2IJKZ .mbr-section-title {
  color: #232323;
}
.cid-vcKiD2IJKZ .mbr-text,
.cid-vcKiD2IJKZ .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vcKiD2IJKZ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcKiD2IJKZ .content-head {
  max-width: 800px;
}
.cid-vcKiDZp3X4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcKiDZp3X4 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vcKiDZp3X4 img,
.cid-vcKiDZp3X4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vcKiDZp3X4 .item:focus,
.cid-vcKiDZp3X4 span:focus {
  outline: none;
}
.cid-vcKiDZp3X4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcKiDZp3X4 .item {
    margin-bottom: 1rem;
  }
}
.cid-vcKiDZp3X4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vcKiDZp3X4 .mbr-section-title {
  color: #232323;
}
.cid-vcKiDZp3X4 .mbr-text,
.cid-vcKiDZp3X4 .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-vcKiDZp3X4 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vcKiDZp3X4 .content-head {
  max-width: 800px;
}
.cid-vcJ5ONCGLt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vcJ5ONCGLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJ5ONCGLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJ5ONCGLt .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vcJ5ONCGLt .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcJ5ONCGLt .row {
    flex-direction: column-reverse !important;
  }
  .cid-vcJ5ONCGLt .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vcJ5ONCGLt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcJ5ONCGLt .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcJ5ONCGLt .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vcJ5ONCGLt .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vcJ5ONCGLt .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vcJ5ONCGLt .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vcJ5ONCGLt .copyright {
    text-align: center;
  }
}
.cid-vd1yYfgSF6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vd1yYfgSF6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vd1yYfgSF6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd1yYfgSF6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd1yYfgSF6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vd1yYfgSF6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vd1yYfgSF6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vd1yYfgSF6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vd1yYfgSF6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vd1yYfgSF6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vd1yYfgSF6 .nav-item:focus,
.cid-vd1yYfgSF6 .nav-link:focus {
  outline: none;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd1yYfgSF6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd1yYfgSF6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd1yYfgSF6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd1yYfgSF6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vd1yYfgSF6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vd1yYfgSF6 .navbar.collapsed {
  justify-content: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd1yYfgSF6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar {
    min-height: 72px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd1yYfgSF6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd1yYfgSF6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vd1yYfgSF6 .dropdown-item.active,
.cid-vd1yYfgSF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd1yYfgSF6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vd1yYfgSF6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd1yYfgSF6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vd1yYfgSF6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd1yYfgSF6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd1yYfgSF6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd1yYfgSF6 .navbar {
    height: 70px;
  }
  .cid-vd1yYfgSF6 .navbar.opened {
    height: auto;
  }
  .cid-vd1yYfgSF6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vd1yYfgSF6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vd1yYfgSF6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vd1yYfgSF6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vd1yYfgSF6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcK4Bu4uKJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vcK4Bu4uKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK4Bu4uKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcK4Bu4uKJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcK4Bu4uKJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcK4Bu4uKJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcK4Bu4uKJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcK4Bu4uKJ .mbr-section-title {
  color: #000000;
}
.cid-vcK4Bu4uKJ .mbr-text,
.cid-vcK4Bu4uKJ .mbr-section-btn {
  color: #000000;
}
.cid-vcJ5Iru5Vc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vcJ5Iru5Vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJ5Iru5Vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcJ5Iru5Vc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcJ5Iru5Vc .row {
  flex-direction: row-reverse;
}
.cid-vcJ5Iru5Vc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcJ5Iru5Vc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcJ5Iru5Vc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcJ5Iru5Vc .mbr-section-title {
  color: #000000;
}
.cid-vcJ5Iru5Vc .mbr-text,
.cid-vcJ5Iru5Vc .mbr-section-btn {
  color: #232323;
}
.cid-vcJ5Iyv6Iz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/payasitos-1279x643.jpg");
}
.cid-vcJ5Iyv6Iz .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vcJ5Iyv6Iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJ5Iyv6Iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJ5Iyv6Iz .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcJ5Iyv6Iz .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcJ5Iyv6Iz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vcJ5Iyv6Iz .card-title,
.cid-vcJ5Iyv6Iz .iconfont-wrapper {
  color: #660b68;
}
.cid-vcJ5Iyv6Iz .content-head {
  max-width: 800px;
}
.cid-vcJ5Iyv6Iz .mbr-section-title {
  color: #ffffff;
}
.cid-vcJ5Iyv6Iz .mbr-section-subtitle {
  color: #000000;
}
.cid-vcJ5Iyv6Iz .card-text {
  color: #000000;
}
.cid-vcJ5Iyv6Iz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcJ5Iyv6Iz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdQyCAI7PV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vdQyCAI7PV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdQyCAI7PV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdQyCAI7PV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdQyCAI7PV .row {
  flex-direction: row-reverse;
}
.cid-vdQyCAI7PV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdQyCAI7PV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdQyCAI7PV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdQyCAI7PV .mbr-section-title {
  color: #3755b2;
}
.cid-vdQyCAI7PV .mbr-text,
.cid-vdQyCAI7PV .mbr-section-btn {
  color: #000000;
}
.cid-vcJ5IHmx2F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vcJ5IHmx2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJ5IHmx2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJ5IHmx2F .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vcJ5IHmx2F .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcJ5IHmx2F .row {
    flex-direction: column-reverse !important;
  }
  .cid-vcJ5IHmx2F .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vcJ5IHmx2F .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcJ5IHmx2F .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcJ5IHmx2F .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vcJ5IHmx2F .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vcJ5IHmx2F .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vcJ5IHmx2F .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vcJ5IHmx2F .copyright {
    text-align: center;
  }
}
.cid-vd1yYfgSF6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vd1yYfgSF6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vd1yYfgSF6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd1yYfgSF6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd1yYfgSF6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vd1yYfgSF6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vd1yYfgSF6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vd1yYfgSF6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vd1yYfgSF6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vd1yYfgSF6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vd1yYfgSF6 .nav-item:focus,
.cid-vd1yYfgSF6 .nav-link:focus {
  outline: none;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd1yYfgSF6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd1yYfgSF6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd1yYfgSF6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd1yYfgSF6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vd1yYfgSF6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vd1yYfgSF6 .navbar.collapsed {
  justify-content: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd1yYfgSF6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar {
    min-height: 72px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd1yYfgSF6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd1yYfgSF6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vd1yYfgSF6 .dropdown-item.active,
.cid-vd1yYfgSF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd1yYfgSF6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vd1yYfgSF6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd1yYfgSF6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vd1yYfgSF6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd1yYfgSF6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd1yYfgSF6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd1yYfgSF6 .navbar {
    height: 70px;
  }
  .cid-vd1yYfgSF6 .navbar.opened {
    height: auto;
  }
  .cid-vd1yYfgSF6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vd1yYfgSF6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vd1yYfgSF6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vd1yYfgSF6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vd1yYfgSF6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vd1PUtc9b7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pegasus1-800x445.jpg");
}
.cid-vd1PUtc9b7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1PUtc9b7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vd1PUtc9b7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd1PUtc9b7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vd1PUtc9b7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vd1PUtc9b7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vd1PUtc9b7 .mbr-section-title {
  color: #ffffff;
}
.cid-vd1PUtc9b7 .mbr-text,
.cid-vd1PUtc9b7 .mbr-section-btn {
  color: #ffffff;
}
.cid-vd1AXgBjsb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #97c9f9;
}
.cid-vd1AXgBjsb img,
.cid-vd1AXgBjsb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vd1AXgBjsb .item:focus,
.cid-vd1AXgBjsb span:focus {
  outline: none;
}
.cid-vd1AXgBjsb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vd1AXgBjsb .item {
    margin-bottom: 1rem;
  }
}
.cid-vd1AXgBjsb .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vd1AXgBjsb .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vd1AXgBjsb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vd1AXgBjsb .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vd1AXgBjsb .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1AXgBjsb .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vd1AXgBjsb .mbr-section-title {
  color: #232323;
}
.cid-vd1AXgBjsb .mbr-text,
.cid-vd1AXgBjsb .mbr-section-btn {
  text-align: center;
}
.cid-vd1AXgBjsb .item-title {
  text-align: left;
}
.cid-vd1AXgBjsb .content-head {
  max-width: 800px;
}
.cid-vd1AXgBjsb .mbr-text,
.cid-vd1AXgBjsb .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vd1AYyEof3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/yamu-jay-global-business-9062781-640-640x427.jpg");
}
.cid-vd1AYyEof3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1AYyEof3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1AYyEof3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vd1AYyEof3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vd1AYyEof3 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vd1AYyEof3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1AYyEof3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vd1AYyEof3 .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-vd1AYyEof3 .mbr-section-title {
  color: #ffffff;
}
.cid-vd1AYyEof3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd1AYyEof3 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vd1AYyEof3 .card-box .item-footer {
  margin-top: auto;
}
.cid-vd1AYyEof3 .content-head {
  max-width: 800px;
}
.cid-veMQQCUirX {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veMQQCUirX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMQQCUirX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veMQQCUirX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veMQQCUirX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veMQQCUirX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veMQQCUirX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veMQQCUirX .mbr-section-title {
  color: #000000;
}
.cid-veMQQCUirX .mbr-text,
.cid-veMQQCUirX .mbr-section-btn {
  color: #000000;
}
.cid-vd1B3eHFsp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/geralt-analysis-626881-640-640x452.jpg");
}
.cid-vd1B3eHFsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1B3eHFsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1B3eHFsp .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vd1B3eHFsp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd1B3eHFsp .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vd1B3eHFsp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vd1B3eHFsp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vd1B3eHFsp .mbr-section-title {
  color: #ffffff;
}
.cid-vd1B3eHFsp .mbr-text,
.cid-vd1B3eHFsp .mbr-section-btn {
  color: #ffffff;
}
.cid-vd1B3eHFsp img {
  width: 100%;
  height: 100%;
}
.cid-vd5HdgSD2h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b0d4f7;
}
.cid-vd5HdgSD2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5HdgSD2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5HdgSD2h .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vd5HdgSD2h .item-mb {
    margin-bottom: 0;
  }
}
.cid-vd5HdgSD2h .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vd5HdgSD2h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5HdgSD2h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vd5HdgSD2h .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #1a1579;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #97c9f9;
  height: 80px;
  border-radius: 50%;
}
.cid-vd5HdgSD2h .mbr-section-title {
  color: #000000;
}
.cid-vd5HdgSD2h .mbr-section-subtitle {
  color: #000000;
}
.cid-vd5HdgSD2h .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vd5HdgSD2h .card-box .item-footer {
  margin-top: auto;
}
.cid-vd5HdgSD2h .content-head {
  max-width: 800px;
}
.cid-veMRvVQA88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3755b2;
}
.cid-veMRvVQA88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMRvVQA88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMRvVQA88 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veMRvVQA88 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veMRvVQA88 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veMRvVQA88 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veMRvVQA88 .mbr-text,
.cid-veMRvVQA88 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veMRvVQA88 .card-title,
.cid-veMRvVQA88 .card-box {
  text-align: left;
  color: #000000;
}
.cid-veMT3j5zdX {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veMT3j5zdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMT3j5zdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veMT3j5zdX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veMT3j5zdX .row {
  flex-direction: row-reverse;
}
.cid-veMT3j5zdX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veMT3j5zdX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veMT3j5zdX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veMT3j5zdX .mbr-section-title {
  color: #000000;
}
.cid-veMT3j5zdX .mbr-text,
.cid-veMT3j5zdX .mbr-section-btn {
  color: #000000;
}
.cid-veMTzLChcL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #177312;
}
.cid-veMTzLChcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMTzLChcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veMTzLChcL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veMTzLChcL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veMTzLChcL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veMTzLChcL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veMTzLChcL .mbr-section-title {
  color: #ffffff;
}
.cid-veMTzLChcL .mbr-text,
.cid-veMTzLChcL .mbr-section-btn {
  color: #ffffff;
}
.cid-veMUodnuhx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veMUodnuhx .mbr-text {
  color: #1b3b9f;
}
.cid-veMUodnuhx .mbr-section-subtitle {
  color: #000000;
}
.cid-veMUodnuhx .mbr-section-title {
  color: #000000;
}
.cid-veMUNF3Y44 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #3755b2;
}
.cid-veMUNF3Y44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMUNF3Y44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veMUNF3Y44 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veMUNF3Y44 .row {
  flex-direction: row-reverse;
}
.cid-veMUNF3Y44 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veMUNF3Y44 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veMUNF3Y44 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veMUNF3Y44 .mbr-section-title {
  color: #ffffff;
}
.cid-veMUNF3Y44 .mbr-text,
.cid-veMUNF3Y44 .mbr-section-btn {
  color: #ffffff;
}
.cid-vd2OvrC4Ab {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/geralt-goal-3845093-640-640x427.jpg");
}
.cid-vd2OvrC4Ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd2OvrC4Ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vd2OvrC4Ab .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd2OvrC4Ab .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vd2OvrC4Ab .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vd2OvrC4Ab .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vd2OvrC4Ab .mbr-section-title {
  color: #1b3b9f;
}
.cid-vd2OvrC4Ab .mbr-text,
.cid-vd2OvrC4Ab .mbr-section-btn {
  color: #3755b2;
}
.cid-veMVspZJ14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3755b2;
}
.cid-veMVspZJ14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMVspZJ14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMVspZJ14 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veMVspZJ14 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veMVspZJ14 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veMVspZJ14 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veMVspZJ14 .mbr-text,
.cid-veMVspZJ14 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veMVspZJ14 .card-title,
.cid-veMVspZJ14 .card-box {
  text-align: left;
  color: #000000;
}
.cid-veMVXb0yNV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veMVXb0yNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMVXb0yNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veMVXb0yNV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veMVXb0yNV .row {
  flex-direction: row-reverse;
}
.cid-veMVXb0yNV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veMVXb0yNV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veMVXb0yNV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veMVXb0yNV .mbr-section-title {
  color: #000000;
}
.cid-veMVXb0yNV .mbr-text,
.cid-veMVXb0yNV .mbr-section-btn {
  color: #000000;
}
.cid-vd5zuUxJzC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3755b2;
}
.cid-vd5zuUxJzC img,
.cid-vd5zuUxJzC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vd5zuUxJzC .item:focus,
.cid-vd5zuUxJzC span:focus {
  outline: none;
}
.cid-vd5zuUxJzC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vd5zuUxJzC .item {
    margin-bottom: 1rem;
  }
}
.cid-vd5zuUxJzC .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vd5zuUxJzC .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vd5zuUxJzC .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vd5zuUxJzC .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vd5zuUxJzC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vd5zuUxJzC .mbr-section-title {
  color: #ffffff;
}
.cid-vd5zuUxJzC .item-title {
  text-align: left;
}
.cid-vd5zuUxJzC .item-subtitle {
  text-align: left;
}
.cid-vd5zuUxJzC .mbr-text,
.cid-vd5zuUxJzC .item .mbr-section-btn {
  text-align: left;
}
.cid-vd5zuUxJzC .content-head {
  max-width: 800px;
}
.cid-vd5zuUxJzC .mbr-section-subtitle,
.cid-vd5zuUxJzC .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-vd1Bf7ywZG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b0d4f7;
}
.cid-vd1Bf7ywZG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vd1Bf7ywZG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vd1Bf7ywZG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vd1Bf7ywZG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vd1Bf7ywZG .content-head {
  max-width: 800px;
}
.cid-vd1yYsMNET {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vd1yYsMNET .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1yYsMNET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1yYsMNET .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vd1yYsMNET .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vd1yYsMNET .row {
    flex-direction: column-reverse !important;
  }
  .cid-vd1yYsMNET .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vd1yYsMNET .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vd1yYsMNET .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vd1yYsMNET .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vd1yYsMNET .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vd1yYsMNET .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vd1yYsMNET .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vd1yYsMNET .copyright {
    text-align: center;
  }
}
.cid-vd1yYfgSF6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vd1yYfgSF6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vd1yYfgSF6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd1yYfgSF6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd1yYfgSF6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vd1yYfgSF6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vd1yYfgSF6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vd1yYfgSF6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vd1yYfgSF6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vd1yYfgSF6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vd1yYfgSF6 .nav-item:focus,
.cid-vd1yYfgSF6 .nav-link:focus {
  outline: none;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd1yYfgSF6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd1yYfgSF6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd1yYfgSF6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd1yYfgSF6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vd1yYfgSF6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vd1yYfgSF6 .navbar.collapsed {
  justify-content: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd1yYfgSF6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar {
    min-height: 72px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd1yYfgSF6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd1yYfgSF6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vd1yYfgSF6 .dropdown-item.active,
.cid-vd1yYfgSF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd1yYfgSF6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vd1yYfgSF6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd1yYfgSF6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vd1yYfgSF6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd1yYfgSF6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd1yYfgSF6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd1yYfgSF6 .navbar {
    height: 70px;
  }
  .cid-vd1yYfgSF6 .navbar.opened {
    height: auto;
  }
  .cid-vd1yYfgSF6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vd1yYfgSF6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vd1yYfgSF6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vd1yYfgSF6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vd1yYfgSF6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcJg55bWcN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1b3b9f;
}
.cid-vcJg55bWcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJg55bWcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcJg55bWcN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcJg55bWcN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcJg55bWcN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcJg55bWcN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcJg55bWcN .mbr-section-title {
  color: #ffffff;
}
.cid-vcJg55bWcN .mbr-text,
.cid-vcJg55bWcN .mbr-section-btn {
  color: #ffffff;
}
.cid-veNAM8HVqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/elf-moondance-generated-to-8142545-640-640x480.png");
}
.cid-veNAM8HVqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNAM8HVqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-veNAM8HVqm .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-veNAM8HVqm .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veNAM8HVqm .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-veNAM8HVqm .card-wrapper {
  background: #ffffff;
}
.cid-veNAM8HVqm .mbr-text,
.cid-veNAM8HVqm .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veNAM8HVqm .card-title,
.cid-veNAM8HVqm .card-box {
  text-align: left;
  color: #000000;
}
.cid-veNAM8HVqm .image-wrapper img {
  width: 100%;
}
.cid-veNAQceMfH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veNAQceMfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNAQceMfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veNAQceMfH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veNAQceMfH .row {
  flex-direction: row-reverse;
}
.cid-veNAQceMfH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veNAQceMfH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veNAQceMfH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veNAQceMfH .mbr-section-title {
  color: #1b3b9f;
}
.cid-veNAQceMfH .mbr-text,
.cid-veNAQceMfH .mbr-section-btn {
  color: #000000;
}
.cid-vcJ7gp6F1t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vcJ7gp6F1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJ7gp6F1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJ7gp6F1t .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vcJ7gp6F1t .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcJ7gp6F1t .row {
    flex-direction: column-reverse !important;
  }
  .cid-vcJ7gp6F1t .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vcJ7gp6F1t .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcJ7gp6F1t .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcJ7gp6F1t .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vcJ7gp6F1t .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vcJ7gp6F1t .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vcJ7gp6F1t .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vcJ7gp6F1t .copyright {
    text-align: center;
  }
}
.cid-veKwPG2hGS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veKwPG2hGS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-veKwPG2hGS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veKwPG2hGS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veKwPG2hGS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-veKwPG2hGS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veKwPG2hGS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veKwPG2hGS .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-veKwPG2hGS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-veKwPG2hGS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-veKwPG2hGS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veKwPG2hGS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veKwPG2hGS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veKwPG2hGS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-veKwPG2hGS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veKwPG2hGS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veKwPG2hGS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veKwPG2hGS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veKwPG2hGS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veKwPG2hGS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-veKwPG2hGS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veKwPG2hGS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-veKwPG2hGS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veKwPG2hGS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veKwPG2hGS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veKwPG2hGS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veKwPG2hGS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veKwPG2hGS .nav-item:focus,
.cid-veKwPG2hGS .nav-link:focus {
  outline: none;
}
.cid-veKwPG2hGS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veKwPG2hGS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veKwPG2hGS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veKwPG2hGS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veKwPG2hGS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veKwPG2hGS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veKwPG2hGS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veKwPG2hGS .navbar.opened {
  transition: all 0.3s;
}
.cid-veKwPG2hGS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veKwPG2hGS .navbar .navbar-logo img {
  width: auto;
}
.cid-veKwPG2hGS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veKwPG2hGS .navbar.collapsed {
  justify-content: center;
}
.cid-veKwPG2hGS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veKwPG2hGS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veKwPG2hGS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veKwPG2hGS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veKwPG2hGS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veKwPG2hGS .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-veKwPG2hGS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veKwPG2hGS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veKwPG2hGS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veKwPG2hGS .navbar {
    min-height: 72px;
  }
  .cid-veKwPG2hGS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veKwPG2hGS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veKwPG2hGS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veKwPG2hGS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veKwPG2hGS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veKwPG2hGS .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-veKwPG2hGS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veKwPG2hGS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veKwPG2hGS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veKwPG2hGS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veKwPG2hGS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veKwPG2hGS .dropdown-item.active,
.cid-veKwPG2hGS .dropdown-item:active {
  background-color: transparent;
}
.cid-veKwPG2hGS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veKwPG2hGS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veKwPG2hGS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veKwPG2hGS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veKwPG2hGS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veKwPG2hGS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veKwPG2hGS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veKwPG2hGS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veKwPG2hGS .navbar-buttons {
    text-align: left;
  }
}
.cid-veKwPG2hGS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veKwPG2hGS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-veKwPG2hGS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veKwPG2hGS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veKwPG2hGS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veKwPG2hGS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veKwPG2hGS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veKwPG2hGS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veKwPG2hGS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veKwPG2hGS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veKwPG2hGS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veKwPG2hGS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veKwPG2hGS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veKwPG2hGS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veKwPG2hGS .navbar {
    height: 70px;
  }
  .cid-veKwPG2hGS .navbar.opened {
    height: auto;
  }
  .cid-veKwPG2hGS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veKwPG2hGS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veKwPG2hGS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veKwPG2hGS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veKwPG2hGS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veKwPG2hGS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veKwPG2hGS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veKwPG2hGS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veKwPG2hGS .navbar-brand {
    margin-right: auto;
  }
  .cid-veKwPG2hGS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veKwPG2hGS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veKwPG2hGS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veKwPG2hGS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veKwPG2hGS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veKwPG2hGS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veKwPG2hGS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veKwPG2hGS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veKwPG2hGS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veKwPG2hGS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veKwPG2hGS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veKwPJxthn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3755b2;
}
.cid-veKwPJxthn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKwPJxthn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veKwPJxthn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veKwPJxthn .row {
  flex-direction: row-reverse;
}
.cid-veKwPJxthn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veKwPJxthn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veKwPJxthn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veKwPJxthn .mbr-section-title {
  color: #ffffff;
}
.cid-veKwPJxthn .mbr-text,
.cid-veKwPJxthn .mbr-section-btn {
  color: #ffffff;
}
.cid-veKwPQSQVv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/thedigitalartist-ai-generated-8737037-640-640x480.jpg");
}
.cid-veKwPQSQVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKwPQSQVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-veKwPQSQVv .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-veKwPQSQVv .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veKwPQSQVv .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-veKwPQSQVv .card-wrapper {
  background: #ffffff;
}
.cid-veKwPQSQVv .mbr-text,
.cid-veKwPQSQVv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veKwPQSQVv .card-title,
.cid-veKwPQSQVv .card-box {
  text-align: left;
  color: #1b3b9f;
}
.cid-veKwPQSQVv .image-wrapper img {
  width: 100%;
}
.cid-veKwPTgo1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-veKwPTgo1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKwPTgo1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-veKwPTgo1k .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-veKwPTgo1k .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veKwPTgo1k .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-veKwPTgo1k .card-wrapper {
  background: #3755b2;
}
.cid-veKwPTgo1k .mbr-text,
.cid-veKwPTgo1k .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-veKwPTgo1k .card-title,
.cid-veKwPTgo1k .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-veKwPTgo1k .image-wrapper img {
  width: 100%;
}
.cid-veNqUYwGbg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b3b9f;
}
.cid-veNqUYwGbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNqUYwGbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veNqUYwGbg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veNqUYwGbg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veNqUYwGbg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veNqUYwGbg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veNqUYwGbg .mbr-section-title {
  color: #ffeb69;
}
.cid-veNqUYwGbg .mbr-text,
.cid-veNqUYwGbg .mbr-section-btn {
  color: #ffffff;
}
.cid-veKwPX46ey {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/thedigitalartist-ai-generated-8737033-640-640x480.jpg");
}
.cid-veKwPX46ey .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKwPX46ey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKwPX46ey .mbr-description {
  text-align: left;
}
.cid-veKwPX46ey .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-veKwPX46ey .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veKwPX46ey .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veKwPX46ey .card-title,
.cid-veKwPX46ey .iconfont-wrapper {
  color: #000000;
}
.cid-veKwPX46ey .card-text {
  color: #000000;
}
.cid-veKwPX46ey .mbr-section-title {
  color: #1b3b9f;
  text-align: center;
}
.cid-veKwPX46ey .mbr-text,
.cid-veKwPX46ey .mbr-section-btn {
  text-align: center;
}
.cid-veKwPX46ey .card-text,
.cid-veKwPX46ey .item .mbr-section-btn {
  text-align: left;
}
.cid-veKwPX46ey .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-veKwPX46ey .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-veKwPX46ey .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3755b2;
  background-color: #3755b2;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-veKwPX46ey .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-veKwPX46ey .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-veKwPX46ey .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #3755b2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veKwPX46ey .mbr-text UL {
  text-align: left;
}
.cid-veKwPX46ey .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-veKwPX46ey .mbr-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veKwPYXVHt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1047ae;
}
.cid-veKwPYXVHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKwPYXVHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veKwPYXVHt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veKwPYXVHt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veKwPYXVHt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veKwPYXVHt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veKwPYXVHt .mbr-section-title {
  color: #ffffff;
}
.cid-veKwPYXVHt .mbr-text,
.cid-veKwPYXVHt .mbr-section-btn {
  color: #ffffff;
}
.cid-veNpWYVbZj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-veNpWYVbZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNpWYVbZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veNpWYVbZj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veNpWYVbZj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veNpWYVbZj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veNpWYVbZj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veNpWYVbZj .mbr-section-title {
  color: #000000;
}
.cid-veNpWYVbZj .mbr-text,
.cid-veNpWYVbZj .mbr-section-btn {
  color: #000000;
}
.cid-veNs8EOOat {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b3b9f;
}
.cid-veNs8EOOat .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNs8EOOat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-veNs8EOOat .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veNs8EOOat .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veNs8EOOat .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veNs8EOOat .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veNs8EOOat .mbr-section-title {
  color: #ffffff;
}
.cid-veNs8EOOat .mbr-text,
.cid-veNs8EOOat .mbr-section-btn {
  color: #ffffff;
}
.cid-veNvwuQsvZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veNvwuQsvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNvwuQsvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKwQ0SMA7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veKwQ0SMA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKwQ0SMA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKwQ0SMA7 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-veKwQ0SMA7 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-veKwQ0SMA7 .row {
    flex-direction: column-reverse !important;
  }
  .cid-veKwQ0SMA7 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-veKwQ0SMA7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veKwQ0SMA7 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-veKwQ0SMA7 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-veKwQ0SMA7 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-veKwQ0SMA7 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-veKwQ0SMA7 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-veKwQ0SMA7 .copyright {
    text-align: center;
  }
}
.cid-vd1yYfgSF6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vd1yYfgSF6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vd1yYfgSF6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd1yYfgSF6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd1yYfgSF6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vd1yYfgSF6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vd1yYfgSF6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vd1yYfgSF6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vd1yYfgSF6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vd1yYfgSF6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vd1yYfgSF6 .nav-item:focus,
.cid-vd1yYfgSF6 .nav-link:focus {
  outline: none;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd1yYfgSF6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd1yYfgSF6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd1yYfgSF6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd1yYfgSF6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vd1yYfgSF6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vd1yYfgSF6 .navbar.collapsed {
  justify-content: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd1yYfgSF6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar {
    min-height: 72px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd1yYfgSF6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd1yYfgSF6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vd1yYfgSF6 .dropdown-item.active,
.cid-vd1yYfgSF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd1yYfgSF6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vd1yYfgSF6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd1yYfgSF6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vd1yYfgSF6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd1yYfgSF6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd1yYfgSF6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd1yYfgSF6 .navbar {
    height: 70px;
  }
  .cid-vd1yYfgSF6 .navbar.opened {
    height: auto;
  }
  .cid-vd1yYfgSF6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vd1yYfgSF6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vd1yYfgSF6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vd1yYfgSF6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vd1yYfgSF6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcJ5Eyv89r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vcJ5Eyv89r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJ5Eyv89r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcJ5Eyv89r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcJ5Eyv89r .row {
  flex-direction: row-reverse;
}
.cid-vcJ5Eyv89r .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcJ5Eyv89r .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcJ5Eyv89r .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcJ5Eyv89r .mbr-section-title {
  color: #108026;
}
.cid-vcJ5Eyv89r .mbr-text,
.cid-vcJ5Eyv89r .mbr-section-btn {
  color: #232323;
}
.cid-vcJ5EBCCPf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/elf-moondance-generated-to-8142545-640-640x480.png");
}
.cid-vcJ5EBCCPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJ5EBCCPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJ5EBCCPf .mbr-description {
  text-align: left;
}
.cid-vcJ5EBCCPf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vcJ5EBCCPf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcJ5EBCCPf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vcJ5EBCCPf .card-title,
.cid-vcJ5EBCCPf .iconfont-wrapper {
  color: #000000;
}
.cid-vcJ5EBCCPf .card-text {
  color: #000000;
}
.cid-vcJ5EBCCPf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vcJ5EBCCPf .mbr-number {
  color: #9fe870;
}
.cid-vcJ5EBCCPf .mbr-text,
.cid-vcJ5EBCCPf .mbr-section-btn {
  text-align: center;
}
.cid-vcJ5EBCCPf .card-text,
.cid-vcJ5EBCCPf .item .mbr-section-btn {
  text-align: left;
}
.cid-vcJ5ENrVLR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vcJ5ENrVLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJ5ENrVLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJ5ENrVLR .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vcJ5ENrVLR .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcJ5ENrVLR .row {
    flex-direction: column-reverse !important;
  }
  .cid-vcJ5ENrVLR .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vcJ5ENrVLR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcJ5ENrVLR .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcJ5ENrVLR .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vcJ5ENrVLR .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vcJ5ENrVLR .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vcJ5ENrVLR .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vcJ5ENrVLR .copyright {
    text-align: center;
  }
}
.cid-vd1yYfgSF6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vd1yYfgSF6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vd1yYfgSF6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd1yYfgSF6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd1yYfgSF6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd1yYfgSF6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vd1yYfgSF6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vd1yYfgSF6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vd1yYfgSF6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vd1yYfgSF6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vd1yYfgSF6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vd1yYfgSF6 .nav-item:focus,
.cid-vd1yYfgSF6 .nav-link:focus {
  outline: none;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd1yYfgSF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd1yYfgSF6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd1yYfgSF6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd1yYfgSF6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vd1yYfgSF6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd1yYfgSF6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vd1yYfgSF6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vd1yYfgSF6 .navbar.collapsed {
  justify-content: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd1yYfgSF6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd1yYfgSF6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd1yYfgSF6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd1yYfgSF6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vd1yYfgSF6 .navbar {
    min-height: 72px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd1yYfgSF6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd1yYfgSF6 .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-vd1yYfgSF6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vd1yYfgSF6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd1yYfgSF6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vd1yYfgSF6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vd1yYfgSF6 .dropdown-item.active,
.cid-vd1yYfgSF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vd1yYfgSF6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd1yYfgSF6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd1yYfgSF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vd1yYfgSF6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd1yYfgSF6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vd1yYfgSF6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd1yYfgSF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd1yYfgSF6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd1yYfgSF6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vd1yYfgSF6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd1yYfgSF6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd1yYfgSF6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd1yYfgSF6 .navbar {
    height: 70px;
  }
  .cid-vd1yYfgSF6 .navbar.opened {
    height: auto;
  }
  .cid-vd1yYfgSF6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vd1yYfgSF6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vd1yYfgSF6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vd1yYfgSF6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vd1yYfgSF6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vd1yYfgSF6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vd1yYfgSF6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vd1yYfgSF6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vd1yYfgSF6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vd1yYfgSF6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcKUPksYJI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vcKUPksYJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKUPksYJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcKUPksYJI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcKUPksYJI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcKUPksYJI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcKUPksYJI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcKUPksYJI .mbr-section-title {
  color: #000000;
}
.cid-vcKUPksYJI .mbr-text,
.cid-vcKUPksYJI .mbr-section-btn {
  color: #000000;
}
.cid-vcJfN08YPL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vcJfN08YPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJfN08YPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJfN08YPL .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vcJfN08YPL .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcJfN08YPL .row {
    flex-direction: column-reverse !important;
  }
  .cid-vcJfN08YPL .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vcJfN08YPL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcJfN08YPL .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vcJfN08YPL .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vcJfN08YPL .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vcJfN08YPL .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vcJfN08YPL .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vcJfN08YPL .copyright {
    text-align: center;
  }
}
.cid-veMMd0BCBi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veMMd0BCBi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-veMMd0BCBi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veMMd0BCBi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veMMd0BCBi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-veMMd0BCBi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veMMd0BCBi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veMMd0BCBi .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-veMMd0BCBi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-veMMd0BCBi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-veMMd0BCBi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veMMd0BCBi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veMMd0BCBi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veMMd0BCBi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-veMMd0BCBi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veMMd0BCBi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veMMd0BCBi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veMMd0BCBi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veMMd0BCBi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-veMMd0BCBi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-veMMd0BCBi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veMMd0BCBi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-veMMd0BCBi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-veMMd0BCBi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veMMd0BCBi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veMMd0BCBi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veMMd0BCBi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veMMd0BCBi .nav-item:focus,
.cid-veMMd0BCBi .nav-link:focus {
  outline: none;
}
.cid-veMMd0BCBi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veMMd0BCBi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veMMd0BCBi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veMMd0BCBi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veMMd0BCBi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veMMd0BCBi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veMMd0BCBi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veMMd0BCBi .navbar.opened {
  transition: all 0.3s;
}
.cid-veMMd0BCBi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veMMd0BCBi .navbar .navbar-logo img {
  width: auto;
}
.cid-veMMd0BCBi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veMMd0BCBi .navbar.collapsed {
  justify-content: center;
}
.cid-veMMd0BCBi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veMMd0BCBi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veMMd0BCBi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veMMd0BCBi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veMMd0BCBi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veMMd0BCBi .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-veMMd0BCBi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veMMd0BCBi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veMMd0BCBi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veMMd0BCBi .navbar {
    min-height: 72px;
  }
  .cid-veMMd0BCBi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veMMd0BCBi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veMMd0BCBi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veMMd0BCBi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veMMd0BCBi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veMMd0BCBi .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-veMMd0BCBi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veMMd0BCBi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veMMd0BCBi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veMMd0BCBi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veMMd0BCBi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veMMd0BCBi .dropdown-item.active,
.cid-veMMd0BCBi .dropdown-item:active {
  background-color: transparent;
}
.cid-veMMd0BCBi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veMMd0BCBi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veMMd0BCBi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veMMd0BCBi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veMMd0BCBi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veMMd0BCBi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veMMd0BCBi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veMMd0BCBi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veMMd0BCBi .navbar-buttons {
    text-align: left;
  }
}
.cid-veMMd0BCBi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veMMd0BCBi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-veMMd0BCBi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veMMd0BCBi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veMMd0BCBi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veMMd0BCBi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veMMd0BCBi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veMMd0BCBi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veMMd0BCBi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veMMd0BCBi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veMMd0BCBi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veMMd0BCBi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veMMd0BCBi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veMMd0BCBi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veMMd0BCBi .navbar {
    height: 70px;
  }
  .cid-veMMd0BCBi .navbar.opened {
    height: auto;
  }
  .cid-veMMd0BCBi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veMMd0BCBi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veMMd0BCBi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veMMd0BCBi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veMMd0BCBi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veMMd0BCBi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veMMd0BCBi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veMMd0BCBi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veMMd0BCBi .navbar-brand {
    margin-right: auto;
  }
  .cid-veMMd0BCBi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veMMd0BCBi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veMMd0BCBi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veMMd0BCBi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veMMd0BCBi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veMMd0BCBi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veMMd0BCBi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veMMd0BCBi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veMMd0BCBi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-veMMd0BCBi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veMMd0BCBi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veMNFXb7fS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-veMNFXb7fS .content-head {
  max-width: 800px;
}
.cid-veMMdq1y8p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b0d4f7;
}
.cid-veMMdq1y8p .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veMMdq1y8p form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veMMdq1y8p form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veMMdq1y8p form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veMMdq1y8p .content-head {
  max-width: 800px;
}
.cid-veMMdrE5Yn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veMMdrE5Yn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMMdrE5Yn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMMdrE5Yn .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-veMMdrE5Yn .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-veMMdrE5Yn .row {
    flex-direction: column-reverse !important;
  }
  .cid-veMMdrE5Yn .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-veMMdrE5Yn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veMMdrE5Yn .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-veMMdrE5Yn .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-veMMdrE5Yn .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-veMMdrE5Yn .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-veMMdrE5Yn .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-veMMdrE5Yn .copyright {
    text-align: center;
  }
}
.cid-vgM6S4SVUG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgM6S4SVUG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgM6S4SVUG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgM6S4SVUG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgM6S4SVUG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgM6S4SVUG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgM6S4SVUG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgM6S4SVUG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vgM6S4SVUG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgM6S4SVUG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgM6S4SVUG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgM6S4SVUG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgM6S4SVUG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgM6S4SVUG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgM6S4SVUG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgM6S4SVUG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgM6S4SVUG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgM6S4SVUG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgM6S4SVUG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgM6S4SVUG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgM6S4SVUG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgM6S4SVUG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgM6S4SVUG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgM6S4SVUG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgM6S4SVUG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgM6S4SVUG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgM6S4SVUG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vgM6S4SVUG .nav-item:focus,
.cid-vgM6S4SVUG .nav-link:focus {
  outline: none;
}
.cid-vgM6S4SVUG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgM6S4SVUG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgM6S4SVUG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgM6S4SVUG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgM6S4SVUG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgM6S4SVUG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgM6S4SVUG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgM6S4SVUG .navbar.opened {
  transition: all 0.3s;
}
.cid-vgM6S4SVUG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgM6S4SVUG .navbar .navbar-logo img {
  width: auto;
}
.cid-vgM6S4SVUG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgM6S4SVUG .navbar.collapsed {
  justify-content: center;
}
.cid-vgM6S4SVUG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgM6S4SVUG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgM6S4SVUG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgM6S4SVUG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgM6S4SVUG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgM6S4SVUG .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-vgM6S4SVUG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgM6S4SVUG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgM6S4SVUG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgM6S4SVUG .navbar {
    min-height: 72px;
  }
  .cid-vgM6S4SVUG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgM6S4SVUG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgM6S4SVUG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgM6S4SVUG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgM6S4SVUG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgM6S4SVUG .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-vgM6S4SVUG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgM6S4SVUG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgM6S4SVUG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgM6S4SVUG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgM6S4SVUG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgM6S4SVUG .dropdown-item.active,
.cid-vgM6S4SVUG .dropdown-item:active {
  background-color: transparent;
}
.cid-vgM6S4SVUG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgM6S4SVUG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgM6S4SVUG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgM6S4SVUG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgM6S4SVUG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgM6S4SVUG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgM6S4SVUG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgM6S4SVUG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgM6S4SVUG .navbar-buttons {
    text-align: left;
  }
}
.cid-vgM6S4SVUG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgM6S4SVUG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9c98cf;
}
.cid-vgM6S4SVUG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgM6S4SVUG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgM6S4SVUG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgM6S4SVUG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgM6S4SVUG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgM6S4SVUG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgM6S4SVUG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgM6S4SVUG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgM6S4SVUG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgM6S4SVUG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgM6S4SVUG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgM6S4SVUG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgM6S4SVUG .navbar {
    height: 70px;
  }
  .cid-vgM6S4SVUG .navbar.opened {
    height: auto;
  }
  .cid-vgM6S4SVUG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgM6S4SVUG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgM6S4SVUG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgM6S4SVUG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgM6S4SVUG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vgM6S4SVUG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgM6S4SVUG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgM6S4SVUG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgM6S4SVUG .navbar-brand {
    margin-right: auto;
  }
  .cid-vgM6S4SVUG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgM6S4SVUG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgM6S4SVUG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgM6S4SVUG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgM6S4SVUG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgM6S4SVUG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgM6S4SVUG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vgM6S4SVUG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgM6S4SVUG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgM6S4SVUG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgM6S4SVUG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgM6S91StZ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/fancycrave1-hands-820272-640-640x427.jpg");
}
.cid-vgM6S91StZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgM6S91StZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgM6S91StZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgM6S91StZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgM6S91StZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgM6S91StZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgM6S91StZ .mbr-section-title {
  color: #ffffff;
}
.cid-vgM6S91StZ .mbr-text,
.cid-vgM6S91StZ .mbr-section-btn {
  color: #ffffff;
}
.cid-vgUGLuZ65C {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgUGLuZ65C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgUGLuZ65C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgUGLuZ65C .mbr-section-title {
  color: #f90a1c;
}
.cid-vgM6SdYxys {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgM6SdYxys .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgM6SdYxys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgM6SdYxys .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgM6SdYxys .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgM6SdYxys .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgM6SdYxys .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgM6SdYxys .mbr-section-title {
  color: #000000;
}
.cid-vgM6SdYxys .mbr-text,
.cid-vgM6SdYxys .mbr-section-btn {
  color: #000000;
}
.cid-vgUHtdrfDZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b3b9f;
}
.cid-vgUHtdrfDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgUHtdrfDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgUHtdrfDZ .mbr-section-title {
  color: #ffffff;
}
.cid-vgMqyg2WI5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b3b9f;
}
.cid-vgMqyg2WI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMqyg2WI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgMqyg2WI5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgMqyg2WI5 .row {
  flex-direction: row-reverse;
}
.cid-vgMqyg2WI5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgMqyg2WI5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgMqyg2WI5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgMqyg2WI5 .mbr-section-title {
  color: #ffffff;
}
.cid-vgMqyg2WI5 .mbr-text,
.cid-vgMqyg2WI5 .mbr-section-btn {
  color: #ffffff;
}
.cid-vgMqC1xYI3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgMqC1xYI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMqC1xYI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgMqC1xYI3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgMqC1xYI3 .row {
  flex-direction: row-reverse;
}
.cid-vgMqC1xYI3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgMqC1xYI3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgMqC1xYI3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgMqC1xYI3 .mbr-section-title {
  color: #1b3b9f;
}
.cid-vgMqC1xYI3 .mbr-text,
.cid-vgMqC1xYI3 .mbr-section-btn {
  color: #000000;
}
.cid-vgMqEpCpzy {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b3b9f;
}
.cid-vgMqEpCpzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMqEpCpzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgMqEpCpzy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgMqEpCpzy .row {
  flex-direction: row-reverse;
}
.cid-vgMqEpCpzy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgMqEpCpzy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgMqEpCpzy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgMqEpCpzy .mbr-section-title {
  color: #ffffff;
}
.cid-vgMqEpCpzy .mbr-text,
.cid-vgMqEpCpzy .mbr-section-btn {
  color: #ffffff;
}
.cid-vgMqHGgXBZ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgMqHGgXBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMqHGgXBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgMqHGgXBZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgMqHGgXBZ .row {
  flex-direction: row-reverse;
}
.cid-vgMqHGgXBZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgMqHGgXBZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgMqHGgXBZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgMqHGgXBZ .mbr-section-title {
  color: #1b3b9f;
}
.cid-vgMqHGgXBZ .mbr-text,
.cid-vgMqHGgXBZ .mbr-section-btn {
  color: #000000;
}
.cid-vgMqJUILnG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b3b9f;
}
.cid-vgMqJUILnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgMqJUILnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgMqJUILnG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgMqJUILnG .row {
  flex-direction: row-reverse;
}
.cid-vgMqJUILnG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgMqJUILnG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgMqJUILnG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgMqJUILnG .mbr-section-title {
  color: #ffffff;
}
.cid-vgMqJUILnG .mbr-text,
.cid-vgMqJUILnG .mbr-section-btn {
  color: #ffffff;
}
.cid-vgM6SnRT3a {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgM6SnRT3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgM6SnRT3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgM6SnRT3a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgM6SnRT3a .row {
  flex-direction: row-reverse;
}
.cid-vgM6SnRT3a .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgM6SnRT3a .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgM6SnRT3a .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgM6SnRT3a .mbr-section-title {
  color: #000000;
}
.cid-vgM6SnRT3a .mbr-text,
.cid-vgM6SnRT3a .mbr-section-btn {
  color: #000000;
}
.cid-vgM6Sr5wGM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3755b2;
}
.cid-vgM6Sr5wGM .mbr-text {
  color: #ffffff;
}
.cid-vgM6Sr5wGM .mbr-section-subtitle {
  color: #000000;
}
.cid-vgM6Sr5wGM .mbr-section-title {
  color: #000000;
}
.cid-vgM6SsuuLp {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgM6SsuuLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgM6SsuuLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgM6SsuuLp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgM6SsuuLp .row {
  flex-direction: row-reverse;
}
.cid-vgM6SsuuLp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgM6SsuuLp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgM6SsuuLp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgM6SsuuLp .mbr-section-title {
  color: #1b3b9f;
  text-align: center;
}
.cid-vgM6SsuuLp .mbr-text,
.cid-vgM6SsuuLp .mbr-section-btn {
  color: #f90a1c;
  text-align: center;
}
.cid-vgM6SwnEeH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b3b9f;
}
.cid-vgM6SwnEeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgM6SwnEeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgM6SwnEeH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgM6SwnEeH .row {
  flex-direction: row-reverse;
}
.cid-vgM6SwnEeH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgM6SwnEeH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgM6SwnEeH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgM6SwnEeH .mbr-section-title {
  color: #ffeb69;
  text-align: center;
}
.cid-vgM6SwnEeH .mbr-text,
.cid-vgM6SwnEeH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vgM6SzGIk4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bdc1b9;
}
.cid-vgM6SzGIk4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vgM6SzGIk4 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vgM6SzGIk4 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vgM6SzGIk4 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgM6SzGIk4 .content-head {
  max-width: 800px;
}
.cid-vgM6SBpA0D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vgM6SBpA0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgM6SBpA0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgM6SBpA0D .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-vgM6SBpA0D .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgM6SBpA0D .row {
    flex-direction: column-reverse !important;
  }
  .cid-vgM6SBpA0D .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-vgM6SBpA0D .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgM6SBpA0D .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-vgM6SBpA0D .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-vgM6SBpA0D .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-vgM6SBpA0D .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-vgM6SBpA0D .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vgM6SBpA0D .copyright {
    text-align: center;
  }
}
